-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Open
Labels
DocsNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
mainhere
Location of the documentation
https://pandas.pydata.org/docs/user_guide/10min.html#merge
Documentation problem
When I am going through 10 min pandas guide I noticed something that feels like a gap in the "Merge" section.
Right now, the "Merge" header acts only as a title, but the content immediately jumps into "Concat". For a beginner will expect an pd.merge example to understand the sections namesake. Instead, I had to scroll through "Concat" and "Join" before finding an actual merge operation.
Suggested fix for documentation
I would like to propose adding one or two sentences explaining that "Merge" is a category for several operations (Concat, Join, and Merge) would make the flow easier to understand and adding a simple, self-contained pd.merge example directly under the "Merge" header, before the "Concat" sub-section starts.
Metadata
Metadata
Assignees
Labels
DocsNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member