You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to use Pandas datetime datatype column for datetimes beyond the bounds for ns units (which are 1677-09-21 00:12:43.145225 and 2262-04-11 23:47:16.854775807).
As will often be dealing with dates above and below these thresholds. Apologies if already open on another issue but couldn't quite find this. Not sure if tied in with this issue
Not sure, I assume this might be a big ask depending on how the column casting internals work.
Describe alternatives you've considered
At the moment the only workaround is having an object column with datetimes. However I believe this stops you from using the .dt method on the column which is really handy.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I would like to be able to use Pandas datetime datatype column for datetimes beyond the bounds for
ns
units (which are1677-09-21 00:12:43.145225
and2262-04-11 23:47:16.854775807
).As will often be dealing with dates above and below these thresholds. Apologies if already open on another issue but couldn't quite find this. Not sure if tied in with this issue
Describe the solution you'd like
One of the following:
or
API breaking implications
Not sure, I assume this might be a big ask depending on how the column casting internals work.
Describe alternatives you've considered
At the moment the only workaround is having an object column with datetimes. However I believe this stops you from using the
.dt
method on the column which is really handy.The text was updated successfully, but these errors were encountered: