KCL-BMEIS/ExeTera

Memory use estimation for to_pandas.

atbenmurray opened this issue · 0 comments

to_pandas can easily run out of memory as pandas dataframes are in memory. It would be useful to have a function that can calculate how much space a pandas dataframe would require, although there are a lot of complications relating to this, such as existing memory usage levels.