Data Analysis with Python Projects - Demographic Data Analyzer

Tell us what’s happening:
Describe your issue in detail here.

I already have the code to work, made in pycharm, but when I go to the replit, it gives an error in values_counts()

Captura de ecrã 2022-09-02 214621

replit link

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Data Analysis with Python Projects - Demographic Data Analyzer

Link to the challenge:

can you post a link to your repl.it ?

Try this thread.

1 Like

here is the link

replit linkboilerplate-demographic-data-analyzer - Python Repl - Replit

#demographic_data_analyzer.py

I didn’t understand very well, but I’ve been looking, and it still doesn’t work

I forked your repl.it and just deleted and reinstalled the dependencies (as I suggested previously) and it worked. You had a version mismatch between the version of pandas installed according to repl.it’s packager and poetry that I noticed on uninstall. Everything worked after removing and reinstalling pandas.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.