Skip to content

Commit d52462c

Browse files
lpozoclaude
andcommitted
Remove the Optional Assistant Follow-Up cell
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e14fa62 commit d52462c

1 file changed

Lines changed: 13 additions & 23 deletions

File tree

positron-ide/notebooks/explore_sales.ipynb

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "8db6350f",
5+
"id": "025790ff",
66
"metadata": {},
77
"source": [
88
"# Explore Sales Orders\n",
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "markdown",
15-
"id": "3ee95a9b",
15+
"id": "9845ac9b",
1616
"metadata": {},
1717
"source": [
1818
"## Load the Raw Data\n",
@@ -23,7 +23,7 @@
2323
{
2424
"cell_type": "code",
2525
"execution_count": null,
26-
"id": "9f919f71",
26+
"id": "9f8d5132",
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"cell_type": "markdown",
45-
"id": "f3dbda6a",
45+
"id": "92a56f1a",
4646
"metadata": {},
4747
"source": [
4848
"## Check Data Quality\n",
@@ -53,7 +53,7 @@
5353
{
5454
"cell_type": "code",
5555
"execution_count": null,
56-
"id": "4dc01ef3",
56+
"id": "cc958efa",
5757
"metadata": {},
5858
"outputs": [],
5959
"source": [
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"cell_type": "markdown",
71-
"id": "1d7ce1bc",
71+
"id": "d798808d",
7272
"metadata": {},
7373
"source": [
7474
"## Clean the Data\n",
@@ -79,7 +79,7 @@
7979
{
8080
"cell_type": "code",
8181
"execution_count": null,
82-
"id": "d2f7285b",
82+
"id": "63586d5b",
8383
"metadata": {},
8484
"outputs": [],
8585
"source": [
@@ -94,7 +94,7 @@
9494
},
9595
{
9696
"cell_type": "markdown",
97-
"id": "dee9689f",
97+
"id": "0f1775a4",
9898
"metadata": {},
9999
"source": [
100100
"## Describe the Data\n",
@@ -105,7 +105,7 @@
105105
{
106106
"cell_type": "code",
107107
"execution_count": null,
108-
"id": "2da2a7c5",
108+
"id": "719a38d1",
109109
"metadata": {},
110110
"outputs": [],
111111
"source": [
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"cell_type": "markdown",
120-
"id": "60068913",
120+
"id": "38ec5f65",
121121
"metadata": {},
122122
"source": [
123123
"## Compare Typical Orders\n",
@@ -128,7 +128,7 @@
128128
{
129129
"cell_type": "code",
130130
"execution_count": null,
131-
"id": "672251b4",
131+
"id": "421371d1",
132132
"metadata": {},
133133
"outputs": [],
134134
"source": [
@@ -145,7 +145,7 @@
145145
},
146146
{
147147
"cell_type": "markdown",
148-
"id": "46eed16a",
148+
"id": "f525a7f3",
149149
"metadata": {},
150150
"source": [
151151
"## Visualize the Comparison\n",
@@ -156,7 +156,7 @@
156156
{
157157
"cell_type": "code",
158158
"execution_count": null,
159-
"id": "7dc743a6",
159+
"id": "41168753",
160160
"metadata": {},
161161
"outputs": [],
162162
"source": [
@@ -171,16 +171,6 @@
171171
"plt.tight_layout()\n",
172172
"plt.show()"
173173
]
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`."
183-
]
184174
}
185175
],
186176
"metadata": {

0 commit comments

Comments
 (0)