-
-
Notifications
You must be signed in to change notification settings - Fork 0
Switch to Papa Parse for CSV data loading and parsing in a worker thread #59
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
Labels
Comments
This looks promising. Parsing CTA ridership CSV from #56 in a browser with Papa Parse: |
RandomFractals
added a commit
that referenced
this issue
Jan 1, 2022
RandomFractals
added a commit
that referenced
this issue
Jan 1, 2022
RandomFractals
added a commit
that referenced
this issue
Jan 1, 2022
This is done. Will handle loading all parsed data into table view incrementally with pagination in #60 |
This was referenced Jan 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even though I got the data parsing part decently tuned with
tableshema
library andtable.iter()
setup in #50, I still need to do it in worker threads.Papa Parse has that as one of the config options and looks more up to date and resilient with malformed CSV data files.
https://www.papaparse.com/
The text was updated successfully, but these errors were encountered: