You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ each link to see a live colab version.
6
6
7
7
Notebook | Description
8
8
-------- | -----------
9
-
[`analyzing_census_data.ipynb`](https://colab.research.google.com/drive/1qCPZZD0MPWx6CC34wFVJc_9B2-q0F-h_) | A notebook that analyzes the relationship between population size and median age for each State, County, and City in the United States.
9
+
[`analyzing_census_data.ipynb`](https://colab.research.google.com/drive/1wYohDirOgVxvmL0d-oJRWdD6AXfAX_w1) | A notebook that analyzes the relationship between population size and median age for each State, County, and City in the United States.
10
10
[`COVID_19_Feature_Exploration_Analysis_with_Data_Commons.ipynb`](https://colab.research.google.com/drive/1LLteGjXifwSsD-YsGwBnI-i96G777Q7j) | A notebook that explores how COVID-19 cases trends differ across different counties, and examines hundreds of variables across dozens of sources to see which variables are potentially correlated with COVID-19 mortality rate.
11
-
[`analyzing_income_distribution.ipynb`](https://colab.research.google.com/drive/1uZtHeQ5FJoKPdjYjaHnIPXcAe0nKLcKO) | A notebook that plots the distribution of income using statistics provided by the 2017 [American Community Survey](https://www.census.gov/programs-surveys/acs). The final result is a histogram charting the number of individuals in income brackets ranging from "0 to 10,000USD" up to "Above 200,000USD".
12
-
[`analyzing_obesity_prevalence.ipynb`](https://colab.research.google.com/drive/1cawpFQzuoRcZX0H_kpbBvhBNZzGjBN8t) | A notebook that analyzes the relationship between prevalence of obesity in 500 US Cities (as provided by the [CDC Wonder](https://wonder.cdc.gov/) dataset) to health and socio-economic indicators such as prevalence of high blood pressure and poverty rate.
11
+
[`analyzing_income_distribution.ipynb`](https://colab.research.google.com/drive/1lyxb5gdD_YHKxNXLmD0poBU3G8bokWZ7) | A notebook that plots the distribution of income using statistics provided by the 2017 [American Community Survey](https://www.census.gov/programs-surveys/acs). The final result is a histogram charting the number of individuals in income brackets ranging from "0 to 10,000USD" up to "Above 200,000USD".
12
+
[`analyzing_obesity_prevalence.ipynb`](https://colab.research.google.com/drive/1_oZYWrrwO80DBaW0rIirTYHlfHCibXxY) | A notebook that analyzes the relationship between prevalence of obesity in 500 US Cities (as provided by the [CDC Wonder](https://wonder.cdc.gov/) dataset) to health and socio-economic indicators such as prevalence of high blood pressure and poverty rate.
13
+
[`Place Similarity with Data Commons.ipynb`](https://colab.research.google.com/drive/1t7dFDSpCT16QDkNuD933QgLUL9BOdCAS) | A notebook that identifies similar places given a place and one or more statistical variables from Data Commons.
14
+
[`Missing Data Imputation Tutorial.ipynb`](https://colab.research.google.com/drive/1S_rMCyRsgygd8sV-r8aLRPcKwZPFcEGb) | A notebook that analyzes the different types of time series holes and different methods of imputing those holes.
13
15
[`analyzing_genomic_data.ipynb`](https://colab.research.google.com/drive/1Io7EDr4LjfPLl_l2JYY8__WbfitfNlOf) | A notebook that analyzes genetic variants within RUNX1 (provided by multiple datasets from UCSC Genome Browser, NCBI/gene, and ClinVar).
14
16
[`Drug_Discovery_With_Data_Commons.ipynb`](https://colab.research.google.com/drive/1dSKYiRMn3mbDsInorQzYM0yk7sqv6fIV) | A notebook performing drug discovery by identifying novel applications of previously approved drugs using Biomedical Data Commons.
0 commit comments