Skip to content

Add .info_mem() method to pandas data objects #6228

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

Closed
ghost opened this issue Feb 2, 2014 · 1 comment
Closed

Add .info_mem() method to pandas data objects #6228

ghost opened this issue Feb 2, 2014 · 1 comment
Labels
Ideas Long-Term Enhancement Discussions
Milestone

Comments

@ghost
Copy link

ghost commented Feb 2, 2014

Series, frames and panels are all built on numpy arrays, for which
we can calcuate memory footprint.
For python objects as well we can determine footprint based on platform,
python ver/bits and object type.

We can use thse to generate a report of amount of memory used and where.
That would be useful and not difficult.

@jreback jreback modified the milestones: 0.15.0, 0.14.0 Feb 14, 2014
@jreback
Copy link
Contributor

jreback commented Apr 9, 2014

superseded by #6852

@jreback jreback closed this as completed Apr 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ideas Long-Term Enhancement Discussions
Projects
None yet
Development

No branches or pull requests

1 participant