File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ Enhancements
437437 For example:
438438
439439.. code-block:: python
440-
440+
441441 df.to_sql('table', engine, schema='other_schema')
442442 pd.read_sql_table('table', engine, schema='other_schema')
443443
@@ -508,6 +508,7 @@ Performance
508508- Performance improvements in ``StataReader`` when reading large files (:issue:`8040`, :issue:`8073`)
509509- Performance improvements in ``StataWriter`` when writing large files (:issue:`8079`)
510510- Performance and memory usage improvements in multi-key ``groupby`` (:issue:`8128`)
511+ - Performance improvements in groupby ``.agg`` and ``.apply`` where builtins max/min were not mapped to numpy/cythonized versions (:issue:`7722`)
511512
512513
513514
@@ -668,4 +669,3 @@ Bug Fixes
668669- Bug in accessing groups from a ``GroupBy`` when the original grouper
669670 was a tuple (:issue:`8121`).
670671
671- - Bug in ``.agg`` and ``.apply`` where builtins max/min were not mapped to numpy/cythonized versions (:issue:`7722`)
You can’t perform that action at this time.
0 commit comments