Open SergioG-M opened 2 years ago
Hi, I am trying to profile a simple function that loads a big csv files into pandas. After loading, pandas memory_usage shows that its size is 6.8GB
However, if I run the profiler if says less than 1GB
But, running mprof plot afterwards the plot shows more than 6GB (although still less than pandas).
Any idea what is happening?
Hi, I am trying to profile a simple function that loads a big csv files into pandas. After loading, pandas memory_usage shows that its size is 6.8GB
However, if I run the profiler if says less than 1GB
But, running mprof plot afterwards the plot shows more than 6GB (although still less than pandas).
Any idea what is happening?