https://github.com/risktoollib/data
https://github.com/risktoollib/data
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/risktoollib/data
- Owner: risktoollib
- Created: 2023-11-20T21:47:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-20T12:39:01.000Z (12 months ago)
- Last Synced: 2024-06-21T04:31:47.741Z (12 months ago)
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```# Data Files
The goal is to provide a centralized marketplace for data in the context of educational and training material in Energy, Commodities and Finance.
The main data format for dataframes is `feather` to support both R and Python.
## Finance
+ `sp500_desc` - S&P 500 constituents with sector and industry classification.
+ `sp500_prices` - S&P 500 constituents daily prices from 2010-01-01 to 2020-12-31.## Energy
+ `esso` - Scraped data from the [Esso website](https://essocardlocks.ca/en/sites/) on carlock stations in Canada, including location, address, amenities, and distance to city centers using [nomatim](https://nominatim.org/) for OpenStreetMap.
+ `flyingj` - Scraped data from the [Flying J website](https://locations.pilotflyingj.com/search?) on carlock stations in Noth America, including location, address, amenities, and distance to city centers using [nomatim](https://nominatim.org/) for OpenStreetMap.