Skip to content

Importing from pandas.core.index is deprecated #470

@jorisvandenbossche

Description

@jorisvandenbossche

The imports here (and maybe in other places as well):

from pandas.core.index import CategoricalIndex, RangeIndex, Index, MultiIndex

is deprecated now in pandas master (and it has also been private before). Those imports are simply available from the top-level namespace, so no need to import them from there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions