-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: pd.concat with keys and ignore_index=True should raise (#59398)
* Add enhancement to v3.0.0 * Raise error when combination of given values don't make sense * Add test * Update doc/source/whatsnew/v3.0.0.rst Co-authored-by: Matthew Roeschke <[email protected]> * Update pandas/core/reshape/concat.py Co-authored-by: Matthew Roeschke <[email protected]> * Update pandas/tests/reshape/concat/test_concat.py Co-authored-by: Matthew Roeschke <[email protected]> * Update pandas/tests/reshape/concat/test_concat.py Co-authored-by: Matthew Roeschke <[email protected]> * Fix test --------- Co-authored-by: Matthew Roeschke <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters