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

Equivalent of pandas.DataFrame.describe #15

Open
amirouche opened this issue Dec 8, 2017 · 2 comments
Open

Equivalent of pandas.DataFrame.describe #15

amirouche opened this issue Dec 8, 2017 · 2 comments

Comments

@amirouche
Copy link

Is there an equivalent of pandas.DataFrame.describe.

TIA!

@amirouche
Copy link
Author

It's seems like there none. Can some scratch an idiomatic way to write something like that in meza

@reubano
Copy link
Owner

reubano commented Dec 8, 2017

Correct, there is none. While something like this is possible, care must be taken to ensure not too much memory is used up in the case of large record iterators.

@reubano reubano changed the title Equivalent of pandas.DataFrame.describe Equivalent of pandas.DataFrame.describe Dec 25, 2021
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

2 participants