```python In [3]: bool(pd.Timedelta(nanoseconds=1)) Out[3]: False In [4]: bool(pd.Timedelta(microseconds=1)) Out[4]: True ``` pr coming shortly.