Skip to content

Commit 9da3e3d

Browse files
committed
DOC: add level option in Series.reset_index to release notes
1 parent 022f29b commit 9da3e3d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RELEASE.rst

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pandas 0.9.0
4545
- Add `na_action='ignore'` to Series.map to quietly propagate NAs (#1661)
4646
- Add args/kwds options to Series.apply (#1829)
4747
- Add inplace option to Series/DataFrame.reset_index (#1797)
48+
- Add ``level`` parameter to ``Series.reset_index``
4849
- Add quoting option for DataFrame.to_csv (#1902)
4950
- Indicate long column value truncation in DataFrame output with ... (#1854)
5051
- DataFrame.dot will not do data alignment, and also work with Series (#1915)

doc/source/v0.9.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ New features
2020
Finance (GH1748_, GH1739_)
2121
- More flexible parsing of boolean values (Yes, No, TRUE, FALSE, etc)
2222
(GH1691_, GH1295_)
23+
- Add ``level`` parameter to ``Series.reset_index``
2324

2425
API changes
2526
~~~~~~~~~~~

0 commit comments

Comments
 (0)