We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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