Replies: 1 comment 1 reply
-
Oops I seemed to have missed this question. To add timedeltas to cftime objects, you must use da + td.to_pytimedelta() However, there is currently no way to store This is not ideal, but I do not know what the best solution would be. Similar to what we have in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This raises an error
UFuncTypeError: ufunc 'add' cannot use operands with types dtype('O') and dtype('<m8[ns]')
Is the only solution to loop through?
Beta Was this translation helpful? Give feedback.
All reactions