Skip to content

Commit ac3845a

Browse files
committed
MAINT: Add missing components to PR
1 parent 104cab5 commit ac3845a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/timeseries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ frequencies. We will refer to these aliases as *offset aliases*
10921092
"BQ", "business quarter endfrequency"
10931093
"QS", "quarter start frequency"
10941094
"BQS", "business quarter start frequency"
1095-
"A", "year end frequency"
1095+
"A, Y", "year end frequency"
10961096
"BA", "business year end frequency"
10971097
"AS", "year start frequency"
10981098
"BAS", "business year start frequency"

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Other Enhancements
4040
- :func:`DataFrame.clip()` and :func:`Series.clip()` have gained an ``inplace`` argument. (:issue:`15388`)
4141
- :func:`crosstab` has gained a ``margins_name`` parameter to define the name of the row / column that will contain the totals when ``margins=True``. (:issue:`15972`)
4242
- :func:`DataFrame.select_dtypes` now accepts scalar values for include/exclude as well as list-like. (:issue:`16855`)
43+
- :func:`date_range` now accepts 'Y' in addition to 'A' as an alias for end of year (:issue:`9313`)
4344

4445
.. _whatsnew_0210.api_breaking:
4546

0 commit comments

Comments
 (0)