Skip to content

Improper singleton-tuple repr #3291

Closed
Closed
@wesm

Description

@wesm
In [3]: (5,)
Out[3]: (5,)

In [4]: Series([(4,), (5,), (6,)])
Out[4]: 
0    (4)
1    (5)
2    (6)
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