Skip to content

Commit 280219b

Browse files
committed
Included Students_Alcohol_Consumption dataset and changed exercises
1 parent 4abc3cf commit 280219b

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

04_Apply/.DS_Store

-6 KB
Binary file not shown.

04_Apply/Students_Alcohol_Consumption/Exercises.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cell_type": "markdown",
3232
"metadata": {},
3333
"source": [
34-
"### Step 2. Download the dataset from this [address](http://archive.ics.uci.edu/ml/datasets/STUDENT+ALCOHOL+CONSUMPTION). "
34+
"### Step 2. Import the dataset from this [address](https://github.com/guipsamora/pandas_exercises/blob/master/04_Apply/Students_Alcohol_Consumption/student-mat.csv)."
3535
]
3636
},
3737
{
@@ -183,8 +183,9 @@
183183
}
184184
],
185185
"metadata": {
186+
"anaconda-cloud": {},
186187
"kernelspec": {
187-
"display_name": "Python 2",
188+
"display_name": "Python [default]",
188189
"language": "python",
189190
"name": "python2"
190191
},
@@ -198,7 +199,7 @@
198199
"name": "python",
199200
"nbconvert_exporter": "python",
200201
"pygments_lexer": "ipython2",
201-
"version": "2.7.11"
202+
"version": "2.7.12"
202203
}
203204
},
204205
"nbformat": 4,

04_Apply/Students_Alcohol_Consumption/Exercises_with_solutions.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cell_type": "markdown",
3535
"metadata": {},
3636
"source": [
37-
"### Step 2. Download the dataset from this [address](http://archive.ics.uci.edu/ml/datasets/STUDENT+ALCOHOL+CONSUMPTION). "
37+
"### Step 2. Import the dataset from this [address](https://github.com/guipsamora/pandas_exercises/blob/master/04_Apply/Students_Alcohol_Consumption/student-mat.csv)."
3838
]
3939
},
4040
{
@@ -1193,7 +1193,7 @@
11931193
],
11941194
"metadata": {
11951195
"kernelspec": {
1196-
"display_name": "Python 2",
1196+
"display_name": "Python [default]",
11971197
"language": "python",
11981198
"name": "python2"
11991199
},
@@ -1207,7 +1207,7 @@
12071207
"name": "python",
12081208
"nbconvert_exporter": "python",
12091209
"pygments_lexer": "ipython2",
1210-
"version": "2.7.11"
1210+
"version": "2.7.12"
12111211
}
12121212
},
12131213
"nbformat": 4,

04_Apply/Students_Alcohol_Consumption/Solutions.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cell_type": "markdown",
3535
"metadata": {},
3636
"source": [
37-
"### Step 2. Download the dataset from this [address](http://archive.ics.uci.edu/ml/datasets/STUDENT+ALCOHOL+CONSUMPTION). "
37+
"### Step 2. Import the dataset from this [address](https://github.com/guipsamora/pandas_exercises/blob/master/04_Apply/Students_Alcohol_Consumption/student-mat.csv)."
3838
]
3939
},
4040
{
@@ -1156,8 +1156,9 @@
11561156
}
11571157
],
11581158
"metadata": {
1159+
"anaconda-cloud": {},
11591160
"kernelspec": {
1160-
"display_name": "Python 2",
1161+
"display_name": "Python [default]",
11611162
"language": "python",
11621163
"name": "python2"
11631164
},
@@ -1171,7 +1172,7 @@
11711172
"name": "python",
11721173
"nbconvert_exporter": "python",
11731174
"pygments_lexer": "ipython2",
1174-
"version": "2.7.11"
1175+
"version": "2.7.12"
11751176
}
11761177
},
11771178
"nbformat": 4,

0 commit comments

Comments
 (0)