Even though my code is correct, it keeps getting rejected, like shown in the image below.
Screen Link:
https://app.dataquest.io/m/381/exploring-data-with-pandas%3A-fundamentals/12/challenge-top-performers-by-country
My Code:
f500['country'].value_counts()[0:2]
industry_usa = f500[f500['country']=='USA']['industry'].value_counts().head(2)
sector_china = f500[f500['country']=='China']['sector'].value_counts().head(3)
What I expected to happen:
the next mission button to pop!
What actually happened: