Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regarding question 8 #3

Open
Dalsania-Kishan opened this issue May 8, 2020 · 0 comments
Open

regarding question 8 #3

Dalsania-Kishan opened this issue May 8, 2020 · 0 comments

Comments

@Dalsania-Kishan
Copy link

Dalsania-Kishan commented May 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant