Skip to content

no effective code #29

Open
Open
@dave-yxw

Description

@dave-yxw

df.drop('temp', axis = 1)

df.drop('temp', axis = 1)
to drop a column, should write
df.drop('temp', axis = 1, inplace=True)

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