str for NaT is garbage · Issue #5708 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
In [12]: str(pd.NaT)
Out[12]: '0001-255-255 00:00:00'
where as:
In [13]: repr(pd.NaT)
Out[13]: 'NaT'
I will fix this as part of #5701
Metadata
Metadata
Labels
Development
No branches or pull requests