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
BUG: Catch overflow error when converting to datetime (#45506)
Exception is raised when a part of the date like day, month or year is greater
than 32 bit signed integer.
Added tests for this issue in pandas/tests/frame/methods/test_astype.py
TODO: Remove this when its fixed in Python
0 commit comments