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.
In [43]: df = pd.DataFrame({"A": pd.to_timedelta([0, 1, None]), "B": pd.array([1, 2, None], dtype='Int32')}) In [44]: df.sum() Out[44]: A 00:00:00.000000 B NaT dtype: timedelta64[ns]
cc @jbrockmendel
Not a blocker for the RC, but is a blocker for the release.