We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84b363 commit 7ca2ef7Copy full SHA for 7ca2ef7
doc/source/user_guide/advanced.rst
@@ -982,7 +982,7 @@ NumericIndex
982
983
In pandas 2.0, :class:`NumericIndex` will become the default index type for numeric types
984
instead of :class:`Int64Index`, :class:`Float64Index` and :class:`UInt64Index` and those index types
985
- are therefore deprecated and will be removed in a futureversion.
+ are therefore deprecated and will be removed in a future version.
986
:class:`RangeIndex` will not be removed as it represents an optimized version of an integer index.
987
988
:class:`NumericIndex` is an index type that can hold data of any numpy int/uint/float dtype. For example:
0 commit comments