Skip to content
Prev Previous commit
Next Next commit
Update v1.3.1.rst
  • Loading branch information
lithomas1 authored Jul 29, 2021
commit 75d7083b1a5ee9e77d3a6126360906f6995df107
1 change: 0 additions & 1 deletion doc/source/whatsnew/v1.3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Fixed regressions
- Fixed regression for :func:`merge_asof` raising ``KeyError`` when one of the ``by`` columns is in the index (:issue:`34488`)
- Fixed regression in :func:`to_datetime` returning pd.NaT for inputs that produce duplicated values, when ``cache=True`` (:issue:`42259`)
- Fixed regression in :meth:`SeriesGroupBy.value_counts` that resulted in an ``IndexError`` when called on a Series with one row (:issue:`42618`)
- Fixed regression where :meth:`pandas.read_csv` raised a ``ValueError`` when parameters ``names`` and ``prefix`` were both set to None (:issue:`42387`)

.. ---------------------------------------------------------------------------

Expand Down