-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Support describe
on decimal
#15092
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15092 +/- ##
==========================================
+ Coverage 81.06% 81.22% +0.15%
==========================================
Files 1342 1346 +4
Lines 173935 175299 +1364
Branches 2459 2506 +47
==========================================
+ Hits 141000 142386 +1386
+ Misses 32468 32433 -35
- Partials 467 480 +13 ☔ View full report in Codecov by Sentry. |
I'll defer to others (@orlp?) but I don't think casting to |
@alexander-beedie I think it's fine for |
If it was constrained within the df.select(
sum=pl.sum("a"),
min=pl.min("a"),
max=pl.max("a"),
mean=pl.mean("a"),
median=pl.median("a"),
) |
It turned out only |
Any chance to get this reviewed? :) |
Rebased! |
Thanks @flisky |
fix #13732