Skip to content

Setting single column in mixed type frame throws exception #135

Closed
@wesm

Description

@wesm

This raises an exception

df = DataFrame(randn(5, 3), index=labels,
               columns=['foo', 'bar', 'baz'])
df['str'] = 'value'
df.ix[::2, 'str'] = nan

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