Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change recommendation from .array/.to_array() to .to_numpy() #115

Merged
merged 1 commit into from Aug 9, 2023

Conversation

KPLauritzen
Copy link
Contributor

Please complete this template for all pull requests to pandas-vet. It will help us to review the PR faster. Also, this format is based on Keep a Changelog and will help keep the change log accurate and up-to-date.

Related issues

This PR does the following:

Added

  • None

Changed

  • Change PD011 recommendation from .array and .to_array() to .to_numpy()

Deprecated

  • None

Removed

  • None

Fixed

  • None

Security

  • None

Closes #113

Copy link

@serl serl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just tripped multiple times on this 😅

@deppen8 deppen8 merged commit 60c7965 into deppen8:main Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PD011 - shoud be to_numpy() instead of to_array()?
3 participants