Skip to content
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

Improve performance on reading and writing using lxml.etree. Streaming flag. #48

Open
javihern98 opened this issue Nov 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@javihern98
Copy link
Collaborator

For reader, use lxml.etree to iterate over data and get pandas dataframe. Add Streaming option.

For writer, use this: https://stackoverflow.com/a/43567758

Explore how to handle streaming reading and writing.

@javihern98 javihern98 changed the title Improve performance on reading and writing using lxml.etree Improve performance on reading and writing using lxml.etree. Streaming flag. Nov 29, 2023
@javihern98 javihern98 self-assigned this Dec 1, 2023
@javihern98 javihern98 added enhancement New feature or request help wanted Extra attention is needed labels Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant