Skip to content

__repr__ display of dict elements misleading #2144

@wesm

Description

@wesm
In [14]: DataFrame([data])['name']
Out[14]: 
0    [full, last, ascii_first, ascii_last, first]
Name: name

In [15]: DataFrame([data])['name'][0]
Out[15]: 
{u'ascii_first': u'Paul',
 u'ascii_last': u'Millsap',
 u'first': u'Paul',
 u'full': u'Paul Millsap',
 u'last': u'Millsap'}

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