We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304433a commit bb654f8Copy full SHA for bb654f8
RELEASE.rst
@@ -71,7 +71,8 @@ pandas 0.7.0
71
- Can pass a list of dicts or Series to ``DataFrame.append`` to concatenate
72
multiple rows (GH #464)
73
- Add ``level`` argument to ``DataFrame.xs`` for selecting data from other
74
- MultiIndex levels (GH #371, GH #629)
+ MultiIndex levels. Can take one or more levels with potentially a tuple of
75
+ keys for flexible retrieval of data (GH #371, GH #629)
76
- New ``crosstab`` function for easily computing frequency tables (GH #170)
77
78
**API Changes**
0 commit comments