gitextract_4zr1lrpe/ ├── .github/ │ └── workflows/ │ ├── action.yml │ └── validate.yml ├── .gitignore ├── CHANGELOG.md ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── annotations.json ├── build_tcpd.py ├── checksums.json ├── datasets/ │ ├── apple/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_apple.py │ ├── bank/ │ │ ├── LICENSE │ │ ├── README.md │ │ └── bank.json │ ├── bee_waggle_6/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_bee_waggle_6.py │ ├── bitcoin/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_bitcoin.py │ ├── brent_spot/ │ │ ├── .gitignore │ │ ├── Europe_Brent_Spot_Price_FOB_Daily.csv │ │ ├── README.md │ │ ├── brent_spot.json │ │ └── convert.py │ ├── businv/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── businv.json │ │ ├── convert.py │ │ └── mtis-inventory.txt │ ├── centralia/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── centralia.json │ │ ├── convert.py │ │ └── from_wikipedia.txt │ ├── children_per_woman/ │ │ ├── README.md │ │ ├── children_per_woman.json │ │ └── tfr-by-gapminder.xlsx │ ├── co2_canada/ │ │ ├── README.md │ │ ├── co2_canada.csv │ │ └── co2_canada.json │ ├── construction/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── construction.json │ │ ├── convert.py │ │ └── privtime.xls │ ├── debt_ireland/ │ │ ├── README.md │ │ ├── debt_ireland.csv │ │ └── debt_ireland.json │ ├── gdp_argentina/ │ │ ├── .gitignore │ │ ├── API_NY.GDP.MKTP.KN_DS2_en_csv_v2_126181.csv │ │ ├── README.md │ │ ├── convert.py │ │ └── gdp_argentina.json │ ├── gdp_croatia/ │ │ ├── .gitignore │ │ ├── API_NY.GDP.MKTP.KN_DS2_en_csv_v2_126181.csv │ │ ├── README.md │ │ ├── convert.py │ │ └── gdp_croatia.json │ ├── gdp_iran/ │ │ ├── .gitignore │ │ ├── API_NY.GDP.MKTP.KN_DS2_en_csv_v2_126181.csv │ │ ├── README.md │ │ ├── convert.py │ │ └── gdp_iran.json │ ├── gdp_japan/ │ │ ├── README.md │ │ ├── gdp.csv │ │ ├── gdp_japan.csv │ │ └── gdp_japan.json │ ├── global_co2/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── get_global_co2.py │ │ ├── global_co2.json │ │ └── mole_fraction_of_carbon_dioxide_in_air_input4MIPs_GHGConcentrations_CMIP_UoM-CMIP-1-1-0_gr3-GMNHSH_000001-201412.csv │ ├── homeruns/ │ │ ├── .gitignore │ │ ├── Batting.csv │ │ ├── README.md │ │ ├── get_homeruns.py │ │ └── homeruns.json │ ├── iceland_tourism/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_iceland_tourism.py │ ├── jfk_passengers/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── air-passenger-traffic-per-month-port-authority-of-ny-nj-beginning-1977.csv │ │ ├── convert.py │ │ └── jfk_passengers.json │ ├── lga_passengers/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── air-passenger-traffic-per-month-port-authority-of-ny-nj-beginning-1977.csv │ │ ├── convert.py │ │ └── lga_passengers.json │ ├── measles/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_measles.py │ ├── nile/ │ │ ├── .gitignore │ │ ├── LICENSE │ │ ├── README.md │ │ └── nile.json │ ├── occupancy/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_occupancy.py │ ├── ozone/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── convert.py │ │ ├── ozone-depleting-substance-emissions.csv │ │ └── ozone.json │ ├── quality_control_1/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── quality_control_1.json │ ├── quality_control_2/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── quality_control_2.json │ ├── quality_control_3/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── quality_control_3.json │ ├── quality_control_4/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── quality_control_4.json │ ├── quality_control_5/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── quality_control_5.json │ ├── rail_lines/ │ │ ├── .gitignore │ │ ├── API_IS.RRS.TOTL.KM_DS2_en_csv_v2_10520532.csv │ │ ├── README.md │ │ └── rail_lines.json │ ├── ratner_stock/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_ratner_stock.py │ ├── robocalls/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_robocalls.py │ ├── run_log/ │ │ ├── .gitignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── convert.py │ │ ├── run_log.json │ │ └── stats.csv │ ├── scanline_126007/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_scanline_126007.py │ ├── scanline_42049/ │ │ ├── .gitignore │ │ ├── README.md │ │ └── get_scanline_42049.py │ ├── seatbelts/ │ │ ├── .gitignore │ │ ├── LICENSE │ │ ├── README.md │ │ └── seatbelts.json │ ├── shanghai_license/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── Shanghai_license_plate_price_-_Sheet3.csv │ │ ├── convert.py │ │ └── shanghai_license.json │ ├── uk_coal_employ/ │ │ ├── Coal_since_1853.xls │ │ ├── README.md │ │ ├── employ_only.csv │ │ └── uk_coal_employ.json │ ├── unemployment_nl/ │ │ ├── .gitignore │ │ ├── Beroepsbevolking__vanaf_1800__12_uursgrens___1800_2013_04042019_154346.csv │ │ ├── README.md │ │ ├── convert.py │ │ └── unemployment_nl.json │ ├── us_population/ │ │ ├── .gitignore │ │ ├── POP.csv │ │ ├── README.md │ │ ├── convert.py │ │ └── us_population.json │ ├── usd_isk/ │ │ ├── .gitignore │ │ ├── README.md │ │ ├── convert.py │ │ ├── ert_bil_eur_m_1_Data.csv │ │ ├── ert_bil_eur_m_Label.csv │ │ └── usd_isk.json │ └── well_log/ │ ├── .gitignore │ ├── README.md │ ├── convert.py │ ├── well_log.json │ └── well_log.txt ├── examples/ │ ├── R/ │ │ ├── README.md │ │ └── load_dataset.R │ └── python/ │ ├── README.md │ └── load_dataset.py ├── requirements.txt ├── schema.json └── utils/ ├── check_checksums.py ├── plot_dataset.py └── validate_dataset.py