If I have this date of example: 10/10/9999
When I try to use it with pandas I get this error:
pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime: Out of bounds nanosecond timestamp:
How do I check if the date is within the pandas date time boundaries?