Skip to content

Commit 013bab2

Browse files
committed
ajout de la base de données des villes
1 parent bdfd2f2 commit 013bab2

File tree

2 files changed

+32538
-2
lines changed

2 files changed

+32538
-2
lines changed

POC - Réseaux de copublications/Ville_long_lat.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"cell_type": "code",
31-
"execution_count": 2,
31+
"execution_count": null,
3232
"id": "cdcf6b1d-47fb-4c8f-a459-c77ae28e5167",
3333
"metadata": {},
3434
"outputs": [
@@ -47,7 +47,7 @@
4747
"import pandas as pd\n",
4848
"\n",
4949
"# Chargement du fichier\n",
50-
"file_path = \"../cities15000/cities15000.txt\"\n",
50+
"file_path = \"cities15000/cities15000.txt\"\n",
5151
"\n",
5252
"columns = [\n",
5353
" \"geonameid\", \"name\", \"asciiname\", \"alternatenames\",\n",

0 commit comments

Comments
 (0)