Skip to content

DataFrame formatting column name truncation problem #1906

Closed
@wesm

Description

@wesm
In [43]: read_csv(StringIO(data2))
Out[43]: 
        Id                                            StringC
0  7117434  Is it possible to modify drop plot code so that t

In [44]: read_csv(StringIO(data2)).columns
Out[44]: Index([Id, StringCol], dtype=object)

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