Skip to content

Commit 25900f9

Browse files
committed
DOC: release note re: #207
1 parent 520cddc commit 25900f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ pandas 0.8.0
7171
- Can pass multiple columns to GroupBy object, e.g. grouped[[col1, col2]] to
7272
only aggregate a subset of the value columns (#383)
7373
- Add histogram / kde plot options for scatter_matrix diagonals (#1237)
74-
- Add inplace option to DataFrame.drop_duplicates (#805)
74+
- Add inplace option to Series/DataFrame.rename and sort_index,
75+
DataFrame.drop_duplicates (#805, #207)
7576

7677
**API Changes**
7778

0 commit comments

Comments
 (0)