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

fix append with a specific version of pandas==2.0.3 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skon7
Copy link

@skon7 skon7 commented Aug 30, 2023

No description provided.

@skon7 skon7 closed this Aug 30, 2023
@skon7 skon7 reopened this Aug 30, 2023
@skon7
Copy link
Author

skon7 commented Aug 30, 2023

The issue here is related to the usage of the append method in pandas. In previous versions of pandas (before pandas 2.0), the append method was available for DataFrame objects. However, starting from pandas 2.0, the append method was removed from pandas.

To address this, i use an alternative methods like _append or concat to combine DataFrames.

To maintain a stable and reproducible development environment, it is highly recommended to explicitly specify the exact package versions in your requirements.txt file. This practice helps prevent conflicts between package dependencies and ensures that all team members are working with the same set of dependencies, reducing the chances of compatibility issues and making collaboration smoother.

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.

1 participant