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

Closes #2960 int version of memory_usage #3018

Merged

Conversation

ajpotts
Copy link
Contributor

@ajpotts ajpotts commented Mar 4, 2024

Closes #2960 int version of memory_usage

Creates the following new functions to characterize the memory usage of various objects:
pdarray.nbytes
Index.memory_usage
MultiIndex.memory_usage
Series.memory_usage
DataFrame.memory_usage
DataFrame.memory_usage_info

arkouda/index.py Outdated Show resolved Hide resolved
Copy link
Contributor

@jaketrookman jaketrookman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

Copy link
Member

@stress-tess stress-tess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@stress-tess stress-tess added this pull request to the merge queue Mar 11, 2024
Merged via the queue into Bears-R-Us:master with commit ae7f6d5 Mar 11, 2024
13 checks passed
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

Successfully merging this pull request may close these issues.

int version of memory_usage
3 participants