We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>>> np.timedelta64(3600*10**9, 'ns') + pd.Timestamp.now() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: ufunc add cannot use operands with types dtype('<m8[ns]') and dtype('O')
I think we can fix this by defining Timestamp.__array_priority__
Timestamp.__array_priority__