pd.NaT.date() returns datetime.date(1, 255, 255) · Issue #9513 · pandas-dev/pandas (original) (raw)

Hello,

pd.NaT.date() returns datetime.date(1, 255, 255)
that's an odd results
I was expecting None (or something else) because that's really strange to have
date of year "1" in an Excel file

Kind regards