In [8]: i = Index(range(3),name='foo')
In [9]: Index(i)
Out[9]: Int64Index([0, 1, 2], dtype='int64', name=u'foo')
In [10]: pd.Int64Index(i)
Out[10]: Int64Index([0, 1, 2], dtype='int64')
Float64Index
as well
ideally move the tests to Base
to test all index types.
See #12288.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4