Skip to content

Commit 67ef67f

Browse files
author
y-p
committed
DOC: remove note about future addition of DatetimeIndex
1 parent 85b4b11 commit 67ef67f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/indexing.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -1082,9 +1082,7 @@ containers for the axis labels:
10821082
The motivation for having an ``Index`` class in the first place was to enable
10831083
different implementations of indexing. This means that it's possible for you,
10841084
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.
1085+
a particular application than the ones provided in pandas.
10881086

10891087
From an internal implementation point of view, the relevant methods that an
10901088
``Index`` must define are one or more of the following (depending on how

0 commit comments

Comments
 (0)