Skip to content

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