Skip to content

Commit

Permalink
fix apple stock link
Browse files Browse the repository at this point in the history
  • Loading branch information
guipsamora committed Sep 14, 2017
1 parent b0d23eb commit 8426265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
}
],
"source": [
"url = 'https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Time_Series/Apple_Stock/appl_1980_2014.csv'\n",
"url = 'https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/09_Time_Series/Apple_Stock/appl_1980_2014.csv'\n",
"apple = pd.read_csv(url)\n",
"\n",
"apple.head()"
Expand Down

0 comments on commit 8426265

Please sign in to comment.