Skip to content

Commit 8426265

Browse files
committed
fix apple stock link
1 parent b0d23eb commit 8426265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_Time_Series/Apple_Stock/Exercises-with-solutions-code.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
}
145145
],
146146
"source": [
147-
"url = 'https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Time_Series/Apple_Stock/appl_1980_2014.csv'\n",
147+
"url = 'https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/09_Time_Series/Apple_Stock/appl_1980_2014.csv'\n",
148148
"apple = pd.read_csv(url)\n",
149149
"\n",
150150
"apple.head()"

0 commit comments

Comments
 (0)