Skip to content

DOC/BUG: correlation between series of different lengths #34602

Closed
@matanmazor

Description

@matanmazor

Hi,
Is it intentional that pandas does not through an error message when computing a correlation between two series of different lengths?
e.g. pd.Series([1,2,3]).corr(pd.Series([3,2]))
Thanks,
-Matan

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions