Open albas99 opened 1 year ago
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
The
join_axes
argument frompandas.concat()
has been deprecated: See here for more details.The
pandas.DataFrame.append
method is also deprecated and is no longer in use: More detailsThese methods are still in the book and might be misleading to beginners who are not aware of the deprecation.