You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -369,6 +369,7 @@ I/O
369
369
- Bug in :func:`read_csv` when called with ``low_memory=False`` in which a CSV with at least one column > 2GB in size would incorrectly raise a ``MemoryError`` (:issue:`16798`).
370
370
- Bug in :func:`read_csv` when called with a single-element list ``header`` would return a ``DataFrame`` of all NaN values (:issue:`7757`)
371
371
- Bug in :func:`read_stata` where value labels could not be read when using an iterator (:issue:`16923`)
372
+
- Bug in :func:`read_stata` where the index was not set (:issue:`16342`)
372
373
- Bug in :func:`read_html` where import check fails when run in multiple threads (:issue:`16928`)
0 commit comments