Skip to content

Commit 2203e7e

Browse files
committed
Edit whatsnew
1 parent 2dfb9a3 commit 2203e7e

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
@@ -104,6 +104,7 @@ Other enhancements
104104
- :meth:`.GroupBy.cummin` and :meth:`.GroupBy.cummax` now support the argument ``skipna`` (:issue:`34047`)
105105
- :meth:`read_table` now supports the argument ``storage_options`` (:issue:`39167`)
106106
- 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`)
107+
- :meth:`DataFrame.reset_index` now accepts a ``names`` argument which renames the index names (:issue:`6878`)
107108

108109
.. ---------------------------------------------------------------------------
109110

0 commit comments

Comments
 (0)