Ajouts billet 001 et début création carte exemple

This commit is contained in:
francois 2017-07-09 20:14:08 -04:00
parent 7d0a39f07f
commit 7e46d1d739
3 changed files with 701 additions and 13 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
.ipynb_checkpoints/
.png
Billets/donnees/

View file

@ -11,7 +11,7 @@
},
{
"cell_type": "code",
"execution_count": 41,
"execution_count": 1,
"metadata": {
"collapsed": true,
"scrolled": true
@ -34,7 +34,7 @@
},
{
"cell_type": "code",
"execution_count": 42,
"execution_count": 2,
"metadata": {
"collapsed": true
},
@ -56,7 +56,7 @@
},
{
"cell_type": "code",
"execution_count": 43,
"execution_count": 3,
"metadata": {
"collapsed": true
},
@ -86,7 +86,7 @@
},
{
"cell_type": "code",
"execution_count": 44,
"execution_count": 4,
"metadata": {
"collapsed": true
},
@ -106,7 +106,7 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": 5,
"metadata": {
"collapsed": true
},
@ -139,7 +139,7 @@
},
{
"cell_type": "code",
"execution_count": 46,
"execution_count": 6,
"metadata": {
"collapsed": true
},
@ -150,7 +150,7 @@
},
{
"cell_type": "code",
"execution_count": 47,
"execution_count": 7,
"metadata": {
"collapsed": true
},
@ -167,7 +167,7 @@
},
{
"cell_type": "code",
"execution_count": 49,
"execution_count": 8,
"metadata": {},
"outputs": [
{
@ -179,7 +179,7 @@
" {'flesch': 58.99, 'flesch-kincaid': 8.1, 'word_count': 74}]"
]
},
"execution_count": 49,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
@ -191,8 +191,10 @@
},
{
"cell_type": "code",
"execution_count": 68,
"metadata": {},
"execution_count": 9,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"from functools import reduce\n",
@ -201,7 +203,7 @@
},
{
"cell_type": "code",
"execution_count": 71,
"execution_count": 10,
"metadata": {},
"outputs": [
{
@ -210,7 +212,7 @@
"{'flesch': 59.6, 'flesch-kincaid': 7.9, 'word_count': 362}"
]
},
"execution_count": 71,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}

File diff suppressed because one or more lines are too long