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 dad3fd6 commit 110dc1cCopy full SHA for 110dc1c
pandas/core/indexing.py
@@ -186,9 +186,9 @@ def iloc(self) -> _iLocIndexer:
186
``.iloc`` will raise ``IndexError`` if a requested indexer is
187
out-of-bounds, except *slice* indexers which allow out-of-bounds
188
indexing (this conforms with python/numpy *slice* semantics).
189
-
190
- It is also worth noting, iloc converts all elements returned into the same
191
- pandas dtype and all numeric dtype conversions follow the numpy promotion
+
+ It is also worth noting, iloc converts all elements returned into the same
+ pandas dtype and all numeric dtype conversions follow the numpy promotion
192
rules.
193
194
See more at :ref:`Selection by Position <indexing.integer>`.
0 commit comments