Skip to content

Commit 7aa4699

Browse files
committed
dir change
1 parent 27e5e6e commit 7aa4699

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

notebooks/intro_data_science/v2/Data_Commons_For_Data_Science_Tutorial.ipynb renamed to notebooks/v2/intro_to_data_science/Data_Commons_For_Data_Science_Tutorial.ipynb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "view-in-github"
77
},
88
"source": [
9-
"<a href=\"https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/intro_data_science/Data_Commons_For_Data_Science_Tutorial.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
9+
"<a href=\"https://colab.research.google.com/github/datacommonsorg/api-python/blob/master/notebooks/v2/intro_data_science/Data_Commons_For_Data_Science_Tutorial.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1010
]
1111
},
1212
{
@@ -283,7 +283,11 @@
283283
},
284284
{
285285
"cell_type": "code",
286+
<<<<<<< HEAD:notebooks/intro_data_science/v2/Data_Commons_For_Data_Science_Tutorial.ipynb
286287
"execution_count": null,
288+
=======
289+
"execution_count": 20,
290+
>>>>>>> bcab3e26ad8dc5427abd4db38ecb5f26109b1821:notebooks/v2/intro_to_data_science/Data_Commons_For_Data_Science_Tutorial.ipynb
287291
"metadata": {
288292
"colab": {
289293
"base_uri": "https://localhost:8080/"
@@ -302,8 +306,12 @@
302306
],
303307
"source": [
304308
"stat_vars = dc_client.observation.fetch_available_statistical_variables(entity_dcids=['geoId/06001', 'geoId/06003', 'geoId/06005', 'geoId/06007'])\n",
309+
<<<<<<< HEAD:notebooks/intro_data_science/v2/Data_Commons_For_Data_Science_Tutorial.ipynb
305310
"for dcid, vars in stat_vars.items():\n",
306311
" print(dcid, vars[:5])"
312+
=======
313+
"print(stat_vars)"
314+
>>>>>>> bcab3e26ad8dc5427abd4db38ecb5f26109b1821:notebooks/v2/intro_to_data_science/Data_Commons_For_Data_Science_Tutorial.ipynb
307315
]
308316
},
309317
{
@@ -312,7 +320,12 @@
312320
"id": "BRz43ETvSN1F"
313321
},
314322
"source": [
323+
<<<<<<< HEAD:notebooks/intro_data_science/v2/Data_Commons_For_Data_Science_Tutorial.ipynb
315324
"Let's compile a list of some statvars of interest."
325+
=======
326+
"Let's some statvars of interest.\n",
327+
"\n"
328+
>>>>>>> bcab3e26ad8dc5427abd4db38ecb5f26109b1821:notebooks/v2/intro_to_data_science/Data_Commons_For_Data_Science_Tutorial.ipynb
316329
]
317330
},
318331
{

0 commit comments

Comments
 (0)