-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
Description
Would it be useful to have a section in the docs discussing:
- how much space pandas objects take up (vaguely how many rows * columns equates to size space, if I have an xGb csv how big will it be in pandas/HDF5/etc.).
- how quick are some standard operations are likely to be (e.g. read_csv in/merge/join/etc. vs data size).
- how do these compare to other platforms (?)
Probably distinct from comparing functionality (although that may also be interesting) e.g. like numpy do it for features against matlab here: http://wiki.scipy.org/NumPy_for_Matlab_Users) e.g. #3980