Skip to content

Commit

Permalink
Add datasets section
Browse files Browse the repository at this point in the history
  • Loading branch information
erictleung authored Jan 22, 2025
1 parent 6f1f469 commit f085647
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Check Resources](https://github.com/erictleung/review/actions/workflows/test.yml/badge.svg)](https://github.com/erictleung/review/actions/workflows/test.yml)

Review and resource materials from around the internet for data science, with applications in bioinformatics and computational biology and other domains, that I've found useful.
Curated resource materials from around the internet for data science, with applications in bioinformatics and computational biology and other domains, that I've found useful.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Expand All @@ -15,6 +15,7 @@ Review and resource materials from around the internet for data science, with ap
- [Specific Topics](#specific-topics)
- [Interactive Articles](#interactive-articles)
- [Data-related](#data-related)
- [Datasets](#datasets)
- [General mathematics](#general-mathematics)
- [Linear Algebra](#linear-algebra)
- [Network Science](#network-science)
Expand Down Expand Up @@ -180,6 +181,16 @@ Review and resource materials from around the internet for data science, with ap
- [Excel Easy](https://www.excel-easy.com/) - Excel tutorials and tips on functions and more.


## Datasets

> Biased toward real-world datasets that can be used to practice data science skills.
- [Our World in Data](https://ourworldindata.org/) - Research and data to make progress against the world’s largest problems.
- [#tidytuesday](https://github.com/rfordatascience/tidytuesday) - Weekly real-world datasets for the Data Science Learning Community to practice their data skills and data visualizations for collective learning.
- [Federal Reserve Economic Data (FRED)](https://fred.stlouisfed.org/) - Download, graph, and track 825,000 US and international time series from 114 sources for economic data since 1991.
- [Databases, Tables & Calculators from the U.S. Bureau of Labor Statistics](https://www.bls.gov/data/)


## General mathematics

> Resources generally related to learning and understand mathematical foundations
Expand Down

0 comments on commit f085647

Please sign in to comment.