1 Pandas 4: Time Series

Our first example shows how to validate a pandas Series with a few dates specified with Python’s datetime.date data type. Values of other types are replaced with NaT(“not a time”) prior to the validation. ................
................