Skip to content

Commit d87eb63

Browse files
committed
Add TODO about private names
1 parent 9b10283 commit d87eb63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/indexes/api.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
import pandas.core.common as com
1111
import pandas.lib as lib
1212

13-
13+
# TODO: there are many places that rely on these private methods existing in
14+
# pandas.core.index
1415
__all__ = ['Index', 'MultiIndex', 'NumericIndex', 'Float64Index', 'Int64Index',
1516
'CategoricalIndex', 'RangeIndex',
1617
'InvalidIndexError',

0 commit comments

Comments
 (0)