Skip to content

SettingWithCopyWarning #8

@haydenrob

Description

@haydenrob

Currently flagging the pandas SettingWithCopyWarning. Set pandas chain assignment mode to None as a temporary solution.

df.loc[:, "X_pos"] = custom_round(df["X_pos"], base=0.25)
df.loc[:, "Y_pos"] = custom_round(df["Y_pos"], base=0.25)

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