We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 520cddc commit 25900f9Copy full SHA for 25900f9
RELEASE.rst
@@ -71,7 +71,8 @@ pandas 0.8.0
71
- Can pass multiple columns to GroupBy object, e.g. grouped[[col1, col2]] to
72
only aggregate a subset of the value columns (#383)
73
- Add histogram / kde plot options for scatter_matrix diagonals (#1237)
74
- - Add inplace option to DataFrame.drop_duplicates (#805)
+ - Add inplace option to Series/DataFrame.rename and sort_index,
75
+ DataFrame.drop_duplicates (#805, #207)
76
77
**API Changes**
78
0 commit comments