-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase parsing speed #546
Labels
🚀 feature
New feature or request
Comments
Hi! I started working on this task and decided to change the steps slightly:
|
I was at DACH Energy Informatics Conference and took two points from there:
|
Sounds great. I think we cannot do much about the dl speed but I'm really looking forward to the parsing enhancement @AlexandraImbrisca 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This task contains several steps:
pandas.read_xml
method here. Several alternatives are:polars
,duckdb
,pyspark
might have xml parsers and might be fasterpandas.to_sql
here. There might be other faster methods depending on step 1.open-mastr
The text was updated successfully, but these errors were encountered: