File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ need to be:
279
279
280
280
Ignoring indexes on the concatenation axis
281
281
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
283
283
them and ignore the fact that they may have overlapping indexes. To do this, use
284
284
the ``ignore_index `` argument:
285
285
@@ -314,7 +314,7 @@ This is also a valid argument to :meth:`DataFrame.append`:
314
314
Concatenating with mixed ndims
315
315
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
316
316
317
- You can concatenate a mix of ``Series `` and ``DataFrame``s. The
317
+ You can concatenate a mix of ``Series `` and ``DataFrame `` s. The
318
318
``Series `` will be transformed to ``DataFrame `` with the column name as
319
319
the name of the ``Series ``.
320
320
You can’t perform that action at this time.
0 commit comments