Skip to content

Commit 97a4bea

Browse files
committed
Update instructions.
1 parent 25c90ed commit 97a4bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/ch_04/solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@
17521752
"1. Create a dataframe with three columns: ticker, date, and event.\n",
17531753
" 1. ticker will be 'FB'.\n",
17541754
" 2. date will be datetimes ['2018-07-25', '2018-03-19', '2018-03-20']\n",
1755-
" 3. event will be [\"Disappointing user growth announced after close.\", \"Cambridge Analytica story\", \"FTC investigation\"].\n",
1755+
" 3. event will be ['Disappointing user growth announced after close.', 'Cambridge Analytica story', 'FTC investigation'].\n",
17561756
"2. Merge this data to the FAANG data with a outer join."
17571757
]
17581758
},

0 commit comments

Comments
 (0)