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
Since pandas represents timestamps in nanosecond resolution, the timespan that can be represented using a 64-bit integer is limited to approximately 584 years.
271
-
272
-
If a date that does not meet timestamp limitations, passing errors='ignore' will simply return the original input instead of raising any exception.
272
+
Since pandas represents timestamps in nanosecond resolution, the timespan that can be represented using a 64-bit
273
+
integer is limited to approximately 584 years.
274
+
If a date that does not meet timestamp limitations, passing errors='ignore' will simply return the original input
275
+
instead of raising any exception.
276
+
Passing errors='coerce' will force to NaT. Furthermore this will force non-dates to NaT as well.
0 commit comments