Skip to content

Commit 7cbebaf

Browse files
uds5501jreback
authored andcommitted
Update merging.rst (#21568)
1 parent 1a23779 commit 7cbebaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/merging.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ need to be:
279279

280280
Ignoring indexes on the concatenation axis
281281
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
282-
For ``DataFrame``s which don't have a meaningful index, you may wish to append
282+
For ``DataFrame`` s which don't have a meaningful index, you may wish to append
283283
them and ignore the fact that they may have overlapping indexes. To do this, use
284284
the ``ignore_index`` argument:
285285

@@ -314,7 +314,7 @@ This is also a valid argument to :meth:`DataFrame.append`:
314314
Concatenating with mixed ndims
315315
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
316316

317-
You can concatenate a mix of ``Series`` and ``DataFrame``s. The
317+
You can concatenate a mix of ``Series`` and ``DataFrame`` s. The
318318
``Series`` will be transformed to ``DataFrame`` with the column name as
319319
the name of the ``Series``.
320320

0 commit comments

Comments
 (0)