Skip to content

regarding question 8 #3

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()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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