pandas
NaT
(N)ot-(A)-(T)ime, the time equivalent of NaN.
Examples
>>> pd.DataFrame([pd.Timestamp("2023"), np.nan], columns=["col_1"]) col_1 0 2023-01-01 1 NaT
previous
pandas.Timestamp.weekday
next
pandas.Timestamp.day