Skip to content

Commit eab8038

Browse files
committed
Added bugfix description [ci skip]
1 parent d92cf3c commit eab8038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.19.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ Performance Improvements
735735
Bug Fixes
736736
~~~~~~~~~
737737

738+
- Bug in ``groupby().shift()``, which could cause a segfault or corruption in rare circumstances when grouping by columns with missing values (:issue:`13813`)
738739
- Bug in ``pd.read_csv()``, which may cause a segfault or corruption when iterating in large chunks over a stream/file under rare circumstances (:issue:`13703`)
739740
- Bug in ``io.json.json_normalize()``, where non-ascii keys raised an exception (:issue:`13213`)
740741
- Bug in ``SparseSeries`` with ``MultiIndex`` ``[]`` indexing may raise ``IndexError`` (:issue:`13144`)

0 commit comments

Comments
 (0)