Skip to content

Commit

Permalink
A typo in user guide doc (#58686)
Browse files Browse the repository at this point in the history
There was a typo in user_guide doc ,particulary in documentation of merge,join ,concatenate and compare
which after fixing is more grmatically correct and making more sense now
  • Loading branch information
imTejasRajput committed May 12, 2024
1 parent 34177d6 commit d5cf76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/merging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ either the left or right tables, the values in the joined table will be
p.plot([left, right], result, labels=["left", "right"], vertical=False);
plt.close("all");
You can :class:`Series` and a :class:`DataFrame` with a :class:`MultiIndex` if the names of
You can merge :class:`Series` and a :class:`DataFrame` with a :class:`MultiIndex` if the names of
the :class:`MultiIndex` correspond to the columns from the :class:`DataFrame`. Transform
the :class:`Series` to a :class:`DataFrame` using :meth:`Series.reset_index` before merging

Expand Down

0 comments on commit d5cf76c

Please sign in to comment.