-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add DF describe #444
Add DF describe #444
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good for the first version of describe/1
Congrats on your first contribution to Explorer! 🎉 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woot! 🎉 Just one minor comment and we can ship it!
Co-authored-by: José Valim <[email protected]>
Co-authored-by: José Valim <[email protected]>
@philss could you please open up an issue on polars and ask if they would also consider adding nulls count to describe? |
@josevalim they already had an issue about this, so I asked there: pola-rs/polars#4068 |
Initial implementation of #157