Skip to content

regarding question 8 #3

Open
Open
@Dalsania-Kishan

Description

@Dalsania-Kishan

@irJERAD
the code file contains wrong answer in answer_eight()

i am providing you a right answer of it. please change this.
def answer_eight():
return census_df[((census_df['REGION'] == 1) | (census_df['REGION'] == 2)) & (census_df['CTYNAME'].str.startswith("Washington")) & (census_df["POPESTIMATE2015"]>census_df["POPESTIMATE2014"]) ].loc[:,['STNAME','CTYNAME']]
answer_eight()

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