Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Additional Resources

Finding Data

Both seaborn and sklearn provide built-in sample datasets that you can experiment with. Check out the documentation for more information.

Searching for Data

The following are a few places you can search for data on a variety of topics:

APIs

Websites by Topic

This section contains selected data resources across various topics, which can be accessed through a website. Obtaining the data for an analysis may be as simple as downloading a CSV file or may require parsing HTML with pandas. If you must resort to scraping the page (make sure you have tried the ways we discussed in this book first), be sure that you aren't violating the terms of use of the website.

Finance

In addition to the pandas_datareader and stock_analysis packages we discussed in chapter 7, consult the following:

Government data

Health and economy

COVID-19 datasets

Social networks

For those interested in text-based data or graph data, check out the following resources on social networks:

Sports

Miscellaneous

The following resources vary in topic, but be sure to check these out if nothing so far has piqued your interest:

Practice working with data

Python practice