Demographic data - Race_count

Hi, I am able to complete all the questions in Demographic Data, however, I am not able to bust the ‘race_count’. When I run the code in Jupyter, I am getting the result, but in Repl.it I have error. Please help me around.

Please find the link below of my codes.

Take a closer look at the question description. race_count is expected to be pandas Series, not a normal list.

Thank you for the hint. :smile:

I was able to fix it.