Skip to content

Commit b66f13b

Browse files
committed
Updating urls
1 parent 874ddb6 commit b66f13b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

notebooks/Process_Wine_File.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"* Filter data down to only include wines from Australia \n",
1111
"* Other minor changes to support plotting \n",
1212
"\n",
13-
"This notebook is a companion to the post at [Practical Business Python](http://pbpython.com)"
13+
"This notebook is a companion to the post at [Practical Business Python](http://pbpython.com/wine_visualization.html)"
1414
]
1515
},
1616
{
@@ -29,6 +29,7 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32+
"# Download and unpack the file from https://www.kaggle.com/zynicide/wine-reviews/data\n",
3233
"df = pd.read_csv('winemag-data-130k-v2.csv', index_col=0)"
3334
]
3435
},
@@ -497,8 +498,8 @@
497498
"Sparkling Blend 31\n",
498499
"Shiraz-Cabernet Sauvignon 29\n",
499500
"Bordeaux-style Red Blend 28\n",
500-
"Pinot Grigio 25\n",
501501
"Rosé 25\n",
502+
"Pinot Grigio 25\n",
502503
"Name: variety, dtype: int64"
503504
]
504505
},

0 commit comments

Comments
 (0)