Skip to content

Commit a7cf24c

Browse files
committed
cl
1 parent 916d1e4 commit a7cf24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- `pivot_table()` with `sort=True`, non-string `index` list, non-string `columns` list, non-string `values` list, or `aggfunc` dict with non-string values
3838
- `fillna()` with `downcast` parameter or using `limit` together with `value`
3939
- `dropna()` with `axis=1`
40+
- Slightly improved the performance of `agg`, `nunique`, `describe`, and related methods on 1-column DataFrame and Series objects.
4041

4142
#### Bug Fixes
4243

0 commit comments

Comments
 (0)