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

188 depreciated inplace keyword #189

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

patrickleonardy
Copy link
Contributor

Story Title

depreciated inplace keyword

Changes made

  • removed all inplace keywords as the performance increase is minimal and it is generally considered a bad habit

How does the solution address the problem

Some of the inplace keywords have been removed from pandas. So to ensure that similar depreciation errors will not arise in the future all inplace keywords have been removed from the code

Linked issues

Resolves #188

@patrickleonardy patrickleonardy self-assigned this Nov 28, 2023
@patrickleonardy patrickleonardy linked an issue Nov 28, 2023 that may be closed by this pull request
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.

deprecated 'inplace' keyword
1 participant