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
BUG: Fix concat DataFrame and Series with ignore_index=True (#60983)
* modified the files according to bug#60237
* Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* moved test case to frame and serier folders
* fix pyarrow import error
* inconsistent issue fix
* added test cases and fixed old pr test cases
* added rst and small changes in tests file
* fixed column name issue for column wise concat
* fixed text case for concat
* fix test cases issue
* Trigger redeployment
* fixed reviewed changes and added extra test cases
* removed duplicate test case
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -788,6 +788,7 @@ Reshaping
788
788
- Bug in :meth:`DataFrame.pivot_table` incorrectly subaggregating results when called without an ``index`` argument (:issue:`58722`)
789
789
- Bug in :meth:`DataFrame.stack` with the new implementation where ``ValueError`` is raised when ``level=[]`` (:issue:`60740`)
790
790
- Bug in :meth:`DataFrame.unstack` producing incorrect results when manipulating empty :class:`DataFrame` with an :class:`ExtentionDtype` (:issue:`59123`)
791
+
- Bug in :meth:`concat` where concatenating DataFrame and Series with ``ignore_index = True`` drops the series name (:issue:`60723`, :issue:`56257`)
0 commit comments