Skip to content

Commit 6332b6c

Browse files
committed
Addressing comments
1 parent e0f3e54 commit 6332b6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/source/whatsnew/v0.25.0.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ Performance Improvements
258258
Bug Fixes
259259
~~~~~~~~~
260260

261-
DataFrame
262-
^^^^^^^^^^^
263-
264-
- Fixed a bug where Constructing a :class:`DataFrame` using a ``range`` (e.g. ``pd.DataFrame(range(3))``) would cause an ``AttributeException`` (:issue:`26342`).
265261

266262
Categorical
267263
^^^^^^^^^^^
@@ -418,6 +414,7 @@ Reshaping
418414
- Bug in :func:`pivot_table` where columns with ``NaN`` values are dropped even if ``dropna`` argument is ``False``, when the ``aggfunc`` argument contains a ``list`` (:issue:`22159`)
419415
- Bug in :func:`concat` where the resulting ``freq`` of two :class:`DatetimeIndex` with the same ``freq`` would be dropped (:issue:`3232`).
420416
- Bug in :func:`merge` where merging with equivalent Categorical dtypes was raising an error (:issue:`22501`)
417+
- bug in :class:`DataFrame` using a ``range`` (e.g. ``pd.DataFrame(range(3))``) raising an error (:issue:`26342`).
421418
- Bug in :class:`DataFrame` constructor when passing non-empty tuples would cause a segmentation fault (:issue:`25691`)
422419
- Bug in :func:`pandas.cut` where large bins could incorrectly raise an error due to an integer overflow (:issue:`26045`)
423420
- Bug in :func:`DataFrame.sort_index` where an error is thrown when a multi-indexed DataFrame is sorted on all levels with the initial level sorted last (:issue:`26053`)

0 commit comments

Comments
 (0)