Skip to content

Commit b0d23eb

Browse files
committed
fix link apple stock exercice
1 parent dedf4ec commit b0d23eb

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,9 @@
692692
}
693693
],
694694
"metadata": {
695+
"anaconda-cloud": {},
695696
"kernelspec": {
696-
"display_name": "Python 2",
697+
"display_name": "Python [default]",
697698
"language": "python",
698699
"name": "python2"
699700
},
@@ -707,7 +708,7 @@
707708
"name": "python",
708709
"nbconvert_exporter": "python",
709710
"pygments_lexer": "ipython2",
710-
"version": "2.7.11"
711+
"version": "2.7.12"
711712
}
712713
},
713714
"nbformat": 4,

09_Time_Series/Apple_Stock/Exercises.ipynb

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,18 @@
3232
"cell_type": "markdown",
3333
"metadata": {},
3434
"source": [
35-
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Time_Series/Apple_Stock/appl_1980_2014.csv)"
35+
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/09_Time_Series/Apple_Stock/appl_1980_2014.csv)"
3636
]
3737
},
38+
{
39+
"cell_type": "code",
40+
"execution_count": null,
41+
"metadata": {
42+
"collapsed": true
43+
},
44+
"outputs": [],
45+
"source": []
46+
},
3847
{
3948
"cell_type": "markdown",
4049
"metadata": {},
@@ -213,8 +222,9 @@
213222
}
214223
],
215224
"metadata": {
225+
"anaconda-cloud": {},
216226
"kernelspec": {
217-
"display_name": "Python 2",
227+
"display_name": "Python [default]",
218228
"language": "python",
219229
"name": "python2"
220230
},
@@ -228,7 +238,7 @@
228238
"name": "python",
229239
"nbconvert_exporter": "python",
230240
"pygments_lexer": "ipython2",
231-
"version": "2.7.11"
241+
"version": "2.7.12"
232242
}
233243
},
234244
"nbformat": 4,

09_Time_Series/Apple_Stock/Solutions.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"cell_type": "markdown",
4141
"metadata": {},
4242
"source": [
43-
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Time_Series/Apple_Stock/appl_1980_2014.csv)"
43+
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/09_Time_Series/Apple_Stock/appl_1980_2014.csv)"
4444
]
4545
},
4646
{
@@ -657,8 +657,9 @@
657657
}
658658
],
659659
"metadata": {
660+
"anaconda-cloud": {},
660661
"kernelspec": {
661-
"display_name": "Python 2",
662+
"display_name": "Python [default]",
662663
"language": "python",
663664
"name": "python2"
664665
},
@@ -672,7 +673,7 @@
672673
"name": "python",
673674
"nbconvert_exporter": "python",
674675
"pygments_lexer": "ipython2",
675-
"version": "2.7.11"
676+
"version": "2.7.12"
676677
}
677678
},
678679
"nbformat": 4,

0 commit comments

Comments
 (0)