Skip to content

Panel constructor ignores dtype #411

@CRP

Description

@CRP

In [11]: Panel(items=arange(3),major_axis=arange(3),minor_axis=arange(3),dtype=np.object).ix[1].dtypes
Out[11]:
0 float64
1 float64
2 float64

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions