Skip to content

From values to to_numpy for pandas.Series #121

Description

@alexzwanenburg

Recent releases of pandas recommend using the to_numpy method instead of the values attribute for obtaining values from a pandas.Series object, see here.

We currently access the values attribute for obtaining values, which should be fixed. values might become unstable or deprecated in future releases of pandas.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions