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-9
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,6 @@ Documentation Changes
56
56
57
57
Bug Fixes
58
58
~~~~~~~~~
59
-
- Bug in ``DataFrame.resample(...).apply(...)`` when there is a callable that returns different columns (:issue:`15169`)
60
-
- Bug in :class:`TimedeltaIndex` subtraction could incorrectly overflow when ``NaT`` is present (:issue:`17791`)
61
-
- Bug in :class:`DatetimeIndex` subtracting datetimelike from DatetimeIndex could fail to overflow (:issue:`18020`)
62
-
- Bug in ``pd.Series.rolling.skew()`` and ``rolling.kurt()`` with all equal values has floating issue (:issue:`18044`)
63
-
- Bug in ``pd.DataFrameGroupBy.count()`` when counting over a datetimelike column (:issue:`13393`)
64
-
- Bug in ``pd.concat`` when empty and non-empty DataFrames or Series are concatenated (:issue:`18178` :issue:`18187`)
65
-
- Bug in :class:`IntervalIndex` constructor when a list of intervals is passed with non-default ``closed`` (:issue:`18334`)
66
-
- Bug in :meth:`IntervalIndex.copy` when copying and ``IntervalIndex`` with non-default ``closed`` (:issue:`18339`)
67
-
- Bug in ``pd.read_csv`` when reading numeric category fields with high cardinality (:issue `18186`)
68
59
69
60
Conversion
70
61
^^^^^^^^^^
@@ -91,6 +82,7 @@ I/O
91
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.
92
83
- Bug in :func:`read_csv` when reading a compressed UTF-16 encoded file (:issue:`18071`)
93
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`)
94
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`)
95
87
- :func:`read_parquet` now allows to specify the columns to read from a parquet file (:issue:`18154`)
96
88
- :func:`read_parquet` now allows to specify kwargs which are passed to the respective engine (:issue:`18216`)
0 commit comments