Skip to content

REGR: indexing with dictionary elements #10219

Closed
@jreback

Description

@jreback

xref #9877

regression from 0.16.0

df = pd.DataFrame(columns=['A','B'])
df.ix['test1', 'A'] = dict({'1':'test2'})

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIndexingRelated to indexing on series/frames, not to indexes themselves

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions