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

Pandas append method deprecated and removed #33

Closed
mberlinger3 opened this issue May 18, 2023 · 1 comment
Closed

Pandas append method deprecated and removed #33

mberlinger3 opened this issue May 18, 2023 · 1 comment

Comments

@mberlinger3
Copy link

When calling dominance_regression.plot_incremental_rsquare().show(), the following error is raised in pandas >= 2.0:

AttributeError: 'DataFrame' object has no attribute 'append'

According to the release notes in pandas pd.append was deprecated and pd.concat should be used instead.

@sajanbhagat
Copy link
Collaborator

@mberlinger3 thanks for pointing out the depreciation issue. I will fix this issue in an upcoming release.

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

2 participants