File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 {
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 },
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 },
You can’t perform that action at this time.
0 commit comments