Skip to content

Commit 6493d2a

Browse files
authored
DOC: replace deprecated freqs in user_guide Period (#55831)
1 parent 32b8cd2 commit 6493d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/timeseries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ frequency. Arithmetic is not allowed between ``Period`` with different ``freq``
20132013
p == pd.Period("2012-01", freq="3M")
20142014
20152015
2016-
If ``Period`` freq is daily or higher (``D``, ``H``, ``T``, ``S``, ``L``, ``U``, ``N``), ``offsets`` and ``timedelta``-like can be added if the result can have the same freq. Otherwise, ``ValueError`` will be raised.
2016+
If ``Period`` freq is daily or higher (``D``, ``h``, ``min``, ``s``, ``ms``, ``us``, and ``ns``), ``offsets`` and ``timedelta``-like can be added if the result can have the same freq. Otherwise, ``ValueError`` will be raised.
20172017

20182018
.. ipython:: python
20192019

0 commit comments

Comments
 (0)