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.1.txt
+1
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ I/O
82
82
- Bug in class:`~pandas.io.stata.StataReader` not converting date/time columns with display formatting addressed (:issue:`17990`). Previously columns with display formatting were normally left as ordinal numbers and not converted to datetime objects.
83
83
- Bug in :func:`read_csv` when reading a compressed UTF-16 encoded file (:issue:`18071`)
84
84
- Bug in :func:`read_csv` for handling null values in index columns when specifying ``na_filter=False`` (:issue:`5239`)
85
+
- Bug in :func:`read_csv` when reading numeric category fields with high cardinality (:issue:`18186`)
85
86
- Bug in :meth:`DataFrame.to_csv` when the table had ``MultiIndex`` columns, and a list of strings was passed in for ``header`` (:issue:`5539`)
86
87
- :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`)
87
88
- :func:`read_parquet` now allows to specify kwargs which are passed to the respective engine (:issue:`18216`)
0 commit comments