Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: remove concat dict sortedness statement #58518

Merged

Conversation

er-eis
Copy link
Contributor

@er-eis er-eis commented May 1, 2024

@@ -171,7 +171,7 @@ def concat(
Parameters
----------
objs : an iterable or mapping of Series or DataFrame objects
If a mapping is passed, the sorted keys will be used as the `keys`
If a mapping is passed, the unsorted keys will be used as the `keys`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If a mapping is passed, the unsorted keys will be used as the `keys`
If a mapping is passed, the keys will be used as the `keys`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

@er-eis er-eis requested a review from mroeschke May 2, 2024 16:08
@mroeschke mroeschke added the Docs label May 2, 2024
@mroeschke mroeschke added this to the 3.0 milestone May 2, 2024
@mroeschke mroeschke merged commit 51d1a18 into pandas-dev:main May 2, 2024
47 of 50 checks passed
@mroeschke
Copy link
Member

Thanks @er-eis

@er-eis er-eis deleted the er-eis/clarify-concat-dict-sorting-docs branch May 2, 2024 16:11
@er-eis
Copy link
Contributor Author

er-eis commented May 2, 2024

@mroeschke absolutely, thank you for the quick review!

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* DOC: remove concat dict sortedness statement

* DOC: simplify objs order comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: pd.concat description of ordering when passing a mapping is unclear
2 participants