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

join_axes keyword and append method deprecated #375

Open
albas99 opened this issue Jun 26, 2023 · 2 comments
Open

join_axes keyword and append method deprecated #375

albas99 opened this issue Jun 26, 2023 · 2 comments

Comments

@albas99
Copy link

albas99 commented Jun 26, 2023

The join_axes argument from pandas.concat() has been deprecated: See here for more details.

The pandas.DataFrame.append method is also deprecated and is no longer in use: More details

These methods are still in the book and might be misleading to beginners who are not aware of the deprecation.

@SudhanAnnamalai
Copy link

SudhanAnnamalai commented Aug 8, 2023

Hi Albas99

The book entirely based on the supporting packages installed, and the reader has to tune their python environment using requirement.txt file. For further information you can checkout the materials in Readme.md; Specifically under the subtitle "Software"

Hope this helps

@albas99
Copy link
Author

albas99 commented Oct 24, 2023

Oh, okay. got it.

So either the read should create a python 3.5 based environment or tweak the packages based on their environment.

Thanks for the clarification @SudhanAnnamalai

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