Skip to content

Commit 98c94bc

Browse files
apoon-s2kesmit13
andauthored
Changing to highlight wait time for pipeline in the load notebook (#111)
* Changing to highlight wait time for pipeline * Update notebook.ipynb --------- Co-authored-by: Kevin D Smith <kevin.smith@octobergray.com>
1 parent e4ed596 commit 98c94bc

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

notebooks/load-csv-data-s3/notebook.ipynb

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "markdown",
21-
"id": "612bd378-f145-42f1-b8ce-32557a4c00cd",
21+
"id": "3df7b8e0-b707-485b-9d53-031b1cb98049",
2222
"metadata": {},
2323
"source": [
2424
"<div class=\"alert alert-block alert-warning\">\n",
@@ -30,13 +30,37 @@
3030
"</div>"
3131
]
3232
},
33+
{
34+
"cell_type": "markdown",
35+
"id": "612bd378-f145-42f1-b8ce-32557a4c00cd",
36+
"metadata": {},
37+
"source": [
38+
"<div class=\"alert alert-block alert-warning\">\n",
39+
" <b class=\"fa fa-solid fa-exclamation-circle\"></b>\n",
40+
" <div>\n",
41+
" <p><b>Note</b></p>\n",
42+
" <p>This notebook creates a pipeline, data may take up to 1 minute to populate</p>\n",
43+
" </div>\n",
44+
"</div>"
45+
]
46+
},
3347
{
3448
"attachments": {},
3549
"cell_type": "markdown",
3650
"id": "481ce5ae-2ee0-4b63-b3f3-a4b53a5bc381",
3751
"metadata": {},
3852
"source": [
39-
"The Sales Data Analysis use case demonstrates how to utilize Singlestore's powerful querying capabilities to analyze sales data stored in a CSV file. This demo showcases typical operations that businesses perform to gain insights from their sales data, such as calculating total sales, identifying top-selling products, and analyzing sales trends over time. By working through this example, new users will learn how to load CSV data into Singlestore, execute aggregate functions, and perform time-series analysis, which are essential skills for leveraging the full potential of Singlestore in a business intelligence context."
53+
"The Sales Data Analysis use case demonstrates how to leverage SingleStore's powerful querying capabilities in a business intelligence context like analyzing sales data stored in a CSV file.\n",
54+
"\n",
55+
"This demo showcases typical operations that businesses perform to gain insights from their sales data, such as:\n",
56+
"- calculating total sales\n",
57+
"- identifying top-selling products\n",
58+
"- analyzing sales trends over time.\n",
59+
"\n",
60+
"By working through this example, new users will:\n",
61+
"- learn how to load CSV data into Singlestore from S3\n",
62+
"- execute aggregate functions\n",
63+
"- perform time-series analysis"
4064
]
4165
},
4266
{

0 commit comments

Comments
 (0)