Skip to content

join_axes keyword and append method deprecated #375

Open
@albas99

Description

@albas99

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.

Activity

SudhanAnnamalai

SudhanAnnamalai commented on Aug 8, 2023

@SudhanAnnamalai

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

albas99 commented on Oct 24, 2023

@albas99
Author

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @SudhanAnnamalai@albas99

        Issue actions

          `join_axes` keyword and `append` method deprecated · Issue #375 · jakevdp/PythonDataScienceHandbook