Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

About the data

File Description Source
covid19_cases.csv ECDC's daily number of new reported cases of COVID-19 by country worldwide dataset through September 18, 2020. ECDC's daily number of new reported cases of COVID-19 by country worldwide dataset.
earthquakes.csv Earthquake data from September 18, 2018 through October 13, 2018. The US Geological Survey (USGS) earthquake API.
faang.csv Daily opening, high, low, and closing price of the FAANG stocks (Facebook, Apple, Amazon, Netflix, and Google), along with volume traded in 2018. The stock_analysis package (see Chapter 7, Financial Analysis – Bitcoin and the Stock Market).

Sources

  • The European Centre for Disease Prevention and Control's (ECDC) daily number of new reported cases of COVID-19 by country worldwide dataset can be found here. The data here was collected on September 19, 2020 via this link.
  • Information on the US Geological Survey (USGS) earthquake API can be found here. In Chapter 2, Working with Pandas DataFrames, we walk through collecting this data.
  • The stock_analysis package contains easy to use interfaces for basic technical analysis of stocks. We will walk through the construction of this package in Chapter 7, Financial Analysis – Bitcoin and the Stock Market.