jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks

Home Page:http://jakevdp.github.io/PythonDataScienceHandbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`join_axes` keyword and `append` method deprecated

albas99 opened this issue · 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.

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

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