Skip to content

Commit

Permalink
'Poverty and social exclusion' notebook by L.Barrenada (EMOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi authored Feb 11, 2021
1 parent a4ae790 commit 1179b50
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@
"source": [
"_HOME_ = os.environ['HOME']\n",
"_THISDIR_ = !pwd\n",
"print('Current working directory: %s' % _THISDIR_[0].split('statistics-coded/')[1])"
"print('Current working directory: %s' % _THISDIR_[0].split('popul/')[1])"
]
},
{
Expand Down Expand Up @@ -1724,9 +1724,9 @@
" except:\n",
" raise IOError(\"Error fetching the data...\")\n",
" else:\n",
" print('Data loaded on disk in directory: \\033[1m%s\\033[0m' % dest.split('statistics-coded/')[1])\n",
" print('Data loaded on disk in directory: \\033[1m%s\\033[0m' % dest.split('popul/')[1])\n",
" else:\n",
" print('Data already loaded on disk in directory: \\033[1m%s\\033[0m' % dest.split('statistics-coded/')[1])\n",
" print('Data already loaded on disk in directory: \\033[1m%s\\033[0m' % dest.split('popul/')[1])\n",
" finally:\n",
" nuts_files.update({level: nuts_file}) # dest"
]
Expand Down Expand Up @@ -2374,7 +2374,7 @@
"source": [
"## Final Remarks:\n",
"\n",
"This notebook was a project conducted in the frame of the statistics-coded program of _Eurostat_. On the [github of the project](https://github.com/eurostat/statistics-coded/tree/codinglab) you can find more statistics explained notebooks created by other EMOS students under the guidance of _Eurostat_'s staff. "
"This notebook was a project conducted in the frame of the statistics-coded program of _Eurostat_. On the [github of the project](https://github.com/eurostat/statistics-coded/) you can find more statistics explained notebooks created by other EMOS students under the guidance of _Eurostat_'s staff. "
]
},
{
Expand Down

0 comments on commit 1179b50

Please sign in to comment.