We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b4b11 commit 67ef67fCopy full SHA for 67ef67f
doc/source/indexing.rst
@@ -1082,9 +1082,7 @@ containers for the axis labels:
1082
The motivation for having an ``Index`` class in the first place was to enable
1083
different implementations of indexing. This means that it's possible for you,
1084
the user, to implement a custom ``Index`` subclass that may be better suited to
1085
-a particular application than the ones provided in pandas. For example, we plan
1086
-to add a more efficient datetime index which leverages the new
1087
-``numpy.datetime64`` dtype in the relatively near future.
+a particular application than the ones provided in pandas.
1088
1089
From an internal implementation point of view, the relevant methods that an
1090
``Index`` must define are one or more of the following (depending on how
0 commit comments