Skip to content

pandas: from_csv is deprecated #179

@jknox13

Description

@jknox13

pd.DataFrame.from_csv is deprecated: use pd.read_csv instead:

FutureWarning: from_csv is deprecated. Please use read_csv(...) instead. Note that some of
the default arguments are different, so please refer to the documentation for from_csv when
changing your function calls
    data = reader(path)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions