Pandas Get a List Of All Data Frames loaded into memory

I personally think this approach is much better (if in ipython).

import pandas as pd
%whos DataFrame

Leave a Comment