Skip to content

Commit f098a86

Browse files
committed
DOC: v0.15.0 edits
1 parent 6516c53 commit f098a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/v0.15.0.txt

+2-2
Original file line numberDiff line numberDiff 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`)

0 commit comments

Comments
 (0)