Median doesn't have same precision as min/max in datetime #20811
Labels
A-temporal
Area: date/time functionality
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
Median is different from the others while it should be equal. This is also a bit related to:
.quantile()
doesn't work on datetime (returns null) but median worksOverflowError
when runningDataFrame.describe()
and column containsdatetime.max
value #14573:.describe()
panicks withdatetime.max
because of overflow (likely because median is > 10000)Expected behavior
Min, median and max should all have the same value in this case.
Installed versions
The text was updated successfully, but these errors were encountered: