0

Can someone explain how I can see all python dataframes in my Jupyter Notebook kernal occupying my memory?

For context in Spyder IDE, I can see all variables ive assigned within it.

Outcome: Id like to see a list of ones still sitting in my memory and by how much ram they are occuying. % of total would be nice as well.

1

1 Answer 1

1

This will do the job:

import pandas as pd
%whos DataFrame
Sign up to request clarification or add additional context in comments.

2 Comments

I thought this would have worked too but i get the message : "No variables match your requested type."
Are you using pandas dataframes?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.