Skip to content

Commit 2f0773f

Browse files
DOC: clean-up 0.23.2 whatsnew file (pandas-dev#21750)
1 parent e72b7e5 commit 2f0773f

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

doc/source/whatsnew/v0.23.2.txt

+2-32
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ Fixed Regressions
6363
- Fixed regression in :func:`to_clipboard` that defaulted to copying dataframes with space delimited instead of tab delimited (:issue:`21104`)
6464

6565

66-
Documentation Changes
67-
~~~~~~~~~~~~~~~~~~~~~
68-
69-
-
70-
-
71-
7266
Build Changes
7367
-------------
7468

@@ -79,56 +73,32 @@ Build Changes
7973
Bug Fixes
8074
~~~~~~~~~
8175

82-
**Groupby/Resample/Rolling**
83-
84-
-
85-
-
86-
87-
**Timedelta**
88-
89-
- Bug in :class:`Timedelta` where non-zero timedeltas shorter than 1 microsecond were considered False (:issue:`21484`)
90-
9176
**Conversion**
9277

9378
- Bug in constructing :class:`Index` with an iterator or generator (:issue:`21470`)
9479
- Bug in :meth:`Series.nlargest` for signed and unsigned integer dtypes when the minimum value is present (:issue:`21426`)
9580

96-
9781
**Indexing**
9882

9983
- Bug in :meth:`Index.get_indexer_non_unique` with categorical key (:issue:`21448`)
10084
- Bug in comparison operations for :class:`MultiIndex` where error was raised on equality / inequality comparison involving a MultiIndex with ``nlevels == 1`` (:issue:`21149`)
10185
- Bug in :meth:`DataFrame.drop` behaviour is not consistent for unique and non-unique indexes (:issue:`21494`)
10286
- Bug in :func:`DataFrame.duplicated` with a large number of columns causing a 'maximum recursion depth exceeded' (:issue:`21524`).
103-
-
10487

10588
**I/O**
10689

10790
- Bug in :func:`read_csv` that caused it to incorrectly raise an error when ``nrows=0``, ``low_memory=True``, and ``index_col`` was not ``None`` (:issue:`21141`)
10891
- Bug in :func:`json_normalize` when formatting the ``record_prefix`` with integer columns (:issue:`21536`)
109-
-
110-
111-
**Plotting**
112-
113-
-
114-
-
115-
116-
**Reshaping**
117-
118-
-
119-
-
12092

12193
**Categorical**
12294

12395
- Bug in rendering :class:`Series` with ``Categorical`` dtype in rare conditions under Python 2.7 (:issue:`21002`)
124-
-
12596

12697
**Timezones**
12798

12899
- Bug in :class:`Timestamp` and :class:`DatetimeIndex` where passing a :class:`Timestamp` localized after a DST transition would return a datetime before the DST transition (:issue:`20854`)
129100
- Bug in comparing :class:`DataFrame`s with tz-aware :class:`DatetimeIndex` columns with a DST transition that raised a ``KeyError`` (:issue:`19970`)
130101

102+
**Timedelta**
131103

132-
**Other**
133-
134-
-
104+
- Bug in :class:`Timedelta` where non-zero timedeltas shorter than 1 microsecond were considered False (:issue:`21484`)

0 commit comments

Comments
 (0)