PythonDataScienceHandbook icon indicating copy to clipboard operation
PythonDataScienceHandbook copied to clipboard

`join_axes` keyword and `append` method deprecated

Open albas99 opened this issue 2 years ago • 2 comments

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.

albas99 avatar Jun 26 '23 09:06 albas99

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

SudhanAnnamalai avatar Aug 08 '23 19:08 SudhanAnnamalai

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

albas99 avatar Oct 24 '23 06:10 albas99