We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d689be commit 8ebfaf3Copy full SHA for 8ebfaf3
doc/source/user_guide/indexing.rst
@@ -766,7 +766,7 @@ This is like an ``append`` operation on the ``DataFrame``.
766
dfi.loc[3] = 5
767
dfi
768
769
-When assigning a :class:`Series` to a column, values are **aligned on index labels**.
+When assigning a :class:`pandas.Series` to a column, values are **aligned on index labels**.
770
The order of the ``Series`` does not matter. Labels not present in the
771
``DataFrame`` index result in ``NaN``.
772
0 commit comments