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