|
18 | 18 | },
|
19 | 19 | {
|
20 | 20 | "cell_type": "markdown",
|
21 |
| - "id": "612bd378-f145-42f1-b8ce-32557a4c00cd", |
| 21 | + "id": "3df7b8e0-b707-485b-9d53-031b1cb98049", |
22 | 22 | "metadata": {},
|
23 | 23 | "source": [
|
24 | 24 | "<div class=\"alert alert-block alert-warning\">\n",
|
|
30 | 30 | "</div>"
|
31 | 31 | ]
|
32 | 32 | },
|
| 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 | + }, |
33 | 47 | {
|
34 | 48 | "attachments": {},
|
35 | 49 | "cell_type": "markdown",
|
36 | 50 | "id": "481ce5ae-2ee0-4b63-b3f3-a4b53a5bc381",
|
37 | 51 | "metadata": {},
|
38 | 52 | "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" |
40 | 64 | ]
|
41 | 65 | },
|
42 | 66 | {
|
|
0 commit comments