We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f42b95 commit 4fc78a4Copy full SHA for 4fc78a4
RELEASE.rst
@@ -52,6 +52,7 @@ pandas 0.10.1
52
- added method ``unique`` to select the unique values in an indexable or data column
53
- Add ``logx`` option to DataFrame/Series.plot (GH2327_, #2565)
54
- Support reading gzipped data from file-like object
55
+ - ``pivot_table`` aggfunc can be anything used in GroupBy.aggregate (GH2643_)
56
57
**Bug fixes**
58
@@ -86,6 +87,7 @@ pandas 0.10.1
86
87
.. _GH2604: https://github.com/pydata/pandas/issues/2604
88
.. _GH2616: https://github.com/pydata/pandas/issues/2616
89
.. _GH2625: https://github.com/pydata/pandas/issues/2625
90
+.. _GH2643: https://github.com/pydata/pandas/issues/2643
91
92
pandas 0.10.0
93
=============
0 commit comments