We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Evaluate the benefits of using:
engine="arrow"
read.csv
arrow
pd.DataFrame
Please describe the performance issue.
How poorly does DISDRODB perform?
The text was updated successfully, but these errors were encountered:
ghiggi
No branches or pull requests
Prework
Description
Evaluate the benefits of using:
engine="arrow"
inread.csv
to read the raw data using multithreading,arrow
dtype backend introduced in pandas 2.0 to decrease the memory usage of string columns inpd.DataFrame
Please describe the performance issue.
Benchmarks
How poorly does DISDRODB perform?
The text was updated successfully, but these errors were encountered: