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: positron-ide/notebooks/explore_sales.ipynb
+13-23Lines changed: 13 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"cells": [
3
3
{
4
4
"cell_type": "markdown",
5
-
"id": "8db6350f",
5
+
"id": "025790ff",
6
6
"metadata": {},
7
7
"source": [
8
8
"# Explore Sales Orders\n",
@@ -12,7 +12,7 @@
12
12
},
13
13
{
14
14
"cell_type": "markdown",
15
-
"id": "3ee95a9b",
15
+
"id": "9845ac9b",
16
16
"metadata": {},
17
17
"source": [
18
18
"## Load the Raw Data\n",
@@ -23,7 +23,7 @@
23
23
{
24
24
"cell_type": "code",
25
25
"execution_count": null,
26
-
"id": "9f919f71",
26
+
"id": "9f8d5132",
27
27
"metadata": {},
28
28
"outputs": [],
29
29
"source": [
@@ -42,7 +42,7 @@
42
42
},
43
43
{
44
44
"cell_type": "markdown",
45
-
"id": "f3dbda6a",
45
+
"id": "92a56f1a",
46
46
"metadata": {},
47
47
"source": [
48
48
"## Check Data Quality\n",
@@ -53,7 +53,7 @@
53
53
{
54
54
"cell_type": "code",
55
55
"execution_count": null,
56
-
"id": "4dc01ef3",
56
+
"id": "cc958efa",
57
57
"metadata": {},
58
58
"outputs": [],
59
59
"source": [
@@ -68,7 +68,7 @@
68
68
},
69
69
{
70
70
"cell_type": "markdown",
71
-
"id": "1d7ce1bc",
71
+
"id": "d798808d",
72
72
"metadata": {},
73
73
"source": [
74
74
"## Clean the Data\n",
@@ -79,7 +79,7 @@
79
79
{
80
80
"cell_type": "code",
81
81
"execution_count": null,
82
-
"id": "d2f7285b",
82
+
"id": "63586d5b",
83
83
"metadata": {},
84
84
"outputs": [],
85
85
"source": [
@@ -94,7 +94,7 @@
94
94
},
95
95
{
96
96
"cell_type": "markdown",
97
-
"id": "dee9689f",
97
+
"id": "0f1775a4",
98
98
"metadata": {},
99
99
"source": [
100
100
"## Describe the Data\n",
@@ -105,7 +105,7 @@
105
105
{
106
106
"cell_type": "code",
107
107
"execution_count": null,
108
-
"id": "2da2a7c5",
108
+
"id": "719a38d1",
109
109
"metadata": {},
110
110
"outputs": [],
111
111
"source": [
@@ -117,7 +117,7 @@
117
117
},
118
118
{
119
119
"cell_type": "markdown",
120
-
"id": "60068913",
120
+
"id": "38ec5f65",
121
121
"metadata": {},
122
122
"source": [
123
123
"## Compare Typical Orders\n",
@@ -128,7 +128,7 @@
128
128
{
129
129
"cell_type": "code",
130
130
"execution_count": null,
131
-
"id": "672251b4",
131
+
"id": "421371d1",
132
132
"metadata": {},
133
133
"outputs": [],
134
134
"source": [
@@ -145,7 +145,7 @@
145
145
},
146
146
{
147
147
"cell_type": "markdown",
148
-
"id": "46eed16a",
148
+
"id": "f525a7f3",
149
149
"metadata": {},
150
150
"source": [
151
151
"## Visualize the Comparison\n",
@@ -156,7 +156,7 @@
156
156
{
157
157
"cell_type": "code",
158
158
"execution_count": null,
159
-
"id": "7dc743a6",
159
+
"id": "41168753",
160
160
"metadata": {},
161
161
"outputs": [],
162
162
"source": [
@@ -171,16 +171,6 @@
171
171
"plt.tight_layout()\n",
172
172
"plt.show()"
173
173
]
174
-
},
175
-
{
176
-
"cell_type": "markdown",
177
-
"id": "6a7b18e8",
178
-
"metadata": {},
179
-
"source": [
180
-
"## Optional Assistant Follow-Up\n",
181
-
"\n",
182
-
"Ask whether larger quantities help explain the retail/wholesale differences. Check unit prices and product mix as well. Group medians alone do not establish a cause, and multiplying medians does not generally give the median of a product. The starting calculation to verify is already in `order_summary`."
0 commit comments