We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ff00d commit 35fbd5dCopy full SHA for 35fbd5d
doc/source/release.rst
@@ -68,7 +68,6 @@ Improvements to existing features
68
- `option_context` context manager now available as top-level API (:issue:`5752`)
69
- df.info() view now display dtype info per column (:issue: `5682`)
70
- perf improvements in DataFrame ``count/dropna`` for ``axis=1``
71
- - Added an ``is_view`` method to Series.
72
73
Bug Fixes
74
~~~~~~~~~
doc/source/v0.13.1.txt
@@ -29,7 +29,7 @@ Deprecations
29
Enhancements
30
~~~~~~~~~~~~
31
32
+Added an ``is_view`` method to Series.
33
34
Experimental
35
0 commit comments