Skip to content

SettingWithCopyWarning #56

Description

@amhanson9

During test, this warning only comes when running test_x_full_script.py

format_analysis.py line 85
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead
df_results['FITS_Size_KB'] = df_results['FITS_Size_KB'].astype(float)

See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions