Skip to content

Commit a79ac36

Browse files
authored
typo: rows -> columns (#34757)
1 parent 78b33bc commit a79ac36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/getting_started/intro_tutorials/01_table_oriented.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ I want to store passenger data of the Titanic. For a number of passengers, I kno
5151
df
5252
5353
To manually store data in a table, create a ``DataFrame``. When using a Python dictionary of lists, the dictionary keys will be used as column headers and
54-
the values in each list as rows of the ``DataFrame``.
54+
the values in each list as columns of the ``DataFrame``.
5555

5656
.. raw:: html
5757

@@ -215,4 +215,4 @@ A more extended explanation to ``DataFrame`` and ``Series`` is provided in the :
215215

216216
.. raw:: html
217217

218-
</div>
218+
</div>

0 commit comments

Comments
 (0)