Skip to content

BUG: not converting series with CategoricalIndex #700

@jreback

Description

@jreback

xray 0.6.1

In [1]: s = Series(range(5),index=pd.CategoricalIndex(list('aabbc'),name='foo'))

In [4]: xray.DataArray.from_series(s)
ValueError: object __array__ method not producing an array

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions