ENH: pd.concat with keys and ignore_index=True should raise #59274
Labels
Enhancement
Error Reporting
Incorrect or improved errors from pandas
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
You can happily pass both of these arguments together, but the ignore_index=True call drops the keys, so it ends up being a moot point:
Feature Description
pandas can raise that this combination of values does not make sense
Alternative Solutions
status quo
Additional Context
No response
The text was updated successfully, but these errors were encountered: