More comments, more business applications, and links to pkl files
This commit is contained in:
@@ -83,7 +83,9 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Load in the test pickle file:\n",
|
||||
"# Load in the test pickle file\n",
|
||||
"# See the section \"Back to the PKL files\" in the day2.0 notebook\n",
|
||||
"# for instructions on obtaining this test.pkl file\n",
|
||||
"\n",
|
||||
"with open('test.pkl', 'rb') as file:\n",
|
||||
" test = pickle.load(file)"
|
||||
|
||||
Reference in New Issue
Block a user