Skip to content

Improper handling of Series in Series constructor #1671

@wesm

Description

@wesm

This looks like a regression that did not have a unit test (pretty sure this used to do the right thing)

index1 = ['d', 'b', 'a', 'c']
index2 = sorted(index1)
s1 = Series([4, 7, -5, 3], index=index1)
s2 = Series(s1, index=index2)

cc @hughdbrown

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions