str for NaT is garbage · Issue #5708 · pandas-dev/pandas (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@cancan101

Description

@cancan101

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

Issue actions