File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ Enhancements
437
437
For example:
438
438
439
439
.. code-block:: python
440
-
440
+
441
441
df.to_sql('table', engine, schema='other_schema')
442
442
pd.read_sql_table('table', engine, schema='other_schema')
443
443
@@ -508,6 +508,7 @@ Performance
508
508
- Performance improvements in ``StataReader`` when reading large files (:issue:`8040`, :issue:`8073`)
509
509
- Performance improvements in ``StataWriter`` when writing large files (:issue:`8079`)
510
510
- 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`)
511
512
512
513
513
514
@@ -668,4 +669,3 @@ Bug Fixes
668
669
- Bug in accessing groups from a ``GroupBy`` when the original grouper
669
670
was a tuple (:issue:`8121`).
670
671
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