Skip to content

Pandas append() method depreciated, replace all occurrences with concat() #126

@EwoutH

Description

@EwoutH

Using DataFrame.append() is depreciated with Pandas 1.4. All occurrences should be replaced with pandas.concat() to ensure compatibility with future Pandas version.

See pandas-dev/pandas#35407 for their motivation why they depreciated it.

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

    Issue actions