COMPAT: NaT should support tz_localize / tz_convert #15830
Labels
Compat
pandas objects compatability with Numpy or Python functions
Datetime
Datetime data dtype
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
These should simply return a
NaT
.makes
NaT
more Timestamp accessible.these are added like in #15782
further would be nice to audit all methods that are not implemented to see if they should be added as well (again most of these will likely return
NaT
ornp.nan
)The text was updated successfully, but these errors were encountered: