-
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
align describe with py polars #819
align describe with py polars #819
Conversation
One last question, should we try to preserve the type for all columns? Like we keep it as a time column for time columns? Or is that not possible? |
Am I afraid that is not possible in vertical format as count , nil_count are |
That's a very good question. But if we transpose it will be pretty much a summarize? So how useful would that be? I wonder if we should have a function called |
Anyway, this PR is good to me, so we can move the describe+transpose to a separate PR. :) |
TBH I view
We might have that already with the |
💚 💙 💜 💛 ❤️ |
Alright, let's try transposing it then. And i think you are right, transpose_by is one of the pivot functions. |
use nil expression to generate output similar to Py Polars describe