Where is Data file?

Tell us what’s happening:
Hi, I am looking for the data file, but I cannot find through web. Would somebody please send me the link of file?
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/89.0.4389.82 Safari/537.36.

Challenge: Demographic Data Analyzer

Link to the challenge:

Link to the data is here :
https://replit.com/@'your GitHub name here’/boilerplate-demographic-data-analyzer-1#adult.data.csv

E.g. mine would be:
https://replit.com/@Koboltz/boilerplate-demographic-data-analyzer-1#adult.data.csv

If you are working in the analyzer file you can use the relative path which is:
./adult.data.csv

It is in the same directory as the analyzer file. Take a look :slight_smile:

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