{"id":16572843,"url":"https://github.com/coatless/raw-data","last_synced_at":"2026-03-05T21:33:56.046Z","repository":{"id":89518833,"uuid":"449877544","full_name":"coatless/raw-data","owner":"coatless","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-16T04:26:35.000Z","size":46071,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T09:54:47.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://coatless.github.io/raw-data/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coatless.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-19T22:37:06.000Z","updated_at":"2024-10-16T04:26:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"199c3bd7-5290-4648-a0f5-4496c1c961fb","html_url":"https://github.com/coatless/raw-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coatless/raw-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Fraw-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Fraw-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Fraw-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Fraw-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coatless","download_url":"https://codeload.github.com/coatless/raw-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coatless%2Fraw-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30150509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T21:28:42.919Z","updated_at":"2026-03-05T21:33:55.990Z","avatar_url":"https://github.com/coatless.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raw-data\n\nWithin this repository, we include a collection of data in \"raw form\" or \"flat file format\". The goal is to be able to ingest this data into a statistical computing environment like _R_ or _Python_. \n\n## CSV \n\n- [Salaries.csv](Salaries.csv) from the [`carData`](https://cran.r-project.org/package=carData) _R_ package. ([Details](https://cran.r-project.org/web/packages/carData/carData.pdf#page=43))\n- [pima.csv](pima.csv) from the [`faraway`](https://cran.r-project.org/package=faraway) _R_ package. ([Details](https://cran.r-project.org/web/packages/faraway/faraway.pdf#page=74))\n- [gap-every-five-years.csv](gap-every-five-years.csv) from [`gapminder`](https://github.com/jennybc/gapminder/tree/main/data-raw)\n- [xbox-7-day-auctions.csv](xbox-7-day-auctions.csv) from [modelingonlineauctions.com/](http://www.modelingonlineauctions.com/datasets).\n- [1976-2020-senate.csv](1976-2020-senate.csv) \n- [surreal-residual.csv](surreal-residual.csv) based on [Residual (Sur)Realism by Leonard A Stefanski (2012)](https://doi.org/10.1198/000313007X190079)\n- [vehicles.csv](vehicles.csv) from the [`fueleconomy`](https://cran.r-project.org/package=fueleconomy) _R_ package.\n- [common.csv](common.csv) from the [`fueleconomy`](https://cran.r-project.org/package=fueleconomy) _R_ package.\n- [flights.csv](Salaries.csv) from the [`nycflights13`](https://cran.r-project.org/package=nycflights13) _R_ package. ([Details](https://nycflights13.tidyverse.org/reference/flights.html))\n- [ucla-binary-enrollment.csv](ucla-binary-enrollment.csv) from [UCLA's OARC](https://stats.oarc.ucla.edu)\n- [tips.csv](tips.csv) from [`seaborn`'s data repository](https://github.com/mwaskom/seaborn-data/blob/master/tips.csv)\n- [ramen-ratings-cleaned.csv](ramen-ratings-cleaned.csv) from [Kaggle's `residentmario/ramen-ratings`](https://www.kaggle.com/datasets/residentmario/ramen-ratings) (with minimal cleaning applied).\n- [diamonds.csv](diamonds.csv) from [`ggplot2`'s data-raw directory](https://github.com/tidyverse/ggplot2/blob/main/data-raw/diamonds.csv)\n\n## Text\n\n- [subject_heights_tab.txt](subject_heights_tab.txt) \n- [subject_heights.txt](subject_heights.txt) \n\n## SQL \n\n- [northwind-dump.sql](northwind-dump.sql) from [**jpwhite3/northwind-SQLite3**](https://github.com/jpwhite3/northwind-SQLite3). ([EER Diagram](https://raw.githubusercontent.com/jpwhite3/northwind-SQLite3/master/Northwind_ERD.png))\n- [lahman2016.sqlite](lahman2016.sqlite) from [**jknecht/baseball-archive-sqlite**](https://github.com/jknecht/baseball-archive-sqlite/blob/master/lahman2016.sqlite) ([Details](https://www.seanlahman.com/baseball-archive/statistics/))\n\n- [lahman2019.sqlite](lahman2019.sqlite) from [**WebucatorTraining/lahman-baseball-mysql**](https://github.com/WebucatorTraining/lahman-baseball-mysql/) ([Details](https://www.seanlahman.com/baseball-archive/statistics/), [EER Diagram](https://raw.githubusercontent.com/WebucatorTraining/lahman-baseball-mysql/master/lahman-model.png))\n\n## Excel \n\n- [subject_heights.xlsx](subject_heights.xlsx) built to showcase multiple sheets inside of a single workbook.\n\n## HTML\n\n- [webpage_sample.html](webpage_sample.html)\n\n## Parquet\n\n- [2010-flights-summary.parquet.zip](2010-flights-summary.parquet.zip)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless%2Fraw-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoatless%2Fraw-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoatless%2Fraw-data/lists"}