Skip to content

Commit 45f5b88

Browse files
committed
move to v1.3.0
1 parent 47d2593 commit 45f5b88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.3.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Other enhancements
5757
- :meth:`.Styler.set_tooltips_class` and :meth:`.Styler.set_table_styles` amended to optionally allow certain css-string input arguments (:issue:`39564`)
5858
- :meth:`.Styler.apply` now more consistently accepts ndarray function returns, i.e. in all cases for ``axis`` is ``0, 1 or None``. (:issue:`39359`)
5959
- :meth:`Series.loc.__getitem__` and :meth:`Series.loc.__setitem__` with :class:`MultiIndex` now raising helpful error message when indexer has too many dimensions (:issue:`35349`)
60+
- Added :meth:`DataFrame.is_unique` method for finding columns with unique values (:issue:`37565`)
6061
- :meth:`pandas.read_stata` and :class:`StataReader` support reading data from compressed files.
6162

6263

0 commit comments

Comments
 (0)