Skip to content

Commit 7123db1

Browse files
authored
Update v1.4.0.rst
1 parent 8a8f0ac commit 7123db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Other enhancements
107107
- :meth:`DataFrame.to_stata` and :meth:`StataWriter` now accept the keyword only argument ``value_labels`` to save labels for non-categorical columns
108108
- 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`)
109109
- 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`)
110-
- :meth:`.GroupBy.mean` now supports `NaT` values (:issue:`43132`)
110+
- :meth:`.GroupBy.mean` now supports ``NaT`` values (:issue:`43132`)
111111

112112
.. ---------------------------------------------------------------------------
113113

0 commit comments

Comments
 (0)