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 35b24fe commit bda7cf5Copy full SHA for bda7cf5
pandas/core/indexing.py
@@ -184,7 +184,7 @@ def iloc(self) -> _iLocIndexer:
184
indexing (this conforms with python/numpy *slice* semantics).
185
186
It is also worth noting, iloc converts all elements returned into the same pandas dtype and
187
- all numeric dtype conversions follow the numpy promtion rules.
+ all numeric dtype conversions follow the numpy promotion rules.
188
189
See more at :ref:`Selection by Position <indexing.integer>`.
190
0 commit comments