Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 committed Sep 1, 2021
1 parent e84b363 commit 7ca2ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ NumericIndex

In pandas 2.0, :class:`NumericIndex` will become the default index type for numeric types
instead of :class:`Int64Index`, :class:`Float64Index` and :class:`UInt64Index` and those index types
are therefore deprecated and will be removed in a futureversion.
are therefore deprecated and will be removed in a future version.
:class:`RangeIndex` will not be removed as it represents an optimized version of an integer index.

:class:`NumericIndex` is an index type that can hold data of any numpy int/uint/float dtype. For example:
Expand Down

0 comments on commit 7ca2ef7

Please sign in to comment.