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

SettingWithCopyWarning #1024

Open
rstoneback opened this issue Jul 19, 2022 · 0 comments
Open

SettingWithCopyWarning #1024

rstoneback opened this issue Jul 19, 2022 · 0 comments
Milestone

Comments

@rstoneback
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Pandas can sometimes raise a SettingWithCopyWarning as a false positive. Changes were made to the previous codebase to prevent this warning. A review comment for #1014 revealed the use of a copy prevented assignment for metadata children. Removing the copy fixes the issue.

Describe the solution you'd like
Monitor for issues that stem for removal of .copy.

Describe alternatives you've considered
Remove the existing fixes and comment in code.

Additional context
Fixing a bug can sometimes result in new unexpected behaviors. Given the timing in the review cycle documenting things for safety.

@aburrell aburrell added this to the Future milestone Aug 3, 2022
@jklenzing jklenzing modified the milestones: Future, 3.3.0 Release Oct 30, 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

No branches or pull requests

3 participants