Skip to content

FutureWarning in Chapter 8 pg.261 #167

@midega-g

Description

@midega-g

My suggestion is that we use df = pd.concat([df, pd.DataFrame([[txt, labels[l]]])], ignore_index=True) instead of df = df.append([[txt, labels[l]]], ignore_index=True) to avoid the future waning when Preprocessing the movie dataset into a more convenient format.

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