Skip to content

Commit 7719b05

Browse files
Chris Fonnesbecktwiecki
authored andcommitted
Fixed SP500 link (#1248)
1 parent 5c8d12e commit 7719b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebooks/getting_started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734
"if os.path.isfile('data/SP500.csv'):\n",
735735
" returns = pd.read_csv('data/SP500.csv', index_col=0, parse_dates=True)\n",
736736
"else:\n",
737-
" returns = pd.read_csv('https://raw.githubusercontent.com/pymc-devs/pymc3/master/docs/notebooks/data/SP500.csv', index_col=0, parse_dates=True)\n",
737+
" returns = pd.read_csv('https://raw.githubusercontent.com/pymc-devs/pymc3/master/pymc3/examples/data/SP500.csv'), index_col=0, parse_dates=True)\n",
738738
"print(len(returns))"
739739
]
740740
},
@@ -1492,5 +1492,5 @@
14921492
}
14931493
},
14941494
"nbformat": 4,
1495-
"nbformat_minor": 0
1495+
"nbformat_minor": 1
14961496
}

0 commit comments

Comments
 (0)