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.18.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ Other enhancements
110
110
- ``DataFrame`` has gained a ``_repr_latex_`` method in order to allow for automatic conversion to latex in a ipython/jupyter notebook using nbconvert. Options ``display.latex.escape`` and ``display.latex.longtable`` have been added to the configuration and are used automatically by the ``to_latex`` method. (:issue:`11778`)
111
111
- ``sys.getsizeof(obj)`` returns the memory usage of a pandas object, including the
112
112
values it contains (:issue:`11597`)
113
+
- ``Series`` gained an ``is_unique`` attribute (:issue:`11946`)
0 commit comments