Skip to content

Commit 47a0b2f

Browse files
Corrected notebook
1 parent f8afe05 commit 47a0b2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notebooks/quickstart_native_snowflake.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"authorId": "9200264168148",
2323
"authorName": "RAPHAEL.TONY",
2424
"authorEmail": "RAPHAEL.TONY@INTUGLE.AI",
25-
"sessionId": "ab2dde1f-cac7-4355-81ef-0b0cc866b0db",
26-
"lastEditTime": 1759419536254
25+
"sessionId": "62d4d664-ed69-4191-b119-a8bfac36affe",
26+
"lastEditTime": 1759428088138
2727
}
2828
},
2929
"nbformat_minor": 5,
@@ -1891,7 +1891,7 @@
18911891
"output_type": "execute_result"
18921892
}
18931893
],
1894-
"source": "patients_dataset = sm.datasets['PRODUCTS']\npatients_dataset.profiling_df"
1894+
"source": "products_dataset = sm.datasets['PRODUCTS']\nproducts_dataset.profiling_df"
18951895
},
18961896
{
18971897
"cell_type": "markdown",
@@ -3253,7 +3253,7 @@
32533253
"output_type": "execute_result"
32543254
}
32553255
],
3256-
"source": "data_product.run(domain=\"Healthcare\")\ndata_product.profiling_df"
3256+
"source": "data_product.run(domain=\"Technology Manufacturing Company\")\ndata_product.profiling_df"
32573257
},
32583258
{
32593259
"cell_type": "markdown",

0 commit comments

Comments
 (0)