pd.to_datetime() not working for old dates
When trying to convert the “Date” field of a pandas DataFrame using pd.to_datetime(), I get an “OutOfBoundsDatetime” error only when the date is before Year 1700 (otherwise the conversion works fine). Any help?