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

add linting rules for pandas #764

Open
wants to merge 6 commits into
base: iblrigv8dev
Choose a base branch
from
Open

add linting rules for pandas #764

wants to merge 6 commits into from

Conversation

bimac
Copy link
Contributor

@bimac bimac commented Jan 29, 2025

No description provided.

@bimac bimac marked this pull request as ready for review January 29, 2025 09:55
@bimac bimac requested a review from oliche January 29, 2025 09:55
@coveralls
Copy link

Coverage Status

Changes unknown
when pulling 84f6c99 on pandas-lint
into ** on iblrigv8dev**.

@bimac bimac changed the title fix chained pandas assignment / add linting rules for pandas add linting rules for pandas Jan 29, 2025
Copy link
Member

@oliche oliche left a comment

Choose a reason for hiding this comment

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

The big risk in doing this is if the behaviour of values / to_numpy() changes regarding making copies.

It's not clear to me that values always return a view, while to_numpy() will if the type is consistent.

This is only applicable for writing operations, which hopefully we haven´t.

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.

3 participants