Skip to content
New issue

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

Inconsistent result between line profiler and plot #372

Open
SergioG-M opened this issue Oct 31, 2022 · 0 comments
Open

Inconsistent result between line profiler and plot #372

SergioG-M opened this issue Oct 31, 2022 · 0 comments

Comments

@SergioG-M
Copy link

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
Screenshot 2022-10-31 at 15 43 50

However, if I run the profiler if says less than 1GB
Screenshot 2022-10-31 at 15 49 24

But, running mprof plot afterwards the plot shows more than 6GB (although still less than pandas).
Screenshot 2022-10-31 at 15 46 11

Any idea what is happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant