You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.15.0.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Access fields for a ``Timedelta``
163
163
164
164
.. ipython:: python
165
165
166
-
td = pd.Timedelta('1 hour 3m 15.5us')
166
+
td = pd.Timedelta('1 hour 3min 15.5us')
167
167
td.seconds
168
168
td.microseconds
169
169
td.nanoseconds
@@ -1030,12 +1030,11 @@ Other:
1030
1030
If ``Period`` freq is ``D``, ``H``, ``T``, ``S``, ``L``, ``U``, ``N``, ``Timedelta``-like can be added if the result can have same freq. Otherwise, only the same ``offsets`` can be added.
0 commit comments