Skip to content

Commit 908d53c

Browse files
committed
fixed links
1 parent 8426265 commit 908d53c

File tree

6 files changed

+35
-18
lines changed

6 files changed

+35
-18
lines changed

05_Merge/Auto_MPG/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. Import the first dataset [cars1](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars1.csv) and [cars2](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars2.csv). "
34+
"### Step 2. Import the first dataset [cars1](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars1.csv) and [cars2](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars2.csv). "
3535
]
3636
},
3737
{
@@ -132,8 +132,9 @@
132132
}
133133
],
134134
"metadata": {
135+
"anaconda-cloud": {},
135136
"kernelspec": {
136-
"display_name": "Python 2",
137+
"display_name": "Python [default]",
137138
"language": "python",
138139
"name": "python2"
139140
},
@@ -147,7 +148,7 @@
147148
"name": "python",
148149
"nbconvert_exporter": "python",
149150
"pygments_lexer": "ipython2",
150-
"version": "2.7.11"
151+
"version": "2.7.12"
151152
}
152153
},
153154
"nbformat": 4,

05_Merge/Auto_MPG/Exercises_with_solutions.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cell_type": "markdown",
3535
"metadata": {},
3636
"source": [
37-
"### Step 2. Import the first dataset [cars1](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars1.csv) and [cars2](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars2.csv). "
37+
"### Step 2. Import the first dataset [cars1](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars1.csv) and [cars2](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars2.csv). "
3838
]
3939
},
4040
{
@@ -92,8 +92,8 @@
9292
}
9393
],
9494
"source": [
95-
"cars1 = pd.read_csv(\"https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars1.csv\")\n",
96-
"cars2 = pd.read_csv(\"https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars2.csv\")\n",
95+
"cars1 = pd.read_csv(\"https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars1.csv\")\n",
96+
"cars2 = pd.read_csv(\"https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars2.csv\")\n",
9797
"\n",
9898
"print cars1.head()\n",
9999
"print cars2.head()"
@@ -1368,8 +1368,9 @@
13681368
}
13691369
],
13701370
"metadata": {
1371+
"anaconda-cloud": {},
13711372
"kernelspec": {
1372-
"display_name": "Python 2",
1373+
"display_name": "Python [default]",
13731374
"language": "python",
13741375
"name": "python2"
13751376
},
@@ -1383,7 +1384,7 @@
13831384
"name": "python",
13841385
"nbconvert_exporter": "python",
13851386
"pygments_lexer": "ipython2",
1386-
"version": "2.7.11"
1387+
"version": "2.7.12"
13871388
}
13881389
},
13891390
"nbformat": 4,

05_Merge/Auto_MPG/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. Import the first dataset [cars1](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars1.csv) and [cars2](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Merge/Auto_MPG/cars2.csv). "
37+
"### Step 2. Import the first dataset [cars1](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars1.csv) and [cars2](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/05_Merge/Auto_MPG/cars2.csv). "
3838
]
3939
},
4040
{
@@ -1347,8 +1347,9 @@
13471347
}
13481348
],
13491349
"metadata": {
1350+
"anaconda-cloud": {},
13501351
"kernelspec": {
1351-
"display_name": "Python 2",
1352+
"display_name": "Python [default]",
13521353
"language": "python",
13531354
"name": "python2"
13541355
},
@@ -1362,7 +1363,7 @@
13621363
"name": "python",
13631364
"nbconvert_exporter": "python",
13641365
"pygments_lexer": "ipython2",
1365-
"version": "2.7.11"
1366+
"version": "2.7.12"
13661367
}
13671368
},
13681369
"nbformat": 4,

06_Stats/US_Baby_Names/Exercises.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Stats/US_Baby_Names/US_Baby_Names_right.csv). "
36+
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/06_Stats/US_Baby_Names/US_Baby_Names_right.csv). "
3737
]
3838
},
3939
{
@@ -214,8 +214,9 @@
214214
}
215215
],
216216
"metadata": {
217+
"anaconda-cloud": {},
217218
"kernelspec": {
218-
"display_name": "Python 2",
219+
"display_name": "Python [default]",
219220
"language": "python",
220221
"name": "python2"
221222
},

06_Stats/US_Baby_Names/Exercises_with_solutions.ipynb

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cell_type": "markdown",
3636
"metadata": {},
3737
"source": [
38-
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Stats/US_Baby_Names/US_Baby_Names_right.csv). "
38+
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/06_Stats/US_Baby_Names/US_Baby_Names_right.csv). "
3939
]
4040
},
4141
{
@@ -1016,9 +1016,21 @@
10161016
],
10171017
"metadata": {
10181018
"kernelspec": {
1019-
"display_name": "Python 2",
1019+
"display_name": "Python [default]",
10201020
"language": "python",
10211021
"name": "python2"
1022+
},
1023+
"language_info": {
1024+
"codemirror_mode": {
1025+
"name": "ipython",
1026+
"version": 2
1027+
},
1028+
"file_extension": ".py",
1029+
"mimetype": "text/x-python",
1030+
"name": "python",
1031+
"nbconvert_exporter": "python",
1032+
"pygments_lexer": "ipython2",
1033+
"version": "2.7.12"
10221034
}
10231035
},
10241036
"nbformat": 4,

06_Stats/US_Baby_Names/Solutions.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"cell_type": "markdown",
3434
"metadata": {},
3535
"source": [
36-
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/Stats/US_Baby_Names/US_Baby_Names_right.csv). "
36+
"### Step 2. Import the dataset from this [address](https://raw.githubusercontent.com/guipsamora/pandas_exercises/master/06_Stats/US_Baby_Names/US_Baby_Names_right.csv). "
3737
]
3838
},
3939
{
@@ -965,8 +965,9 @@
965965
}
966966
],
967967
"metadata": {
968+
"anaconda-cloud": {},
968969
"kernelspec": {
969-
"display_name": "Python 2",
970+
"display_name": "Python [default]",
970971
"language": "python",
971972
"name": "python2"
972973
},
@@ -980,7 +981,7 @@
980981
"name": "python",
981982
"nbconvert_exporter": "python",
982983
"pygments_lexer": "ipython2",
983-
"version": "2.7.11"
984+
"version": "2.7.12"
984985
}
985986
},
986987
"nbformat": 4,

0 commit comments

Comments
 (0)