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 35b24feCopy full SHA for 35b24fe
pandas/core/indexing.py
@@ -183,6 +183,9 @@ def iloc(self) -> _iLocIndexer:
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 pandas dtype and
187
+ all numeric dtype conversions follow the numpy promtion rules.
188
+
189
See more at :ref:`Selection by Position <indexing.integer>`.
190
191
See Also
0 commit comments