You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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()
The text was updated successfully, but these errors were encountered:
@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()
The text was updated successfully, but these errors were encountered: