Data Analysis with Python Projects - Demographic Data Analyzer

Tell us what’s happening:
I have a mistake and have no idea what to do
File “adult.data.csv”, line 2
39,State-gov,77516,Bachelors,13,Never-married,Adm-clerical,Not-in-family,White,Male,2174,0,40,United-States,<=50K
^
SyntaxError: invalid decimal literal

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/116.0.0.0 Safari/537.36

Challenge: Data Analysis with Python Projects - Demographic Data Analyzer

Link to the challenge:

Are you using a variable that starts with a number?

https://stackoverflow.com/questions/72516574/syntaxerror-invalid-decimal-literal

https://stackoverflow.com/questions/59813807/understanding-invalid-decimal-literal

If this doesn’t solve your problem, please link to your replit or share your code.