Skip to content

Commit 0e10660

Browse files
committed
doc edits for GH10047
1 parent 7f43252 commit 0e10660

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ These can be accessed like ``Series.dt.<property>``.
492492
Series.dt.to_pydatetime
493493
Series.dt.tz_localize
494494
Series.dt.tz_convert
495+
Series.dt.normalize
495496

496497
**Timedelta Properties**
497498

doc/source/whatsnew/v0.16.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Enhancements
6868
- Allow ``Categorical.add_categories`` to accept ``Series`` or ``np.array``. (:issue:`9927`)
6969

7070
- Add/delete ``str/dt/cat`` accessors dynamically from ``__dir__``. (:issue:`9910`)
71-
- Add ``normalize`` as a ``dt`` accessor method.
71+
- Add ``normalize`` as a ``dt`` accessor method. (:issue:`10047`)
7272

7373
- ``DataFrame`` and ``Series`` now have ``_constructor_expanddim`` property as overridable constructor for one higher dimensionality data. This should be used only when it is really needed, see :ref:`here <ref-subclassing-pandas>`
7474

0 commit comments

Comments
 (0)