Skip to content

Commit ab57232

Browse files
committed
Edit whatsnew
1 parent 0673a5f commit ab57232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.4.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Other enhancements
106106
- :meth:`read_table` now supports the argument ``storage_options`` (:issue:`39167`)
107107
- Methods that relied on hashmap based algos such as :meth:`DataFrameGroupBy.value_counts`, :meth:`DataFrameGroupBy.count` and :func:`factorize` ignored imaginary component for complex numbers (:issue:`17927`)
108108
- Add :meth:`Series.str.removeprefix` and :meth:`Series.str.removesuffix` introduced in Python 3.9 to remove pre-/suffixes from string-type :class:`Series` (:issue:`36944`)
109+
- :meth:`DataFrame.reset_index` now accepts a ``names`` argument which renames the index names (:issue:`6878`)
109110

110111
.. ---------------------------------------------------------------------------
111112

0 commit comments

Comments
 (0)