Efficient storage for large comparisons #302
widdowquinn
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pandas
dataframes may not be efficient for storage of or operations on large comparisons that produce tables with millions of results.We should explore the possibilities of using other representations/extensions like
dask
: https://dask.org/HDF5
: https://www.h5py.org/Beta Was this translation helpful? Give feedback.
All reactions