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 916d1e4 commit a7cf24cCopy full SHA for a7cf24c
CHANGELOG.md
@@ -37,6 +37,7 @@
37
- `pivot_table()` with `sort=True`, non-string `index` list, non-string `columns` list, non-string `values` list, or `aggfunc` dict with non-string values
38
- `fillna()` with `downcast` parameter or using `limit` together with `value`
39
- `dropna()` with `axis=1`
40
+- Slightly improved the performance of `agg`, `nunique`, `describe`, and related methods on 1-column DataFrame and Series objects.
41
42
#### Bug Fixes
43
0 commit comments