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.16.1.txt
+4-3
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,9 @@ Highlights include:
12
12
- Support for a ``CategoricalIndex``, a category based index, see :ref:`here <whatsnew_0161.enhancements.categoricalindex>`
13
13
- New section on how-to-contribute to *pandas*, see :ref:`here <contributing>`
14
14
- Revised "Merge, join, and concatenate" documentation including graphical examples to make it easier to understand each operations, see :ref:`here <merging>`
15
-
15
+
- The default ``Index`` printing has changed to a more uniform format, see :ref:`here <whatsnew_0161.index_repr>`
16
16
- New method ``sample`` for drawing random samples from Series, DataFrames and Panels. See :ref:`here <whatsnew_0161.enchancements.sample>`
17
-
18
-
- ``BusinessHour`` offset is supported, see :ref:`here <timeseries.businesshour>`
17
+
- ``BusinessHour`` datetime-offset is now supported, see :ref:`here <timeseries.businesshour>`
19
18
20
19
- Further enhancement to the ``.str`` accessor to make string operations easier, see :ref:`here <whatsnew_0161.enhancements.string>`
0 commit comments