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
Here is how NumPy and Pandas do it:
https://stackoverflow.com/questions/3518778/how-do-i-read-csv-data-into-a-record-array-in-numpy#3519314
and @jacobwilliams wrote a module for it here: https://github.com/jacobwilliams/fortran-csv-module
The text was updated successfully, but these errors were encountered:
It would be interesting to see how does Fortran compare with the supposedly fast Pandas read_csv function: https://wesmckinney.com/blog/a-new-high-performance-memory-efficient-file-parser-engine-for-pandas/
read_csv
Sorry, something went wrong.
I make no claim that my lib is the fastest thing in the world. 😄 Probably there is massive room for improvement.
No branches or pull requests
Here is how NumPy and Pandas do it:
https://stackoverflow.com/questions/3518778/how-do-i-read-csv-data-into-a-record-array-in-numpy#3519314
and @jacobwilliams wrote a module for it here: https://github.com/jacobwilliams/fortran-csv-module
The text was updated successfully, but these errors were encountered: