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

Memory use estimation for to_pandas. #203

Open
atbenmurray opened this issue Aug 9, 2021 · 0 comments
Open

Memory use estimation for to_pandas. #203

atbenmurray opened this issue Aug 9, 2021 · 0 comments
Assignees

Comments

@atbenmurray
Copy link
Member

to_pandas can easily run out of memory as pandas dataframes are in memory. It would be useful to have a function that can calculate how much space a pandas dataframe would require, although there are a lot of complications relating to this, such as existing memory usage levels.

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

No branches or pull requests

3 participants