Skip to content

Chp 4: : 4.6.1 (pg 91) #13

Description

@AndrewDavidRatnam

compas_df.corrwith(compas_df['race'] == 'African-American').sort_values()
should be
compas_df.select_dtypes("number").corrwith(compas_df['race'] == 'African-American')

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