We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e652ac commit 07625afCopy full SHA for 07625af
doc/source/getting_started/10min.rst
@@ -103,7 +103,7 @@ Display the index, columns:
103
df.columns
104
105
:meth:`DataFrame.to_numpy` gives a NumPy representation of the underlying data.
106
-Note that his can be an expensive operation when your :class:`DataFrame` has
+Note that this can be an expensive operation when your :class:`DataFrame` has
107
columns with different data types, which comes down to a fundamental difference
108
between pandas and NumPy: **NumPy arrays have one dtype for the entire array,
109
while pandas DataFrames have one dtype per column**. When you call
0 commit comments