Skip to content

Commit 9802434

Browse files
ryankarlosWillAyd
andauthored
Minor change to description
Co-Authored-By: William Ayd <[email protected]>
1 parent 30f611f commit 9802434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ either the left or right tables, the values in the joined table will be
724724
labels=['left', 'right'], vertical=False);
725725
plt.close('all');
726726
727-
You can merge a MultiIndex Series and a DataFrame, if the levels of
727+
You can merge a mult-indexed Series and a DataFrame if the names of
728728
the MultiIndex correspond to the columns from the DataFrame. Transform
729729
the Series to a DataFrame using :meth:`Series.reset_index` before merging,
730730
as shown in the following example.

0 commit comments

Comments
 (0)