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/v2/analyzing_obesity_prevalence.ipynb
+18-23Lines changed: 18 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,27 @@
1
1
{
2
2
"cells": [
3
+
{
4
+
"cell_type": "markdown",
5
+
"metadata": {},
6
+
"source": [
7
+
"<a href=\"https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/v2/analyzing_obesity_prevalence.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
8
+
]
9
+
},
3
10
{
4
11
"cell_type": "markdown",
5
12
"metadata": {
6
-
"id": "yjBCrzJfqHtM"
13
+
"id": "srAnaUPPbrH6"
7
14
},
15
+
"source": [
16
+
"Copyright 2025 Google LLC.\n",
17
+
"SPDX-License-Identifier: Apache-2.0\n",
18
+
"\n",
19
+
"**Notebook Version** - 2.0.0"
20
+
]
21
+
},
22
+
{
23
+
"cell_type": "markdown",
24
+
"metadata": {},
8
25
"source": [
9
26
"# Case Study: Predicting Obesity Prevalence in US Counties\n",
10
27
"\n",
@@ -29,28 +46,6 @@
29
46
"*Note:* The US Census also provides unemployment statistics. Using BLS data here is for demonstration purposes. Comparing results using Census unemployment data could be a potential extension."
30
47
]
31
48
},
32
-
{
33
-
"cell_type": "markdown",
34
-
"metadata": {
35
-
"colab_type": "text",
36
-
"id": "view-in-github"
37
-
},
38
-
"source": [
39
-
"<a href=\"https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/analyzing_obesity_prevalence.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
0 commit comments