Skip to content

Commit 261472a

Browse files
committed
V2.0
1 parent 137ccaa commit 261472a

File tree

5 files changed

+16
-28
lines changed

5 files changed

+16
-28
lines changed

Cal1-introPython.ipynb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"<center>\n",
88
"<a href=\"http://www.insa-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo-insa.jpg\" style=\"float:left; max-width: 120px; display: inline\" alt=\"INSA\"/></a> \n",
99
"\n",
10-
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
10+
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
1111
"\n",
12-
"<a href=\"http://www.math.univ-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo_imt.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"IMT\"/> </a>\n",
1312
"</center>"
1413
]
1514
},
@@ -1556,9 +1555,9 @@
15561555
"metadata": {
15571556
"hide_input": false,
15581557
"kernelspec": {
1559-
"display_name": "Python [TPInsa]",
1558+
"display_name": "Python 3",
15601559
"language": "python",
1561-
"name": "Python [TPInsa]"
1560+
"name": "python3"
15621561
},
15631562
"language_info": {
15641563
"codemirror_mode": {
@@ -1570,7 +1569,7 @@
15701569
"name": "python",
15711570
"nbconvert_exporter": "python",
15721571
"pygments_lexer": "ipython3",
1573-
"version": "3.5.3"
1572+
"version": "3.6.6"
15741573
},
15751574
"toc": {
15761575
"nav_menu": {

Cal2-PythonPandas.ipynb

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"<center>\n",
88
"<a href=\"http://www.insa-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo-insa.jpg\" style=\"float:left; max-width: 120px; display: inline\" alt=\"INSA\"/></a> \n",
99
"\n",
10-
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
11-
"\n",
12-
"<a href=\"http://www.math.univ-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo_imt.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"IMT\"/> </a>\n",
10+
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
1311
"</center>"
1412
]
1513
},
@@ -283,7 +281,7 @@
283281
"import numpy as np\n",
284282
"# tester la lecture\n",
285283
"# path=\"\"\n",
286-
"path='http://www.math.univ-toulouse.fr/~besse/Wikistat/data/'\n",
284+
"path='./'\n",
287285
"df = pd.read_csv(path+'titanic-train.csv',nrows=5)\n",
288286
"df"
289287
]
@@ -440,9 +438,7 @@
440438
{
441439
"cell_type": "code",
442440
"execution_count": null,
443-
"metadata": {
444-
"collapsed": true
445-
},
441+
"metadata": {},
446442
"outputs": [],
447443
"source": [
448444
"df[\"Surv\"]=df[\"Surv\"].cat.rename_categories(\n",
@@ -723,9 +719,7 @@
723719
{
724720
"cell_type": "code",
725721
"execution_count": null,
726-
"metadata": {
727-
"collapsed": true
728-
},
722+
"metadata": {},
729723
"outputs": [],
730724
"source": [
731725
"import matplotlib.pyplot as plt\n",
@@ -1065,9 +1059,7 @@
10651059
{
10661060
"cell_type": "code",
10671061
"execution_count": null,
1068-
"metadata": {
1069-
"collapsed": true
1070-
},
1062+
"metadata": {},
10711063
"outputs": [],
10721064
"source": [
10731065
"# Il est généralement utile de fermer le fichier\n",
@@ -1181,7 +1173,7 @@
11811173
"name": "python",
11821174
"nbconvert_exporter": "python",
11831175
"pygments_lexer": "ipython3",
1184-
"version": "3.6.4"
1176+
"version": "3.6.6"
11851177
},
11861178
"toc": {
11871179
"nav_menu": {

Cal3-PythonGraphes.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"<center>\n",
88
"<a href=\"http://www.insa-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo-insa.jpg\" style=\"float:left; max-width: 120px; display: inline\" alt=\"INSA\"/></a> \n",
99
"\n",
10-
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
10+
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
1111
"\n",
12-
"<a href=\"http://www.math.univ-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo_imt.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"IMT\"/> </a>\n",
1312
"</center>"
1413
]
1514
},
@@ -1677,7 +1676,7 @@
16771676
"name": "python",
16781677
"nbconvert_exporter": "python",
16791678
"pygments_lexer": "ipython3",
1680-
"version": "3.6.4"
1679+
"version": "3.6.6"
16811680
},
16821681
"toc": {
16831682
"nav_menu": {

Cal4-PythonProg.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"<center>\n",
88
"<a href=\"http://www.insa-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo-insa.jpg\" style=\"float:left; max-width: 120px; display: inline\" alt=\"INSA\"/></a> \n",
99
"\n",
10-
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
10+
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
1111
"\n",
12-
"<a href=\"http://www.math.univ-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo_imt.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"IMT\"/> </a>\n",
1312
"</center>"
1413
]
1514
},
@@ -1139,7 +1138,7 @@
11391138
"name": "python",
11401139
"nbconvert_exporter": "python",
11411140
"pygments_lexer": "ipython3",
1142-
"version": "3.6.4"
1141+
"version": "3.6.6"
11431142
},
11441143
"toc": {
11451144
"nav_menu": {

Cal5-PythonSklearnApprent.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"<center>\n",
88
"<a href=\"http://www.insa-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo-insa.jpg\" style=\"float:left; max-width: 120px; display: inline\" alt=\"INSA\"/></a> \n",
99
"\n",
10-
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
10+
"<a href=\"http://wikistat.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/wikistat.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"Wikistat\"/></a>\n",
1111
"\n",
12-
"<a href=\"http://www.math.univ-toulouse.fr/\" ><img src=\"http://www.math.univ-toulouse.fr/~besse/Wikistat/Images/logo_imt.jpg\" style=\"float:right; max-width: 250px; display: inline\" alt=\"IMT\"/> </a>\n",
1312
"</center>"
1413
]
1514
},
@@ -1164,7 +1163,7 @@
11641163
"name": "python",
11651164
"nbconvert_exporter": "python",
11661165
"pygments_lexer": "ipython3",
1167-
"version": "3.6.4"
1166+
"version": "3.6.6"
11681167
},
11691168
"toc": {
11701169
"nav_menu": {},

0 commit comments

Comments
 (0)