Right now I’m working on Seaborn in the Visualize Data with Python Skill Path. I want to practice with make charts with csv files. Any good source for simple csv files?
You’re in luck b/c data is everywhere!
Have you checked Kaggle? They have a variety of projects posted with available csv files to download.
Also, other places to consider: many cities, worldwide have open data portals where you have access to city-related data of all kinds. Example: Open Data NYC.
Though, some of those data sets are gigantic (see: 311 data set). You might have to clean them up a bit too.
Other possibilities:
Most sites offer the data downloads in a variety of formats too.
Happy coding!
do you have googled “dataset csv” ?
You will find a lot of links (Kaggle, data.gov, …)