-
Notifications
You must be signed in to change notification settings - Fork 33
Extreme dates cannot be renderes in displaying DataFrames #118
Comments
That's the conversion in pyarrow failing (when converting to scalar objects):
For dates, we have a Now, that's for the pyarrow side. On the pandas side, I am surprised we go through |
For the On the |
Passing in a correct
|
That's for sure a bug then. We shouldn't try to coerce again if it's coming from an EA, we should simply call EA._formatter on the individual values. |
So just as a test, if you return an object dtype array, does it work then? |
Yes, then it works. |
Yes, made a semi-open issue: pandas-dev/pandas#33319 |
Thanks! |
The |
This project has been archived as development has ceased around 2021. |
We can store dates in
fletcher
thatpandas
cannot store as we allow for other precisions as nanoseconds. Sadly our code currently converts to nanoseconds for printing a DataFrame.Reproducible example:
Exception:
The text was updated successfully, but these errors were encountered: