diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..7809c2a9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + commit-message: + prefix: ⬆️ + schedule: + interval: weekly diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 0b1bddc6..438912c0 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -7,14 +7,14 @@ jobs: cache: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Anaconda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Build HTML @@ -22,13 +22,14 @@ jobs: run: | jb build lectures --path-output ./ -W --keep-going - name: Upload Execution Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: execution-reports path: _build/html/reports - name: Upload "_build" folder (cache) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-cache - path: _build \ No newline at end of file + path: _build + include-hidden-files: true \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 052bb8bb..125948eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,14 @@ jobs: preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Anaconda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Install latex dependencies @@ -34,7 +34,7 @@ jobs: shell: bash -l {0} run: pip list - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v10 with: workflow: cache.yml branch: main @@ -59,13 +59,13 @@ jobs: run: | jb build lectures --path-output ./ -n -W --keep-going - name: Upload Execution Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: execution-reports path: _build/html/reports - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3 with: publish-dir: '_build/html/' production-branch: main diff --git a/.github/workflows/execution-linux.yml b/.github/workflows/execution-linux.yml index 8e466b86..fedc2e41 100644 --- a/.github/workflows/execution-linux.yml +++ b/.github/workflows/execution-linux.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2 + uses: actions/checkout@v4 + - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: ${{ matrix.python-version }} @@ -32,7 +32,7 @@ jobs: shell: bash -l {0} run: jb build lectures --path-output=./ -W --keep-going - name: Upload Execution Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: execution-reports diff --git a/.github/workflows/execution-osx.yml b/.github/workflows/execution-osx.yml index 452a66d3..b6aab55c 100644 --- a/.github/workflows/execution-osx.yml +++ b/.github/workflows/execution-osx.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: os: ["macos-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2 + uses: actions/checkout@v4 + - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: ${{ matrix.python-version }} @@ -32,7 +32,7 @@ jobs: shell: bash -l {0} run: jb build lectures --path-output=./ -W --keep-going - name: Upload Execution Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: execution-reports diff --git a/.github/workflows/execution-win.yml b/.github/workflows/execution-win.yml index 7bf1701d..6f7e1ae3 100644 --- a/.github/workflows/execution-win.yml +++ b/.github/workflows/execution-win.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: os: ["windows-latest"] - python-version: ["3.11"] + python-version: ["3.12"] steps: - name: Checkout - uses: actions/checkout@v2 - - uses: conda-incubator/setup-miniconda@v2 + uses: actions/checkout@v4 + - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true python-version: ${{ matrix.python-version }} @@ -37,7 +37,7 @@ jobs: shell: powershell run: jb build lectures --path-output=./ -W --keep-going - name: Upload Execution Reports - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: execution-reports diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 518acf14..cada059f 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -1,44 +1,31 @@ name: Link Checker [Anaconda, Linux] on: - pull_request: - types: [opened, reopened] schedule: - # UTC 12:00 is early morning in Australia - - cron: '0 12 * * *' + # UTC 23:00 is early morning in Australia (9am) + - cron: '0 23 * * *' + workflow_dispatch: jobs: - execution-tests-linux: - name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }}) - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: ["ubuntu-latest"] - python-version: ["3.11"] + link-checking: + name: Link Checking + runs-on: "ubuntu-latest" + permissions: + issues: write # required for peter-evans/create-issue-from-file steps: + # Checkout the live site (html) - name: Checkout - uses: actions/checkout@v3 - - name: Setup Anaconda - uses: conda-incubator/setup-miniconda@v2 + uses: actions/checkout@v4 with: - auto-update-conda: true - auto-activate-base: true - miniconda-version: 'latest' - python-version: "3.11" - environment-file: environment.yml - activate-environment: quantecon - - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v2 - with: - workflow: cache.yml - branch: main - name: build-cache - path: _build + ref: gh-pages - name: Link Checker - shell: bash -l {0} - run: jb build lectures --path-output=./ --builder=custom --custom-builder=linkcheck - - name: Upload Link Checker Reports - uses: actions/upload-artifact@v2 - if: failure() + id: lychee + uses: lycheeverse/lychee-action@v2 + with: + fail: false + args: --accept 403,503 *.html + - name: Create Issue From File + if: steps.lychee.outputs.exit_code != 0 + uses: peter-evans/create-issue-from-file@v5 with: - name: linkcheck-reports - path: _build/linkcheck \ No newline at end of file + title: Link Checker Report + content-filepath: ./lychee/out.md + labels: report, automated issue, linkchecker \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 065a5e3e..67ad7cc9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,14 +9,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Anaconda - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true auto-activate-base: true miniconda-version: 'latest' - python-version: "3.11" + python-version: "3.12" environment-file: environment.yml activate-environment: quantecon - name: Install latex dependencies @@ -40,7 +40,7 @@ jobs: run: pip list # Download Build Cache from cache.yml - name: Download "build" folder (cache) - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v10 with: workflow: cache.yml branch: main @@ -61,7 +61,7 @@ jobs: run: | jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -n -W --keep-going zip -r download-notebooks.zip _build/jupyter - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: download-notebooks path: download-notebooks.zip @@ -76,7 +76,7 @@ jobs: run: | jb build lectures --path-output ./ -n -W --keep-going - name: Deploy website to gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: _build/html/ @@ -102,4 +102,4 @@ jobs: git config user.email "admin@quantecon.org" git add *.ipynb git commit -m "auto publishing updates to notebooks" - git push origin master + git push origin main diff --git a/.gitignore b/.gitignore index 5a29c4d9..d1e96dd0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,9 @@ __pycache__/ dask-worker-space .vscode/ -.ipynb_checkpoints/ \ No newline at end of file +.ipynb_checkpoints/ +.virtual_documents/ + +lectures/mathfoo.py +lectures/mod.py +lectures/test.py \ No newline at end of file diff --git a/README.md b/README.md index d85c701a..05a4e82b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -# lecture-python-programming.myst +# Python Programming for Economics and Finance -Source files for https://python-programming.quantecon.org +This website presents a set of lectures on Python programming for economics and finance. -## GH-PAGES +## Jupyter notebooks -This repository is hosted on Github Pages: +Jupyter notebook versions of each lecture are available for download +via the website. -https://quantecon.github.io/lecture-python-programming.myst/ +## Contributions -with a custom domain +To comment on the lectures please add to or open an issue in the issue tracker (see above). -https://python-programming.quantecon.org +We welcome pull requests! +Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style. diff --git a/environment.yml b/environment.yml index 31698173..1733c977 100644 --- a/environment.yml +++ b/environment.yml @@ -2,25 +2,17 @@ name: quantecon channels: - default dependencies: - - python=3.11 - - anaconda=2023.09 + - python=3.12 + - anaconda=2024.10 - pip - pip: - - jupyter-book==0.15.1 - - docutils==0.17.1 - - quantecon-book-theme==0.7.1 + - jupyter-book==1.0.3 + - quantecon-book-theme==0.7.6 - sphinx-tojupyter==0.3.0 - sphinxext-rediraffe==0.2.7 - - sphinx-exercise==0.4.1 - - ghp-import==1.1.0 - - sphinxcontrib-youtube==1.1.0 - - sphinx-togglebutton==0.3.1 - # Github Actions Bug - - requests - # Docker Requirements - - pytz - # Additional Requirements - - array-to-latex - - prettytable + - sphinx-exercise==1.0.1 + - ghp-import==2.1.0 + - sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5 + - sphinx-togglebutton==0.3.2 diff --git a/lectures/_config.yml b/lectures/_config.yml index 2444f100..2d1223df 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -8,7 +8,7 @@ execute: timeout: 600 # 10 minutes html: - baseurl: https://python.quantecon.org/ + baseurl: https://python-programming.quantecon.org/ latex: latex_documents: @@ -17,12 +17,16 @@ latex: sphinx: extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton] config: + # bibtex_reference_style: author_year #TODO: enable if bibtex bibliography is used in series # false-positive links linkcheck_ignore: ['https://github.com/matplotlib/matplotlib/blob/v3.6.2/lib/matplotlib/axes/_axes.py#L1417-L1669', 'https://ieeexplore.ieee.org/document/8757088', 'https://www.sciencedirect.com/science/article/pii/S1477388021000177', 'https://keras.io/', - 'https://data.oecd.org/'] + 'https://data.oecd.org/', + 'https://www.reddit.com/', + 'https://openai.com', + 'https://chatgpt.com/'] html_favicon: _static/lectures-favicon.ico html_theme: quantecon_book_theme html_static_path: ['_static'] diff --git a/lectures/_static/lecture_specific/about_py/pytorch_vs_matlab.png b/lectures/_static/lecture_specific/about_py/pytorch_vs_matlab.png new file mode 100644 index 00000000..7230ad09 Binary files /dev/null and b/lectures/_static/lecture_specific/about_py/pytorch_vs_matlab.png differ diff --git a/lectures/_static/lecture_specific/need_for_speed/matlab.png b/lectures/_static/lecture_specific/need_for_speed/matlab.png new file mode 100644 index 00000000..0461ebd5 Binary files /dev/null and b/lectures/_static/lecture_specific/need_for_speed/matlab.png differ diff --git a/lectures/_static/lecture_specific/need_for_speed/numpy.pdf b/lectures/_static/lecture_specific/need_for_speed/numpy.pdf new file mode 100644 index 00000000..4d53cae2 Binary files /dev/null and b/lectures/_static/lecture_specific/need_for_speed/numpy.pdf differ diff --git a/lectures/_static/lecture_specific/pandas_panel/countries.csv b/lectures/_static/lecture_specific/pandas_panel/countries.csv new file mode 100644 index 00000000..0d4245b7 --- /dev/null +++ b/lectures/_static/lecture_specific/pandas_panel/countries.csv @@ -0,0 +1,249 @@ +"Country (en)";"Country (de)";"Country (local)";"Country code";"Continent";"Capital";"Population";"Area";"Coastline";"Government form";"Currency";"Currency code";"Dialing prefix";"Birthrate";"Deathrate";"Life expectancy";"Url" +"Afghanistan";"Afghanistan";"Afganistan/Afqanestan";"AF";"Asia";;33332025;652230;0;"Presidential islamic republic";"Afghani";"AFN";93;38.3;13.7;51.3;"https://www.laenderdaten.info/Asien/Afghanistan/index.php" +"Egypt";"Ägypten";"Misr";"EG";"Africa";;94666993;1001450;2450;"Presidential republic";"Pfund";"EGP";20;30.3;4.7;72.7;"https://www.laenderdaten.info/Afrika/Aegypten/index.php" +"Åland Islands";"Ålandinseln";"Åland";"AX";"Europe";;29013;1580;0;"Autonomous region of Finland";"Euro";"EUR";358;0;0;0;"https://www.laenderdaten.info/Europa/Aland/index.php" +"Albania";"Albanien";"Shqipëria";"AL";"Europe";;3038594;28748;362;"parliamentary republic";"Lek";"ALL";355;13.1;6.7;78.3;"https://www.laenderdaten.info/Europa/Albanien/index.php" +"Algeria";"Algerien";"Al-Jaza’ir/Algérie";"DZ";"Africa";;40263711;2381741;998;"Presidential republic";"Dinar";"DZD";213;23;4.3;76.8;"https://www.laenderdaten.info/Afrika/Algerien/index.php" +"American Samoa";"Amerikanisch Samoa";"Amerika Samoa";"AS";"Oceania";;54194;199;116;"Presidential democracy (self-governing territory of the US)";"Dollar";"USD";"1-684";22.9;4.8;75.4;"https://www.laenderdaten.info/Ozeanien/Amerikanisch-Samoa/index.php" +"Andorra";"Andorra";"Andorra";"AD";"Europe";;85660;468;0;"parliamentary democracy";"Euro";"EUR";376;7.8;7.1;82.8;"https://www.laenderdaten.info/Europa/Andorra/index.php" +"Angola";"Angola";"Angola";"AO";"Africa";;20172332;1246700;1600;"Presidential republic";"Kwanza";"AOA";244;38.6;11.3;56;"https://www.laenderdaten.info/Afrika/Angola/index.php" +"Anguilla";"Anguilla";"Anguilla";"AI";"North America";;16752;91;61;"Parliamentary democracy (self-governing territory of the UK)";"Dollar";"XCD";1809;12.7;4.6;81.4;"https://www.laenderdaten.info/Amerika/Anguilla/index.php" +"Antarctica";"Antarktis";"–";"AQ";"Antarctica";;0;14000000;17968;"foreign-administrated territory";;;;0;0;0;"https://www.laenderdaten.info/Antarktis/Antarktis/index.php" +"Antigua and Barbuda";"Antigua und Barbuda";"Antigua and Barbuda";"AG";"North America";;93581;443;153;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"XCD";1809;15.8;5.7;76.5;"https://www.laenderdaten.info/Amerika/Antigua-Barbuda/index.php" +"Equatorial Guinea";"Äquatorialguinea";"Guinea Ecuatorial";"GQ";"Africa";;759451;28051;296;"Presidential republic";"Franc";"XAF";240;32.8;8;64.2;"https://www.laenderdaten.info/Afrika/Aequatorialguinea/index.php" +"Argentina";"Argentinien";"Argentina";"AR";"South America";;43886748;2780400;4989;"Presidential republic";"Peso";"ARS";54;17;7.5;77.1;"https://www.laenderdaten.info/Amerika/Argentinien/index.php" +"Armenia";"Armenien";"Hajastan";"AM";"Asia";;3051250;29743;0;"Semi-presidential republic";"Dram";"AMD";374;13.3;9.4;74.6;"https://www.laenderdaten.info/Asien/Armenien/index.php" +"Aruba";"Aruba";"Aruba";"AW";"North America";;113648;180;69;"Parliamentary democracy (territory of the Kingdom of the Netherlands)";"Florin";"AWG";297;12.5;8.3;76.8;"https://www.laenderdaten.info/Amerika/Aruba/index.php" +"Azerbaijan";"Aserbaidschan";"Azärbaycan";"AZ";"Asia";;9872765;86600;0;"Presidential republic";"Manat";"AZN";994;16.2;7.1;72.5;"https://www.laenderdaten.info/Asien/Aserbaidschan/index.php" +"Ethiopia";"Äthiopien";"YeItyop´iya";"ET";"Africa";;102374044;1104300;0;"Federal parliamentary republic";"Birr";"ETB";251;36.9;7.9;62.2;"https://www.laenderdaten.info/Afrika/Aethiopien/index.php" +"Australia";"Australien";"Australia";"AU";"Australia";;22992654;7741220;25760;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"AUD";61;12.1;7.2;82.2;"https://www.laenderdaten.info/Australien/Australien/index.php" +"Bahamas";"Bahamas";"The Bahamas";"BS";"North America";;327316;13880;3542;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"BSD";1809;15.4;7.1;72.4;"https://www.laenderdaten.info/Amerika/Bahamas/index.php" +"Bahrain";"Bahrain";"Al-Bahrayn";"BH";"Asia";;1378904;760;161;"constitutional monarchy";"Dinar";"BHD";973;13.5;2.7;78.9;"https://www.laenderdaten.info/Asien/Bahrain/index.php" +"Bangladesh";"Bangladesch";"Bangladesh";"BD";"Asia";;156186882;143998;580;"parliamentary republic";"Taka";"BDT";880;19;5.3;73.2;"https://www.laenderdaten.info/Asien/Bangladesch/index.php" +"Barbados";"Barbados";"Barbados";"BB";"North America";;291495;430;97;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"BBD";1809;11.8;8.5;75.3;"https://www.laenderdaten.info/Amerika/Barbados/index.php" +"Belarus";"Belarus";"Belarus";"BY";"Europe";;9570376;207600;0;"Presidential republic (in fact a dictatorship)";"Rubel";"BYR";375;10.5;13.3;72.7;"https://www.laenderdaten.info/Europa/Belarus/index.php" +"Belgium";"Belgien";"België/Belgique";"BE";"Europe";;11409077;30528;67;"Federal parliamentary republic (under constitutional monarchy)";"Euro";"EUR";32;11.4;9.7;81;"https://www.laenderdaten.info/Europa/Belgien/index.php" +"Belize";"Belize";"Belize";"BZ";"Central America";;353858;22966;386;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"BZD";501;24.3;6;68.7;"https://www.laenderdaten.info/Amerika/Belize/index.php" +"Benin";"Benin";"Bénin";"BJ";"Africa";;10741458;112622;121;"Presidential republic";"Franc";"XOF";229;35.5;8;61.9;"https://www.laenderdaten.info/Afrika/Benin/index.php" +"Bermuda";"Bermuda";"Bermuda";"BM";"North America";;70537;54;103;"Parliamentary democracy (self-governing territory of the UK)";"Dollar";"BMD";1809;11.3;8.4;81.3;"https://www.laenderdaten.info/Amerika/Bermuda/index.php" +"Bhutan";"Bhutan";"Druk-Yul";"BT";"Asia";;750125;38394;0;"constitutional monarchy";"Ngultrum";"BTN";975;17.5;6.6;70.1;"https://www.laenderdaten.info/Asien/Bhutan/index.php" +"Bolivia";"Bolivien";"Bolivia";"BO";"South America";;10969649;1098581;0;"Presidential republic";"Boliviano";"BOB";591;22.4;6.5;69.2;"https://www.laenderdaten.info/Amerika/Bolivien/index.php" +"Bosnia and Herzegovina";"Bosnien und Herzegowina";"Bosna i Hercegovina";"BA";"Europe";;3861912;51197;20;"parliamentary republic";"Konvertible Mark";"BAM";387;8.8;9.9;76.7;"https://www.laenderdaten.info/Europa/Bosnien-und-Herzegowina/index.php" +"Botswana";"Botswana";"Botswana";"BW";"Africa";;2209208;581730;0;"parliamentary republic";"Pula";"BWP";267;20.7;13.3;54.5;"https://www.laenderdaten.info/Afrika/Botswana/index.php" +"Bouvet Island";"Bouvetinsel";"Bouvetøya";"BV";"Antarctica";;0;49;30;"territory of Norway";"Krone";"NOK";;0;0;0;"https://www.laenderdaten.info/Antarktis/Bouvetinsel/index.php" +"Brazil";"Brasilien";"Brasil";"BR";"South America";;205823665;8514877;7491;"Federal presidential republic";"Real";"BRL";55;14.3;6.6;73.8;"https://www.laenderdaten.info/Amerika/Brasilien/index.php" +"British Indian Ocean Territory";"Britisches Territorium im Indischen Ozean";"British Indian Ocean Territory";"IO";"Africa";;0;54400;698;"British overseas territory";"Dollar";"USD";246;0;0;0;"https://www.laenderdaten.info/Afrika/Britisches-Territorium-im-Indischen-Ozean/index.php" +"Brunei";"Brunei";"Brunei Darussalam";"BN";"Asia";;436620;5765;161;"Absolute monarchy/sultanate";"Dollar";"BND";673;17.2;3.6;77.2;"https://www.laenderdaten.info/Asien/Brunei/index.php" +"Bulgaria";"Bulgarien";"Balgarija";"BG";"Europe";;7144653;110879;354;"parliamentary republic";"Lew";"BGN";359;8.8;14.5;74.5;"https://www.laenderdaten.info/Europa/Bulgarien/index.php" +"Burkina Faso";"Burkina Faso";"Burkina Faso";"BF";"Africa";;19512533;274200;0;"Presidential republic";"Franc";"XOF";226;41.6;11.5;55.5;"https://www.laenderdaten.info/Afrika/Burkina-Faso/index.php" +"Burundi";"Burundi";"Burundi/Uburundi";"BI";"Africa";;11099298;27830;0;"Presidential republic";"Franc";"BIF";257;41.7;9;60.5;"https://www.laenderdaten.info/Afrika/Burundi/index.php" +"Chile";"Chile";"Chile";"CL";"South America";;17650114;756102;6435;"Presidential republic";"Peso";"CLP";56;13.7;6.1;78.8;"https://www.laenderdaten.info/Amerika/Chile/index.php" +"China";"China";"Zhongquo";"CN";"Asia";;1373541278;9596960;14500;"People's republic (communist one-party system)";"Yuan";"CNY";86;12.4;7.7;75.5;"https://www.laenderdaten.info/Asien/China/index.php" +"Cook Islands";"Cookinseln";"The Cook Islands";"CK";"Oceania";;9556;236;120;"parliamentary democracy";"Dollar";"NZD";682;14.1;8.3;75.8;"https://www.laenderdaten.info/Ozeanien/Cookinseln/index.php" +"Costa Rica";"Costa Rica";"Costa Rica";"CR";"Central America";;4872543;51100;1290;"Presidential republic";"Colón";"CRC";506;15.7;4.6;78.6;"https://www.laenderdaten.info/Amerika/Costa-Rica/index.php" +"Curacao";"Curaçao";"Kòrsou";"CW";"America";;149035;444;364;"parliamentary republic";"Gulden";"ANG";"599-9";13.8;8.3;78.3;"https://www.laenderdaten.info/Amerika/Curacao/index.php" +"Denmark";"Dänemark";"Danmark";"DK";"Europe";;5593785;43094;7314;"Parliamentary constitutional monarchy";"Krone";"DKK";45;10.4;10.3;79.4;"https://www.laenderdaten.info/Europa/Daenemark/index.php" +"Democratic Republic of the Congo";"Demokratische Republik Kongo";"République Démocratique du Congo";"CD";"Africa";;81331050;2344858;37;"Semi-presidential republic";"Franc";"CDF";242;34.2;9.9;57.3;"https://www.laenderdaten.info/Afrika/Kongo-Kinshasa/index.php" +"Germany";"Deutschland";"Deutschland";"DE";"Europe";;80722792;357022;2389;"Federal parliamentary republic";"Euro";"EUR";49;8.5;11.6;80.7;"https://www.laenderdaten.info/Europa/Deutschland/index.php" +"Dominica";"Dominica";"Dominica";"DM";"North America";;73757;751;148;"parliamentary republic";"Dollar";"XCD";1809;15.2;7.9;77;"https://www.laenderdaten.info/Amerika/Dominica/index.php" +"Dominican Republic";"Dominikanische Republik";"República Dominicana";"DO";"North America";;10606865;48670;1288;"Presidential republic";"Peso";"DOP";1809;18.6;4.6;78.1;"https://www.laenderdaten.info/Amerika/Dominikanische-Republik/index.php" +"Djibouti";"Dschibuti";"Djibouti/Jibuti";"DJ";"Africa";;846687;23200;314;"Semi-presidential republic";"Franc";"DJF";253;23.6;7.6;63.2;"https://www.laenderdaten.info/Afrika/Dschibuti/index.php" +"Ecuador";"Ecuador";"Ecuador";"EC";"South America";;16080778;283561;2237;"Presidential republic";"Dollar";"USD";593;18.2;5.1;76.8;"https://www.laenderdaten.info/Amerika/Ecuador/index.php" +"El Salvador";"El Salvador";"El Salvador";"SV";"Central America";;6156670;21041;307;"Presidential republic";"Dollar";"USD";503;16.3;5.7;74.7;"https://www.laenderdaten.info/Amerika/El-Salvador/index.php" +"Ivory Coast";"Elfenbeinküste";"Côte d’Ivoire";"CI";"Africa";;23740424;322463;515;"Presidential republic";"Franc";"XOF";225;28.2;9.5;58.7;"https://www.laenderdaten.info/Afrika/Elfenbeinkueste/index.php" +"Eritrea";"Eritrea";"Ertra";"ER";"Africa";;5869869;117600;2234;"Presidential republic";"Nakfa";"ERN";291;30.1;7.3;64.9;"https://www.laenderdaten.info/Afrika/Eritrea/index.php" +"Estonia";"Estland";"Eesti";"EE";"Europe";;1258545;45228;3794;"parliamentary republic";"Euro";"EUR";372;10.3;12.5;76.7;"https://www.laenderdaten.info/Europa/Estland/index.php" +"Falkland Islands";"Falklandinseln";"Falkland Islands";"FK";"South America";;2931;12173;1288;"Parliamentary democracy (self-governing territory of the UK)";"Pfund";"FKP";500;10.9;4.9;0;"https://www.laenderdaten.info/Amerika/Falklandinseln/index.php" +"Faroe Islands";"Färöer-Inseln";"Føroyar";"FO";"Europe";;50456;1393;1117;"Parliamentary democracy (territory of the Kingdom of Denmark)";"Krone";"DKK";298;14;8.7;80.4;"https://www.laenderdaten.info/Europa/Faeroeer-Inseln/index.php" +"Fiji";"Fidschi";"Fiji Islands";"FJ";"Oceania";;915303;18274;1129;"parliamentary republic";"Dollar";"FJD";679;19;6.1;72.7;"https://www.laenderdaten.info/Ozeanien/Fidschi/index.php" +"Finland";"Finnland";"Suomi";"FI";"Europe";;5498211;338145;1250;"parliamentary republic";"Euro";"EUR";358;10.7;9.9;80.9;"https://www.laenderdaten.info/Europa/Finnland/index.php" +"France";"Frankreich";"France";"FR";"Europe";;66836154;643801;3427;"Semi-presidential republic";"Euro";"EUR";33;12.3;9.3;81.8;"https://www.laenderdaten.info/Europa/Frankreich/index.php" +"French Guiana";"Französisch-Guayana";"Guyane française";"GF";"South America";;181000;83534;0;"overseas territory of France";"Euro";"EUR";594;0;0;76.1;"https://www.laenderdaten.info/Amerika/Franzoesisch-Guayana/index.php" +"French Polynesia";"Französisch-Polynesien";"Polynésie française";"PF";"Oceania";;285321;4167;2525;"Parliamentary democracy (territory of France)";"Franc";"XPF";689;15;5.1;77.2;"https://www.laenderdaten.info/Ozeanien/Franzoesisch-Polynesien/index.php" +"French Southern and Antarctic Lands";"Französische Süd- und Antarktisgebiete";"Terres australes françaises";"TF";"Antarctica";;0;439672;2800;"overseas territory of France";"Euro";"EUR";;0;0;0;"https://www.laenderdaten.info/Antarktis/Franzoesische-Antarktis/index.php" +"Gabon";"Gabun";"Le Gabon";"GA";"Africa";;1738541;267667;885;"Presidential republic";"Franc";"XAF";241;34.3;13.1;52.1;"https://www.laenderdaten.info/Afrika/Gabun/index.php" +"Gambia";"Gambia";"The Gambia";"GM";"Africa";;2009648;11295;80;"Presidential republic";"Dalasi";"GMD";220;30.1;7.1;64.9;"https://www.laenderdaten.info/Afrika/Gambia/index.php" +"Georgia";"Georgien";"Sakartvelo";"GE";"Asia";;4928052;69700;310;"Semi-presidential republic";"Lari";"GEL";995;12.5;10.9;76.2;"https://www.laenderdaten.info/Asien/Georgien/index.php" +"Ghana";"Ghana";"Ghana";"GH";"Africa";;26908262;238533;539;"Presidential republic";"Ghana Cedi";"GHS";233;30.8;7.1;66.6;"https://www.laenderdaten.info/Afrika/Ghana/index.php" +"Gibraltar";"Gibraltar";"Gibraltar";"GI";"Europe";;29328;7;12;"Parliamentary democracy (self-governing territory of the UK)";"Pfund";"GIP";350;14.1;8.4;79.4;"https://www.laenderdaten.info/Europa/Gibraltar/index.php" +"Grenada";"Grenada";"Grenada";"GD";"North America";;111219;344;121;"parliamentary democracy";"Dollar";"XCD";1809;15.8;8.1;74.3;"https://www.laenderdaten.info/Amerika/Grenada/index.php" +"Greece";"Griechenland";"Elláda";"GR";"Europe";;10773253;131957;13676;"parliamentary republic";"Euro";"EUR";30;8.5;11.2;80.5;"https://www.laenderdaten.info/Europa/Griechenland/index.php" +"Greenland";"Grönland";"Kalaallit Nunaat/Grønland";"GL";"North America";;57728;2166086;44087;"Parliamentary democracy (territory of the Kingdom of Denmark)";"Krone";"DKK";299;14.4;8.6;72.4;"https://www.laenderdaten.info/Amerika/Groenland/index.php" +"Guadeloupe";"Guadeloupe";"Guadeloupe";"GP";"North America";;456000;1628;0;"overseas territory of France";"Euro";"EUR";590;0;0;77;"https://www.laenderdaten.info/Amerika/Guadeloupe/index.php" +"Guam";"Guam";"Guam";"GU";"Oceania";;162742;544;126;"Presidential democracy (self-governing unincorporated territory of the US)";"Dollar";"USD";671;16.7;5.2;79.1;"https://www.laenderdaten.info/Ozeanien/Guam/index.php" +"Guatemala";"Guatemala";"Guatemala";"GT";"Central America";;15189958;108889;400;"Presidential republic";"Quetzal";"GTQ";502;24.5;4.7;72.3;"https://www.laenderdaten.info/Amerika/Guatemala/index.php" +"Guernsey";"Guernsey";"Bailiwick of Guernsey";"GG";"Europe";;66297;78;50;"Parliamentary democracy (autonomous Crown dependency of the UK)";"Pfund";"GGP";44;9.8;8.9;82.5;"https://www.laenderdaten.info/Europa/Guernsey/index.php" +"Guinea";"Guinea";"Guinée";"GN";"Africa";;12093349;245857;320;"Presidential republic";"Franc";"GNF";224;35.4;9.2;60.6;"https://www.laenderdaten.info/Afrika/Guinea/index.php" +"Guinea-Bissau";"Guinea-Bissau";"Guiné-Bissau";"GW";"Africa";;1759159;36125;350;"Semi-presidential republic";"Franc";"XOF";245;32.9;14.1;50.6;"https://www.laenderdaten.info/Afrika/Guinea-Bissau/index.php" +"Guyana";"Guyana";"Guyana";"GY";"South America";;735909;214969;459;"parliamentary republic";"Dollar";"GYD";592;15.5;7.4;68.4;"https://www.laenderdaten.info/Amerika/Guyana/index.php" +"Haiti";"Haiti";"Haïti/Dayti";"HT";"North America";;10485800;27750;1771;"Semi-presidential republic";"Gourde";"HTG";509;23.3;7.7;63.8;"https://www.laenderdaten.info/Amerika/Haiti/index.php" +"Heard Island and McDonald Islands";"Heard und McDonaldinseln";"Heard and McDonald Islands";"HM";"Antarctica";;0;412;102;"territory of Australia";"Dollar";"AUD";;0;0;0;"https://www.laenderdaten.info/Antarktis/Heard-und-McDonaldinseln/index.php" +"Honduras";"Honduras";"Honduras";"HN";"Central America";;8893259;112090;669;"Presidential republic";"Lempira";"HNL";504;22.8;5.2;71.1;"https://www.laenderdaten.info/Amerika/Honduras/index.php" +"Hong Kong";"Hongkong";"Xianggang/Hong Kong";"HK";"Asia";;7167403;1108;733;"Presidential limited democracy (special administrative region of China)";"Dollar";"HKD";852;9.1;7.2;82.9;"https://www.laenderdaten.info/Asien/Hongkong/index.php" +"India";"Indien";"Bharat/India";"IN";"Asia";;1266883598;3287263;7000;"Federal parliamentary republic";"Rupie";"INR";91;19.3;7.3;68.5;"https://www.laenderdaten.info/Asien/Indien/index.php" +"Indonesia";"Indonesien";"Indonesia";"ID";"Asia";;258316051;1904569;54716;"Presidential republic";"Rupiah";"IDR";62;16.4;6.4;72.7;"https://www.laenderdaten.info/Asien/Indonesien/index.php" +"Isle of Man";"Insel Man";"Isle of Man";"IM";"Europe";;88195;572;160;"Parliamentary democracy (autonomous Crown dependency of the UK)";"Pfund";"IMP";"44-1624";11;10.1;81.2;"https://www.laenderdaten.info/Europa/Insel-Man/index.php" +"Iraq";"Irak";"Al-´Iraq";"IQ";"Asia";;38146025;438317;58;"Federal parliamentary republic";"Dinar";"IQD";964;30.9;3.8;74.9;"https://www.laenderdaten.info/Asien/Irak/index.php" +"Iran";"Iran";"Iran";"IR";"Asia";;82801633;1648195;2440;"islamic republic";"Rial";"IRR";98;17.8;5.9;71.4;"https://www.laenderdaten.info/Asien/Iran/index.php" +"Ireland";"Irland";"Ireland/Éire";"IE";"Europe";;4952473;70273;1448;"parliamentary republic";"Euro";"EUR";353;14.5;6.5;80.8;"https://www.laenderdaten.info/Europa/Irland/index.php" +"Iceland";"Island";"Ísland";"IS";"Europe";;335878;103000;4970;"parliamentary republic";"Krone";"ISK";354;13.8;6.3;83;"https://www.laenderdaten.info/Europa/Island/index.php" +"Israel";"Israel";"Yisra’el/Isra’il";"IL";"Asia";;8174527;20770;273;"parliamentary democracy";"Schekel";"ILS";972;18.3;5.2;82.4;"https://www.laenderdaten.info/Asien/Israel/index.php" +"Italy";"Italien";"Italia";"IT";"Europe";;62007540;301340;7600;"parliamentary republic";"Euro";"EUR";39;8.7;10.3;82.2;"https://www.laenderdaten.info/Europa/Italien/index.php" +"Jamaica";"Jamaika";"Jamaica";"JM";"North America";;2970340;10991;1022;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"JMD";1876;18;6.7;73.6;"https://www.laenderdaten.info/Amerika/Jamaika/index.php" +"Japan";"Japan";"Nihon/Nippon";"JP";"Asia";;126702133;377915;29751;"Parliamentary constitutional monarchy";"Yen";"JPY";81;7.8;9.6;85;"https://www.laenderdaten.info/Asien/Japan/index.php" +"Yemen";"Jemen";"Al-Yaman";"YE";"Asia";;27392779;527968;1906;"republic";"Rial";"YER";967;29.2;6.1;65.5;"https://www.laenderdaten.info/Asien/Jemen/index.php" +"Jersey";"Jersey";"Bailiwick of Jersey";"JE";"Europe";;98069;116;70;"Parliamentary democracy (autonomous Crown dependency of the UK)";"Pfund-Sterling";"JEP";44;12.1;7.7;81.9;"https://www.laenderdaten.info/Europa/Jersey/index.php" +"Jordan";"Jordanien";"Al-Urdunn";"JO";"Asia";;8185384;89342;26;"Parliamentary constitutional monarchy";"Dinar";"JOD";962;25.5;3.8;74.6;"https://www.laenderdaten.info/Asien/Jordanien/index.php" +"British Virgin Islands";"Jungferninseln (UK)";"British Virgin Islands";"VG";"North America";;34232;151;80;"Parliamentary democracy (self-governing territory of the UK)";"Dollar";"USD";"1-284";11;5.1;78.6;"https://www.laenderdaten.info/Amerika/Jungferninseln-UK/index.php" +"Virgin Islands";"Jungferninseln (US)";"Virgin Islands of the United States";"VI";"North America";;102951;1910;188;"Presidential democracy (self-governing territory of the US)";"Dollar";"USD";1809;10.2;8.9;80;"https://www.laenderdaten.info/Amerika/Jungferninseln-US/index.php" +"Cayman Islands";"Kaimaninseln";"Cayman Islands";"KY";"North America";;57268;264;160;"Parliamentary democracy (self-governing territory of the UK)";"Cayman-Dollar";"KYD";1809;12.1;5.7;81.2;"https://www.laenderdaten.info/Amerika/Kaimaninseln/index.php" +"Cambodia";"Kambodscha";"Kâmpuchéa";"KH";"Asia";;15957223;181035;443;"Parliamentary constitutional monarchy";"Riel";"KHR";855;23.4;7.6;64.5;"https://www.laenderdaten.info/Asien/Kambodscha/index.php" +"Cameroon";"Kamerun";"Cameroun/Cameroon";"CM";"Africa";;24360803;475440;402;"Presidential republic";"Franc";"XAF";237;35.8;9.8;58.5;"https://www.laenderdaten.info/Afrika/Kamerun/index.php" +"Canada";"Kanada";"Canada";"CA";"North America";;35362905;9984670;202080;"Federal parliamentary republic (under constitutional monarchy)";"Dollar";"CAD";1;10.3;8.5;81.9;"https://www.laenderdaten.info/Amerika/Kanada/index.php" +"Cape Verde";"Kap Verde";"Cabo Verde";"CV";"Africa";;553432;4033;965;"parliamentary republic";"Escudo";"CVE";238;20.2;6.1;72.1;"https://www.laenderdaten.info/Afrika/Kap-Verde/index.php" +"Kazakhstan";"Kasachstan";"Qazaqstan";"KZ";"Asia";;18360353;2724900;0;"Presidential republic";"Tenge";"KZT";7;18.7;8.2;70.8;"https://www.laenderdaten.info/Asien/Kasachstan/index.php" +"Qatar";"Katar";"Qatar";"QA";"Asia";;2258283;11586;563;"absolute monarchy";"Dollar";"QAR";974;9.7;1.5;78.7;"https://www.laenderdaten.info/Asien/Katar/index.php" +"Kenya";"Kenia";"Kenya";"KE";"Africa";;46790758;580367;536;"Presidential republic";"Schilling";"KES";254;25.1;6.8;64;"https://www.laenderdaten.info/Afrika/Kenia/index.php" +"Kyrgyzstan";"Kirgisistan";"Kyrgyzstan";"KG";"Asia";;5727553;199951;0;"parliamentary republic";"Som";"KGS";996;22.6;6.6;70.7;"https://www.laenderdaten.info/Asien/Kirgisistan/index.php" +"Kiribati";"Kiribati";"Kiribati";"KI";"Oceania";;106925;811;1143;"Presidential republic";"Dollar";"AUD";686;21.3;7.1;66.2;"https://www.laenderdaten.info/Ozeanien/Kiribati/index.php" +"Cocos Islands";"Kokosinseln";"Cocos (Keeling) Islands";"CC";"Australia";;596;14;26;"(non-self-governing territory of Australia)";"Dollar";"AUD";891;0;0;0;"https://www.laenderdaten.info/Australien/Kokosinseln/index.php" +"Colombia";"Kolumbien";"Colombia";"CO";"South America";;47220856;1138910;3208;"Presidential republic";"Peso";"COP";57;16.3;5.4;75.7;"https://www.laenderdaten.info/Amerika/Kolumbien/index.php" +"Comoros";"Komoren";"Komori/Comores";"KM";"Africa";;794678;2235;340;"Federal presidential republic";"Franc";"KMF";269;26.9;7.4;64.2;"https://www.laenderdaten.info/Afrika/Komoren/index.php" +"Republic of the Congo";"Kongo";"Congo";"CG";"Africa";;4852412;342000;169;"Presidential republic";"Franc";"CDF";242;35.1;9.7;59.3;"https://www.laenderdaten.info/Afrika/Kongo-Brazzaville/index.php" +"Kosovo";"Kosovo";"Kosova";"XK";"Europe";;1883018;10887;0;"parliamentary republic";"Euro";"EUR";383;0;0;69;"https://www.laenderdaten.info/Europa/Kosovo/index.php" +"Croatia";"Kroatien";"Hrvatska";"HR";"Europe";;4313707;56594;5835;"parliamentary republic";"Kuna";"HRK";385;9;12.1;75.9;"https://www.laenderdaten.info/Europa/Kroatien/index.php" +"Cuba";"Kuba";"Cuba";"CU";"North America";;11179995;110860;3735;"Republic (communist one-party system)";"Peso";"CUP";53;10.8;8.6;78.7;"https://www.laenderdaten.info/Amerika/Kuba/index.php" +"Kuwait";"Kuwait";"Al-Kuwayt";"KW";"Asia";;2832776;17818;499;"constitutional monarchy";"Dinar";"KWD";965;19.6;2.2;78;"https://www.laenderdaten.info/Asien/Kuwait/index.php" +"Laos";"Laos";"Lao";"LA";"Asia";;7019073;236800;0;"Republic (communist one-party system)";"Kip";"LAK";856;23.9;7.5;64.3;"https://www.laenderdaten.info/Asien/Laos/index.php" +"Lesotho";"Lesotho";"Lesotho";"LS";"Africa";;1953070;30355;0;"Parliamentary constitutional monarchy";"Loti";"LSL";266;25.1;14.9;53;"https://www.laenderdaten.info/Afrika/Lesotho/index.php" +"Latvia";"Lettland";"Latvija";"LV";"Europe";;1965686;64589;498;"parliamentary republic";"Euro";"EUR";371;9.9;14.4;74.5;"https://www.laenderdaten.info/Europa/Lettland/index.php" +"Lebanon";"Libanon";"Lubnan";"LB";"Asia";;6237738;10400;225;"parliamentary republic";"Pfund";"LBP";961;14.4;4.9;77.6;"https://www.laenderdaten.info/Asien/Libanon/index.php" +"Liberia";"Liberia";"Liberia";"LR";"Africa";;4299944;111369;579;"Presidential republic";"Dollar";"LRD";231;33.9;9.5;59;"https://www.laenderdaten.info/Afrika/Liberia/index.php" +"Libya";"Libyen";"Libiya";"LY";"Africa";;6541948;1759540;1770;"Republic (transitional government after dictatorship)";"Dinar";"LYD";218;17.8;3.6;76.5;"https://www.laenderdaten.info/Afrika/Libyen/index.php" +"Liechtenstein";"Liechtenstein";"Liechtenstein";"LI";"Europe";;37937;160;0;"constitutional monarchy";"Franken";"CHF";423;10.4;7.3;81.9;"https://www.laenderdaten.info/Europa/Liechtenstein/index.php" +"Lithuania";"Litauen";"Lietuva";"LT";"Europe";;2854235;65300;90;"Semi-presidential republic";"Litas";"LTL";370;10;14.5;74.9;"https://www.laenderdaten.info/Europa/Litauen/index.php" +"Luxembourg";"Luxemburg";"Luxembourg/Lëtzebuerg";"LU";"Europe";;582291;2586;0;"constitutional monarchy";"Euro";"EUR";352;11.4;7.3;82.3;"https://www.laenderdaten.info/Europa/Luxemburg/index.php" +"Macau";"Macau";"Macau/Aomen";"MO";"Asia";;597425;28;41;"Presidential limited democracy (special administrative region of China)";"Pataca";"MOP";853;8.8;4.4;84.5;"https://www.laenderdaten.info/Asien/Macau/index.php" +"Madagascar";"Madagaskar";"Madagasikara/Madagascar";"MG";"Africa";;24430325;587041;4828;"Semi-presidential republic";"Ariary";"MGA";261;32.1;6.7;65.9;"https://www.laenderdaten.info/Afrika/Madagaskar/index.php" +"Malawi";"Malawi";"Malawi";"MW";"Africa";;18570321;118484;0;"Presidential republic";"Kwacha";"MWK";265;41.3;8.1;61.2;"https://www.laenderdaten.info/Afrika/Malawi/index.php" +"Malaysia";"Malaysia";"Malaysia";"MY";"Asia";;30949962;329847;4675;"Federal constitutional monarchy";"Ringgit";"MYR";60;19.4;5.1;75;"https://www.laenderdaten.info/Asien/Malaysia/index.php" +"Maldives";"Malediven";"Dhivehi Raajje/Maldives";"MV";"Asia";;392960;298;644;"Presidential republic";"Rufiyaa";"MVR";960;16;3.9;75.6;"https://www.laenderdaten.info/Asien/Malediven/index.php" +"Mali";"Mali";"Mali";"ML";"Africa";;17467108;1240192;0;"Semi-presidential republic";"Franc";"XOF";223;44.4;12.6;55.8;"https://www.laenderdaten.info/Afrika/Mali/index.php" +"Malta";"Malta";"Malta";"MT";"Europe";;415196;316;197;"parliamentary republic";"Euro";"EUR";356;10.1;9.2;80.4;"https://www.laenderdaten.info/Europa/Malta/index.php" +"Morocco";"Marokko";"Al-Maghrib";"MA";"Africa";;33655786;446550;1835;"Parliamentary constitutional monarchy";"Dirham";"MAD";212;18;4.8;76.9;"https://www.laenderdaten.info/Afrika/Marokko/index.php" +"Marshall Islands";"Marshallinseln";"Marshall Islands/Majol";"MH";"Oceania";;73376;181;370;"Presidential republic";"Dollar";"USD";692;25;4.2;73.1;"https://www.laenderdaten.info/Ozeanien/Marshallinseln/index.php" +"Martinique";"Martinique";"Martinique";"MQ";"North America";;395000;1128;0;"overseas territory of France";"Euro";"EUR";596;0;0;78.3;"https://www.laenderdaten.info/Amerika/Martinique/index.php" +"Mauritania";"Mauretanien";"Muritaniya/Mauritanie";"MR";"Africa";;3677293;1030700;754;"Presidential republic";"Ouguiya";"MRO";222;30.9;8.1;63;"https://www.laenderdaten.info/Afrika/Mauretanien/index.php" +"Mauritius";"Mauritius";"Mauritius";"MU";"Africa";;1348242;2040;177;"parliamentary republic";"Rupie";"MUR";230;13.1;7;75.6;"https://www.laenderdaten.info/Afrika/Mauritius/index.php" +"Mayotte";"Mayotte";"Mayotte";"YT";"Africa";;223765;374;0;"overseas territory of France";"Euro";"EUR";269;39.3;0;62.9;"https://www.laenderdaten.info/Afrika/Mayotte/index.php" +"Macedonia";"Mazedonien";"Makedonija";"MK";"Europe";;2100025;25713;0;"parliamentary republic";"Denar";"MKD";389;11.5;9.1;76.2;"https://www.laenderdaten.info/Europa/Mazedonien/index.php" +"Mexico";"Mexiko";"México";"MX";"North America";;123166749;1964375;9330;"Federal presidential republic";"Peso";"MXN";52;18.5;5.3;75.9;"https://www.laenderdaten.info/Amerika/Mexiko/index.php" +"Micronesia, Federated States of";"Mikronesien";"Micronesia";"FM";"Oceania";;104719;702;6112;"Federal republic";"Dollar";"USD";691;20.3;4.2;72.9;"https://www.laenderdaten.info/Ozeanien/Mikronesien/index.php" +"Moldova";"Moldawien";"Moldova";"MD";"Europe";;3510485;33851;0;"parliamentary republic";"Leu";"MDL";373;11.8;12.6;70.7;"https://www.laenderdaten.info/Europa/Moldau/index.php" +"Monaco";"Monaco";"Monaco";"MC";"Europe";;30581;2;4;"constitutional monarchy";"Euro";"EUR";3393;6.6;9.6;89.5;"https://www.laenderdaten.info/Europa/Monaco/index.php" +"Mongolia";"Mongolei";"Mongol Uls";"MN";"Asia";;3031330;1564116;0;"Semi-presidential republic";"Tögrög";"MNT";976;19.6;6.3;69.6;"https://www.laenderdaten.info/Asien/Mongolei/index.php" +"Montenegro";"Montenegro";;"ME";"Europe";;644578;13812;294;"parliamentary republic";"Euro";"EUR";382;10.2;9.6;0;"https://www.laenderdaten.info/Europa/Montenegro/index.php" +"Montserrat";"Montserrat";"Montserrat";"MS";"North America";;5267;102;40;"Parliamentary democracy (self-governing territory of the UK)";"Dollar";"XCD";1809;11;6.3;74.4;"https://www.laenderdaten.info/Amerika/Montserrat/index.php" +"Mozambique";"Mosambik";"Moçambique";"MZ";"Africa";;25930150;799380;2470;"Presidential republic";"Metical";"MZN";258;38.3;11.9;53.3;"https://www.laenderdaten.info/Afrika/Mosambik/index.php" +"Burma";"Myanmar";"Myanma Pye";"MM";"Asia";;56890418;676578;1930;"parliamentary republic";"Kyat";"MMK";95;18.2;7.9;66.6;"https://www.laenderdaten.info/Asien/Myanmar/index.php" +"Namibia";"Namibia";"Namibia";"NA";"Africa";;2436469;824292;1572;"Presidential republic";"Dollar";"NAD";264;27.9;8.1;63.6;"https://www.laenderdaten.info/Afrika/Namibia/index.php" +"Nauru";"Nauru";"Naoero/Nauru";"NR";"Oceania";;9591;21;30;"parliamentary republic";"Dollar";"AUD";674;24.4;5.9;67.1;"https://www.laenderdaten.info/Ozeanien/Nauru/index.php" +"Nepal";"Nepal";"Nepal";"NP";"Asia";;29033914;147181;0;"Federal parliamentary republic";"Rupie";"NPR";977;19.9;5.7;70.7;"https://www.laenderdaten.info/Asien/Nepal/index.php" +"New Caledonia";"Neukaledonien";"Nouvelle-Calédonie";"NC";"Oceania";;275355;18575;2254;"Parliamentary democracy (territory of France)";"Franc";"XPF";687;15.2;5.6;77.7;"https://www.laenderdaten.info/Ozeanien/Neukaledonien/index.php" +"New Zealand";"Neuseeland";"New Zealand/Aotearoa";"NZ";"Australia";;4474549;267710;15134;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"NZD";64;13.3;7.4;81.2;"https://www.laenderdaten.info/Australien/Neuseeland/index.php" +"Nicaragua";"Nicaragua";"Nicaragua";"NI";"Central America";;5966798;130370;910;"Presidential republic";"Córdoba Oro";"NIO";505;17.9;5.1;73.2;"https://www.laenderdaten.info/Amerika/Nicaragua/index.php" +"Netherlands";"Niederlande";"Nederland";"NL";"Europe";;17016967;41543;451;"Parliamentary constitutional monarchy";"Euro";"EUR";31;10.9;8.8;81.3;"https://www.laenderdaten.info/Europa/Niederlande/index.php" +"Netherlands Antilles";"Niederländische Antillen";"Nederlandse Antillen";"AN";"North America";;227049;800;0;"territory of the Netherlands";"Gulden";"ANG";599;14.2;0;76.7;"https://www.laenderdaten.info/Amerika/Niederlaendische-Antillen/index.php" +"Niger";"Niger";"Niger";"NE";"Africa";;18638600;1267000;0;"Semi-presidential republic";"Franc";"XOF";227;44.8;12.1;55.5;"https://www.laenderdaten.info/Afrika/Niger/index.php" +"Nigeria";"Nigeria";"Nigeria";"NG";"Africa";;186053386;923768;853;"Federal presidential republic";"Naira";"NGN";234;37.3;12.7;53.4;"https://www.laenderdaten.info/Afrika/Nigeria/index.php" +"Niue";"Niue";"Niue";"NU";"Oceania";;1190;260;64;"parliamentary democracy";"Dollar";"NZD";683;0;0;0;"https://www.laenderdaten.info/Ozeanien/Niue/index.php" +"North Korea";"Nordkorea";"Choson Minjujuui In´min Konghwaguk (Bukhan)";"KP";"Asia";;25115311;120538;2495;"People's republic (communist one-party system)";"Won";"KPW";850;14.6;9.3;70.4;"https://www.laenderdaten.info/Asien/Nordkorea/index.php" +"Northern Mariana Islands";"Nördliche Marianen";"Northern Mariana Islands";"MP";"Oceania";;53467;464;1482;"Presidential democracy";"Dollar";"USD";"1-670";17.2;3.8;78;"https://www.laenderdaten.info/Ozeanien/Noerdliche-Marianen/index.php" +"Norfolk Island";"Norfolkinsel";"Norfolk Island";"NF";"Australia";;2210;36;32;"Parliamentary democracy (territory of Australia)";"Dollar";"AUD";6723;0;0;0;"https://www.laenderdaten.info/Australien/Norfolkinsel/index.php" +"Norway";"Norwegen";"Norge";"NO";"Europe";;5265158;323802;25148;"Parliamentary constitutional monarchy";"Krone";"NOK";47;12.2;8.1;81.8;"https://www.laenderdaten.info/Europa/Norwegen/index.php" +"Oman";"Oman";"´Uman";"OM";"Asia";;3355262;309500;2092;"absolute monarchy";"Rial";"OMR";968;24.3;3.3;75.5;"https://www.laenderdaten.info/Asien/Oman/index.php" +"Austria";"Österreich";"Österreich";"AT";"Europe";;8711770;83871;0;"Federal parliamentary republic";"Euro";"EUR";43;9.5;9.5;81.5;"https://www.laenderdaten.info/Europa/Oesterreich/index.php" +"Timor-Leste";"Osttimor";"Timor Timur";"TL";"Asia";;1261072;14874;706;"Semi-presidential republic";"Dollar";"USD";670;33.8;6;68.1;"https://www.laenderdaten.info/Asien/Osttimor/index.php" +"Pakistan";"Pakistan";"Pakistan";"PK";"Asia";;201995540;796095;1046;"Federal parliamentary republic";"Rupie";"PKR";92;22.3;6.4;67.7;"https://www.laenderdaten.info/Asien/Pakistan/index.php" +"Palestine";"Palästina";"Filastin";"PS";"Asia";;2731052;5860;0;"autonomous region";"Schekel";"ILS";970;23.4;3.5;75.7;"https://www.laenderdaten.info/Asien/Palaestina/index.php" +"Palau";"Palau";"Belau/Palau";"PW";"Oceania";;21347;459;1519;"Presidential republic";"Dollar";"USD";680;11.2;8;73.1;"https://www.laenderdaten.info/Ozeanien/Palau/index.php" +"Panama";"Panama";"Panamá";"PA";"Central America";;3705246;75420;2490;"Presidential republic";"Balboa";"PAB";507;18.1;4.9;78.6;"https://www.laenderdaten.info/Amerika/Panama/index.php" +"Papua New Guinea";"Papua-Neuguinea";"Papua New Guinea/Papua Niugini";"PG";"Oceania";;6791317;462840;5152;"Parliamentary democracy (under constitutional monarchy)";"Kina";"PGK";675;24;6.5;67.2;"https://www.laenderdaten.info/Ozeanien/Papua-Neuguinea/index.php" +"Paraguay";"Paraguay";"Paraguay";"PY";"South America";;6862812;406752;0;"Presidential republic";"Guaraní";"PYG";595;16.5;4.7;77.2;"https://www.laenderdaten.info/Amerika/Paraguay/index.php" +"Peru";"Peru";"Perú/Piruw";"PE";"South America";;30741062;1285216;2414;"Presidential republic";"Nuevo Sol";"PEN";51;18;6;73.7;"https://www.laenderdaten.info/Amerika/Peru/index.php" +"Philippines";"Philippinen";"Pilipinas";"PH";"Asia";;102624209;300000;36289;"Presidential republic";"Peso";"PHP";63;24;6.1;69.2;"https://www.laenderdaten.info/Asien/Philippinen/index.php" +"Pitcairn Islands";"Pitcairninseln";"Pitcairn";"PN";"Oceania";;54;47;51;"Parliamentary democracy (territory of the US)";"Pfund";"GBP";649;0;0;0;"https://www.laenderdaten.info/Ozeanien/Pitcairninseln/index.php" +"Poland";"Polen";"Polska";"PL";"Europe";;38523261;312685;440;"parliamentary republic";"Zloty";"PLN";48;9.6;10.3;77.6;"https://www.laenderdaten.info/Europa/Polen/index.php" +"Portugal";"Portugal";"Portugal";"PT";"Europe";;10833816;92090;1793;"Semi-presidential republic";"Euro";"EUR";351;9.1;11.1;79.3;"https://www.laenderdaten.info/Europa/Portugal/index.php" +"Puerto Rico";"Puerto Rico";"Puerto Rico";"PR";"North America";;3578056;13790;501;"Presidential democracy";"Dollar";"USD";1809;10.8;8.8;79.4;"https://www.laenderdaten.info/Amerika/Puerto-Rico/index.php" +"Reunion";"Réunion";"Réunion";"RE";"Africa";;699000;2512;0;"overseas territory of France";"Euro";"EUR";262;0;0;72.7;"https://www.laenderdaten.info/Afrika/Reunion/index.php" +"Rwanda";"Ruanda";"Rwanda/Urwanda";"RW";"Africa";;12988423;26338;0;"Presidential republic";"Franc";"RWF";250;33.3;8.8;60.1;"https://www.laenderdaten.info/Afrika/Ruanda/index.php" +"Romania";"Rumänien";"România";"RO";"Europe";;21599736;238391;225;"Semi-presidential republic";"Leu";"RON";40;9;11.9;75.1;"https://www.laenderdaten.info/Europa/Rumaenien/index.php" +"Russia";"Russland";"Rossija";"RU";"Europe";;142355415;17098242;37653;"Federal republic";"Rubel";"RUB";7;11.3;13.6;70.8;"https://www.laenderdaten.info/Europa/Russland/index.php" +"Solomon Islands";"Salomonen";"Solomon Islands";"SB";"Oceania";;635027;28896;5313;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"SBD";677;25.3;3.8;75.3;"https://www.laenderdaten.info/Ozeanien/Salomonen/index.php" +"Zambia";"Sambia";"Zambia";"ZM";"Africa";;15510711;752618;0;"Presidential republic";"Kwacha";"ZMK";260;41.8;12.4;52.5;"https://www.laenderdaten.info/Afrika/Sambia/index.php" +"Samoa";"Samoa";"Samoa";"WS";"Oceania";;198926;2831;403;"parliamentary republic";"Tala";"WST";685;20.6;5.3;73.7;"https://www.laenderdaten.info/Ozeanien/Samoa/index.php" +"San Marino";"San Marino";"San Marino";"SM";"Europe";;33285;61;0;"parliamentary republic";"Euro";"EUR";378;8.6;8.6;83.3;"https://www.laenderdaten.info/Europa/San-Marino/index.php" +"Saint Barthelemy";"Sankt Bartholomäus";"Saint-Barthélemy";"BL";"America";;7209;21;0;"territory of France";"Euro";"EUR";590;0;0;0;"https://www.laenderdaten.info/Amerika/Sankt-Bartholomaeus/index.php" +"Sao Tome and Principe";"São Tomé und Príncipe";"São Tomé e Príncipe";"ST";"Africa";;197541;964;209;"Semi-presidential republic";"Dobra";"STD";239;33.3;7;64.9;"https://www.laenderdaten.info/Afrika/Sao-Tome-und-Principe/index.php" +"Saudi Arabia";"Saudi-Arabien";"Al-´Arabiya as-Sa´udiya";"SA";"Asia";;28160273;2149690;2640;"absolute monarchy";"Riyal";"SAR";966;18.4;3.3;75.3;"https://www.laenderdaten.info/Asien/Saudi-Arabien/index.php" +"Sweden";"Schweden";"Sverige";"SE";"Europe";;9880604;450295;3218;"Parliamentary constitutional monarchy";"Krone";"SEK";46;12;9.4;82.1;"https://www.laenderdaten.info/Europa/Schweden/index.php" +"Switzerland";"Schweiz";"Schweiz/Suisse/Svizzera/Svizra";"CH";"Europe";;8179294;41277;0;"Federal republic";"Franken";"CHF";41;10.5;8.2;82.6;"https://www.laenderdaten.info/Europa/Schweiz/index.php" +"Senegal";"Senegal";"Sénégal/Sounougal";"SN";"Africa";;14320055;196722;531;"Presidential republic";"Franc";"XOF";221;34;8.3;61.7;"https://www.laenderdaten.info/Afrika/Senegal/index.php" +"Serbia";"Serbien";;"RS";"Europe";;7143921;77474;0;"parliamentary republic";"Dinar";"RSD";381;9;13.6;75.5;"https://www.laenderdaten.info/Europa/Serbien/index.php" +"Seychelles";"Seychellen";"Sesel/Seychelles";"SC";"Africa";;93186;455;491;"Presidential republic";"Rupie";"SCR";248;13.9;6.9;74.7;"https://www.laenderdaten.info/Afrika/Seychellen/index.php" +"Sierra Leone";"Sierra Leone";"Sierra Leone";"SL";"Africa";;6018888;71740;402;"Presidential republic";"Leone";"SLL";232;36.7;10.6;58.2;"https://www.laenderdaten.info/Afrika/Sierra-Leone/index.php" +"Zimbabwe";"Simbabwe";"Zimbabwe";"ZW";"Africa";;14546961;390757;0;"Semi-presidential republic";"Dollar";"ZWL";263;31.9;9.9;58;"https://www.laenderdaten.info/Afrika/Simbabwe/index.php" +"Singapore";"Singapur";"Singapore/Singapura/Xinjiapo/Singapur";"SG";"Asia";;5781728;697;193;"parliamentary republic";"Dollar";"SGD";65;8.4;3.5;85;"https://www.laenderdaten.info/Asien/Singapur/index.php" +"Saint Martin";"Sint Maarten";"Sint Maarten";"SX";"America";;31949;54;59;"Republic (autonomous territory of the Kingdom of the Netherlands)";"Gulden";"ANG";"1-721";13.1;5;78.1;"https://www.laenderdaten.info/Amerika/Sint-Maarten/index.php" +"Slovakia";"Slowakei";"Slovensko";"SK";"Europe";;5445802;49035;0;"parliamentary republic";"Euro";"EUR";42;9.8;9.8;77.1;"https://www.laenderdaten.info/Europa/Slowakei/index.php" +"Slovenia";"Slowenien";"Slovenija";"SI";"Europe";;1978029;20273;47;"parliamentary republic";"Euro";"EUR";386;8.3;11.5;78.2;"https://www.laenderdaten.info/Europa/Slowenien/index.php" +"Somalia";"Somalia";"Soomaaliya";"SO";"Africa";;10817354;637657;3025;"Federal parliamentary republic";"Schilling";"SOS";252;40;13.3;52.4;"https://www.laenderdaten.info/Afrika/Somalia/index.php" +"Spain";"Spanien";"España";"ES";"Europe";;48563476;505370;4964;"Parliamentary constitutional monarchy";"Euro";"EUR";34;9.4;9.1;81.7;"https://www.laenderdaten.info/Europa/Spanien/index.php" +"Sri Lanka";"Sri Lanka";"Sri Lanka/Ilankai";"LK";"Asia";;22235000;65610;1340;"Presidential republic";"Rupie";"LKR";94;15.5;6.2;76.8;"https://www.laenderdaten.info/Asien/Sri-Lanka/index.php" +"Saint Helena, Ascension and Tristan da Cunha";"St. Helena";"Saint Helena";"SH";"Africa";;7795;308;60;"Parliamentary democracy (limited self-governing territory of the UK)";"Pfund";"SHP";290;9.7;7.7;79.5;"https://www.laenderdaten.info/Afrika/St-Helena/index.php" +"Saint Kitts and Nevis";"St. Kitts und Nevis";"Saint Kitts and Nevis";"KN";"North America";;52329;261;135;"Federal parliamentary republic (under constitutional monarchy)";"Dollar";"XCD";1809;13.3;7.1;75.7;"https://www.laenderdaten.info/Amerika/St-Kitts-Nevis/index.php" +"Saint Lucia";"St. Lucia";"Saint Lucia";"LC";"North America";;164464;616;158;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"XCD";1809;13.5;7.6;77.8;"https://www.laenderdaten.info/Amerika/St-Lucia/index.php" +"Saint Pierre and Miquelon";"St. Pierre und Miquelon";"Saint-Pierre-et-Miquelon";"PM";"North America";;5595;242;120;"Parliamentary democracy (territory of France)";"Euro";"EUR";508;7.2;9.8;80.5;"https://www.laenderdaten.info/Amerika/St-Pierre-Miquelon/index.php" +"Saint Vincent and the Grenadines";"St. Vincent und die Grenadinen";"Saint Vincent and the Grenadines";"VC";"North America";;102350;389;84;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"XCD";1809;13.4;7.3;75.3;"https://www.laenderdaten.info/Amerika/St-Vincent-Grenadinen/index.php" +"South Africa";"Südafrika";"South Africa";"ZA";"Africa";;54300704;1219090;2798;"parliamentary republic";"Rand";"ZAR";27;20.5;9.6;63.1;"https://www.laenderdaten.info/Afrika/Suedafrika/index.php" +"Sudan";"Sudan";"As-Sudan";"SD";"Africa";;36729501;1861484;853;"Presidential republic";"Pfund";"SDG";249;28.5;7.5;64.1;"https://www.laenderdaten.info/Afrika/Sudan/index.php" +"South Georgia and South Sandwich Islands";"Südgeorgien und die Südlichen Sandwichinseln";"South Georgia and the South Sandwich Islands";"GS";"Antarctica";;30;3903;0;"British overseas territory";"Pfund";"GBP";500;0;0;0;"https://www.laenderdaten.info/Antarktis/Suedgeorgien-Sandwichinseln/index.php" +"South Korea";"Südkorea";"Taehan Min’guk (Namhan)";"KR";"Asia";;50924172;99720;2413;"Presidential republic";"Won";"KRW";82;8.4;5.8;82.4;"https://www.laenderdaten.info/Asien/Suedkorea/index.php" +"South Sudan";"Südsudan";"Republic of South Sudan";"SS";"Africa";;12530717;644329;0;"Presidential republic";"Pfund";"SSP";211;36.2;8;0;"https://www.laenderdaten.info/Afrika/Suedsudan/index.php" +"Suriname";"Suriname";"Suriname";"SR";"South America";;585824;163820;386;"Presidential republic";"Dollar";"SRD";597;16;6.1;72.2;"https://www.laenderdaten.info/Amerika/Suriname/index.php" +"Svalbard";"Svalbard und Jan Mayen";"Svalbard og Jan Mayen";"SJ";"Europe";;1872;377;124;"territory of Norway";"Krone";"NOK";47;0;0;0;"https://www.laenderdaten.info/Europa/Svalbard-und-Jan-Mayen/index.php" +"Swaziland";"Swasiland";"kaNgwane";"SZ";"Africa";;1451428;17364;0;"absolute monarchy";"Lilangeni";"SZL";268;24.3;13.4;51.6;"https://www.laenderdaten.info/Afrika/Swasiland/index.php" +"Syria";"Syrien";"Suriya";"SY";"Asia";;17185170;185180;193;"Presidential republic";"Pfund";"SYP";963;21.7;4;74.9;"https://www.laenderdaten.info/Asien/Syrien/index.php" +"Tajikistan";"Tadschikistan";"Toçikiston";"TJ";"Asia";;8330946;143100;0;"Presidential republic";"Somoni";"TJS";992;23.8;6.1;67.7;"https://www.laenderdaten.info/Asien/Tadschikistan/index.php" +"Taiwan";"Taiwan";"T’ai-wan";"TW";"Asia";;23464787;35980;1566;"Semi-presidential republic";"Dollar";"TWD";886;8.4;7.3;80.1;"https://www.laenderdaten.info/Asien/Taiwan/index.php" +"Tanzania";"Tansania";"Tanzania";"TZ";"Africa";;52482726;947300;1424;"Presidential republic";"Schilling";"TZS";255;36;7.8;62.2;"https://www.laenderdaten.info/Afrika/Tansania/index.php" +"Thailand";"Thailand";"Prathet Thai";"TH";"Asia";;68200824;513120;3219;"Constitutional monarchy (interim military-government since May 2014)";"Baht";"THB";66;11.1;7.9;74.7;"https://www.laenderdaten.info/Asien/Thailand/index.php" +"Togo";"Togo";"Togo";"TG";"Africa";;7756937;56785;56;"Presidential republic";"Franc";"XOF";228;33.7;7.1;65;"https://www.laenderdaten.info/Afrika/Togo/index.php" +"Tokelau";"Tokelau";"Tokelau";"TK";"Oceania";;1337;12;101;"Parliamentary democracy (territory of New Zealand)";"Dollar";"NZD";690;0;0;0;"https://www.laenderdaten.info/Ozeanien/Tokelau/index.php" +"Tonga";"Tonga";"Tonga";"TO";"Oceania";;106513;747;419;"constitutional monarchy";"Pa'anga";"TOP";676;22.6;4.9;76.2;"https://www.laenderdaten.info/Ozeanien/Tonga/index.php" +"Trinidad and Tobago";"Trinidad und Tobago";"Trinidad and Tobago";"TT";"North America";;1220479;5128;362;"parliamentary republic";"Dollar";"TTD";296;13.1;8.7;72.9;"https://www.laenderdaten.info/Amerika/Trinidad-und-Tobago/index.php" +"Chad";"Tschad";"Tchad/Tshad";"TD";"Africa";;11852462;1284000;0;"Presidential republic";"Franc";"XAF";235;36.1;14;50.2;"https://www.laenderdaten.info/Afrika/Tschad/index.php" +"Czech Republic";"Tschechien";;"CZ";"Europe";;10644842;78867;0;"parliamentary republic";"Krone";"CZK";42;9.5;10.4;78.6;"https://www.laenderdaten.info/Europa/Tschechien/index.php" +"Tunisia";"Tunesien";"Tunis/Tunisie";"TN";"Africa";;11134588;163610;1148;"parliamentary republic";"Dinar";"TND";216;16.4;6;76.1;"https://www.laenderdaten.info/Afrika/Tunesien/index.php" +"Turkey";"Türkei";"Türkiye";"TR";"Asia";;80274604;783562;7200;"parliamentary republic";"Lira";"TRY";90;16;5.9;74.8;"https://www.laenderdaten.info/Asien/Tuerkei/index.php" +"Turkmenistan";"Turkmenistan";"Türkmenostan";"TM";"Asia";;5291317;488100;0;"Presidential republic";"Manat";"TMT";993;19.3;6.1;70.1;"https://www.laenderdaten.info/Asien/Turkmenistan/index.php" +"Turks and Caicos Islands";"Turks und Caicosinseln";"The Turks and Caicos Islands";"TC";"North America";;51430;948;389;"Parliamentary democracy (self-governing territory of the UK)";"Dollar";"USD";"1-649";15.7;3.2;79.8;"https://www.laenderdaten.info/Amerika/Turks-und-Caicosinseln/index.php" +"Tuvalu";"Tuvalu";"Tuvalu";"TV";"Oceania";;10959;26;24;"Parliamentary democracy (under constitutional monarchy)";"Dollar";"AUD";688;23.8;8.6;66.5;"https://www.laenderdaten.info/Ozeanien/Tuvalu/index.php" +"Uganda";"Uganda";"Uganda";"UG";"Africa";;38319241;241038;0;"Presidential republic";"Schilling";"UGX";256;43.4;10.4;55.4;"https://www.laenderdaten.info/Afrika/Uganda/index.php" +"Ukraine";"Ukraine";"Ukrajina";"UA";"Europe";;44209733;603550;2782;"Semi-presidential republic";"Hrywnja";"UAH";380;10.5;14.4;71.8;"https://www.laenderdaten.info/Europa/Ukraine/index.php" +"Hungary";"Ungarn";"Magyarország";"HU";"Europe";;9874784;93028;0;"parliamentary republic";"Forint";"HUF";36;9.1;12.8;75.9;"https://www.laenderdaten.info/Europa/Ungarn/index.php" +"Uruguay";"Uruguay";"Uruguay";"UY";"South America";;3351016;176215;660;"Presidential republic";"Peso";"UYU";598;13;9.4;77.2;"https://www.laenderdaten.info/Amerika/Uruguay/index.php" +"Uzbekistan";"Usbekistan";"Uzbekiston";"UZ";"Asia";;29473614;447400;0;"Presidential republic";"So'm";"UZS";998;16.9;5.3;73.8;"https://www.laenderdaten.info/Asien/Usbekistan/index.php" +"Vanuatu";"Vanuatu";"Vanuatu";"VU";"Oceania";;277554;12189;2528;"parliamentary republic";"Vatu";"VUV";678;24.5;4.1;73.4;"https://www.laenderdaten.info/Ozeanien/Vanuatu/index.php" +"Holy See (Vatican City)";"Vatikanstadt";"Santa Sede/Città del Vaticano";"VA";"Europe";;1000;0;0;"absolute monarchy";"Euro";"EUR";396;0;0;0;"https://www.laenderdaten.info/Europa/Vatikan/index.php" +"Venezuela";"Venezuela";"Venezuela";"VE";"South America";;30912302;912050;2800;"Federal presidential republic";"Bolívar Fuerte";"VEF";58;19.2;5.2;75.8;"https://www.laenderdaten.info/Amerika/Venezuela/index.php" +"United Arab Emirates";"Vereinigte Arabische Emirate";"Al-Imarat al-´Arabiya al-Muttahida";"AE";"Asia";;5927482;83600;1318;"Federation of autonomous monarchies";"Dirham";"AED";971;15.3;2;77.5;"https://www.laenderdaten.info/Asien/Arabische-Emirate/index.php" +"United States";"Vereinigte Staaten von Amerika";"United States";"US";"North America";;323995528;9826675;19924;"Federal presidential republic";"Dollar";"USD";1;12.5;8.2;79.8;"https://www.laenderdaten.info/Amerika/USA/index.php" +"United Kingdom";"Vereinigtes Königreich";"United Kingdom";"GB";"Europe";;64430428;243610;12429;"Parliamentary constitutional monarchy";"Pfund";"GBP";44;12.1;9.4;80.7;"https://www.laenderdaten.info/Europa/Vereinigtes-Koenigreich/index.php" +"Vietnam";"Vietnam";"Viêt Nam";"VN";"Asia";;95261021;331210;3444;"Republic (communist one-party system)";"Dong";"VND";84;15.7;5.9;73.4;"https://www.laenderdaten.info/Asien/Vietnam/index.php" +"Wallis and Futuna";"Wallis und Futuna";"Wallis-et-Futuna";"WF";"Oceania";;15664;142;129;"Parliamentary democracy (territory of France)";"Franc";"XPF";681;13.3;5.2;79.7;"https://www.laenderdaten.info/Ozeanien/Wallis-und-Futuna/index.php" +"Christmas Island";"Weihnachtsinsel";"Christmas Island";"CX";"Australia";;2205;135;139;"(non-self-governing territory of Australia)";"Dollar";"AUD";6724;0;0;0;"https://www.laenderdaten.info/Australien/Weihnachtsinsel/index.php" +"Western Sahara";"Westsahara";"As-Sahrawiya";"EH";"Africa";;587020;266000;1110;"republic";"Dirham";"MAD";;29.8;8.2;63;"https://www.laenderdaten.info/Afrika/Westsahara/index.php" +"Central African Republic";"Zentralafrikanische Republik";"Centrafrique/Bê-Afrîka";"CF";"Africa";;5507257;622984;0;"Presidential republic";"Franc";"XAF";236;34.7;13.5;52.3;"https://www.laenderdaten.info/Afrika/Zentralafrikanische-Republik/index.php" +"Cyprus";"Zypern";"Kýpros/Kibris";"CY";"Asia";;1205575;9251;648;"Presidential democracy";"Euro";"EUR";357;11.4;6.7;78.7;"https://www.laenderdaten.info/Asien/Zypern/index.php" diff --git a/lectures/_static/lecture_specific/pandas_panel/employ.csv b/lectures/_static/lecture_specific/pandas_panel/employ.csv new file mode 100644 index 00000000..82acd3ff --- /dev/null +++ b/lectures/_static/lecture_specific/pandas_panel/employ.csv @@ -0,0 +1,15121 @@ +,GEO,AGE,UNIT,SEX,INDIC_EM,Value,DATE +0,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,26839.0,2007-01-01 +1,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),22669.0,2007-01-01 +2,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,14665.0,2007-01-01 +3,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12430.0,2007-01-01 +4,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,12173.0,2007-01-01 +5,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),10239.0,2007-01-01 +6,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.0,2007-01-01 +7,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.2,2007-01-01 +8,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.4,2007-01-01 +9,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.2,2007-01-01 +10,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.5,2007-01-01 +11,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.1,2007-01-01 +12,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,179115.0,2007-01-01 +13,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),167935.0,2007-01-01 +14,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,97578.0,2007-01-01 +15,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),92142.0,2007-01-01 +16,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,81538.0,2007-01-01 +17,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75793.0,2007-01-01 +18,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.3,2007-01-01 +19,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.0,2007-01-01 +20,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2007-01-01 +21,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.7,2007-01-01 +22,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,76.7,2007-01-01 +23,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.3,2007-01-01 +24,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,27456.0,2007-01-01 +25,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),25960.0,2007-01-01 +26,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,16061.0,2007-01-01 +27,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15185.0,2007-01-01 +28,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,11396.0,2007-01-01 +29,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10775.0,2007-01-01 +30,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,47.0,2007-01-01 +31,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.5,2007-01-01 +32,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,56.8,2007-01-01 +33,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.7,2007-01-01 +34,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,37.9,2007-01-01 +35,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.8,2007-01-01 +36,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,26645.0,2007-01-01 +37,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),22524.0,2007-01-01 +38,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,14554.0,2007-01-01 +39,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12343.0,2007-01-01 +40,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,12091.0,2007-01-01 +41,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),10181.0,2007-01-01 +42,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.1,2007-01-01 +43,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.3,2007-01-01 +44,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.5,2007-01-01 +45,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.3,2007-01-01 +46,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.6,2007-01-01 +47,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.2,2007-01-01 +48,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,177626.0,2007-01-01 +49,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),166575.0,2007-01-01 +50,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,96776.0,2007-01-01 +51,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),91400.0,2007-01-01 +52,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,80850.0,2007-01-01 +53,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75175.0,2007-01-01 +54,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.3,2007-01-01 +55,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.0,2007-01-01 +56,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2007-01-01 +57,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.8,2007-01-01 +58,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,76.7,2007-01-01 +59,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.3,2007-01-01 +60,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,27255.0,2007-01-01 +61,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),25771.0,2007-01-01 +62,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,15930.0,2007-01-01 +63,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15063.0,2007-01-01 +64,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,11325.0,2007-01-01 +65,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10708.0,2007-01-01 +66,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,47.1,2007-01-01 +67,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.5,2007-01-01 +68,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,56.8,2007-01-01 +69,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.7,2007-01-01 +70,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,38.0,2007-01-01 +71,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.9,2007-01-01 +72,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,21951.0,2007-01-01 +73,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18689.0,2007-01-01 +74,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,11851.0,2007-01-01 +75,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),10119.0,2007-01-01 +76,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,10100.0,2007-01-01 +77,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8569.0,2007-01-01 +78,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,48.0,2007-01-01 +79,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.9,2007-01-01 +80,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,51.1,2007-01-01 +81,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.6,2007-01-01 +82,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,44.8,2007-01-01 +83,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.0,2007-01-01 +84,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,140745.0,2007-01-01 +85,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),132214.0,2007-01-01 +86,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,77002.0,2007-01-01 +87,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),72891.0,2007-01-01 +88,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,63743.0,2007-01-01 +89,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59323.0,2007-01-01 +90,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2007-01-01 +91,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.6,2007-01-01 +92,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.8,2007-01-01 +93,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.8,2007-01-01 +94,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,76.7,2007-01-01 +95,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2007-01-01 +96,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,22538.0,2007-01-01 +97,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),21291.0,2007-01-01 +98,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,13096.0,2007-01-01 +99,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12387.0,2007-01-01 +100,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,9442.0,2007-01-01 +101,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8905.0,2007-01-01 +102,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.1,2007-01-01 +103,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.4,2007-01-01 +104,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.3,2007-01-01 +105,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.1,2007-01-01 +106,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,40.3,2007-01-01 +107,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.0,2007-01-01 +108,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,16997.0,2007-01-01 +109,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),14449.0,2007-01-01 +110,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,9313.0,2007-01-01 +111,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7984.0,2007-01-01 +112,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,7685.0,2007-01-01 +113,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6465.0,2007-01-01 +114,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.1,2007-01-01 +115,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.5,2007-01-01 +116,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.6,2007-01-01 +117,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.8,2007-01-01 +118,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.6,2007-01-01 +119,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.2,2007-01-01 +120,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,120077.0,2007-01-01 +121,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),112171.0,2007-01-01 +122,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,65922.0,2007-01-01 +123,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),62155.0,2007-01-01 +124,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,54155.0,2007-01-01 +125,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),50016.0,2007-01-01 +126,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2007-01-01 +127,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.1,2007-01-01 +128,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2007-01-01 +129,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.6,2007-01-01 +130,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,76.4,2007-01-01 +131,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.6,2007-01-01 +132,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,17741.0,2007-01-01 +133,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),16640.0,2007-01-01 +134,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,10403.0,2007-01-01 +135,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),9792.0,2007-01-01 +136,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,7338.0,2007-01-01 +137,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),6848.0,2007-01-01 +138,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,46.2,2007-01-01 +139,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.3,2007-01-01 +140,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,55.6,2007-01-01 +141,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.3,2007-01-01 +142,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,37.2,2007-01-01 +143,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.8,2007-01-01 +144,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,16867.0,2007-01-01 +145,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),14330.0,2007-01-01 +146,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,9236.0,2007-01-01 +147,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7912.0,2007-01-01 +148,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,7632.0,2007-01-01 +149,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6418.0,2007-01-01 +150,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.4,2007-01-01 +151,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.7,2007-01-01 +152,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.8,2007-01-01 +153,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.9,2007-01-01 +154,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.8,2007-01-01 +155,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.3,2007-01-01 +156,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,118911.0,2007-01-01 +157,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),111051.0,2007-01-01 +158,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,65342.0,2007-01-01 +159,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),61598.0,2007-01-01 +160,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,53568.0,2007-01-01 +161,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49453.0,2007-01-01 +162,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2007-01-01 +163,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.1,2007-01-01 +164,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,93.0,2007-01-01 +165,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.6,2007-01-01 +166,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,76.4,2007-01-01 +167,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.5,2007-01-01 +168,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,17550.0,2007-01-01 +169,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),16457.0,2007-01-01 +170,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,10308.0,2007-01-01 +171,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),9702.0,2007-01-01 +172,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,7242.0,2007-01-01 +173,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),6755.0,2007-01-01 +174,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,46.1,2007-01-01 +175,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.2,2007-01-01 +176,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,55.5,2007-01-01 +177,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.2,2007-01-01 +178,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,37.1,2007-01-01 +179,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.6,2007-01-01 +180,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,16723.0,2007-01-01 +181,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),14201.0,2007-01-01 +182,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,9151.0,2007-01-01 +183,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7837.0,2007-01-01 +184,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,7572.0,2007-01-01 +185,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6364.0,2007-01-01 +186,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.4,2007-01-01 +187,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.7,2007-01-01 +188,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.8,2007-01-01 +189,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.9,2007-01-01 +190,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.9,2007-01-01 +191,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.3,2007-01-01 +192,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,118121.0,2007-01-01 +193,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),110306.0,2007-01-01 +194,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,64941.0,2007-01-01 +195,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),61221.0,2007-01-01 +196,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,53180.0,2007-01-01 +197,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49085.0,2007-01-01 +198,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2007-01-01 +199,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.1,2007-01-01 +200,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,93.0,2007-01-01 +201,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.7,2007-01-01 +202,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,76.3,2007-01-01 +203,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.4,2007-01-01 +204,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,17401.0,2007-01-01 +205,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),16315.0,2007-01-01 +206,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,10238.0,2007-01-01 +207,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),9635.0,2007-01-01 +208,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,7163.0,2007-01-01 +209,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),6680.0,2007-01-01 +210,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,46.0,2007-01-01 +211,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.1,2007-01-01 +212,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,55.4,2007-01-01 +213,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.2,2007-01-01 +214,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,37.0,2007-01-01 +215,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.5,2007-01-01 +216,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,435.0,2007-01-01 +217,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),353.0,2007-01-01 +218,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,235.0,2007-01-01 +219,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),195.0,2007-01-01 +220,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,200.0,2007-01-01 +221,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),158.0,2007-01-01 +222,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,33.9,2007-01-01 +223,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.5,2007-01-01 +224,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,36.1,2007-01-01 +225,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.9,2007-01-01 +226,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,31.6,2007-01-01 +227,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.0,2007-01-01 +228,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3818.0,2007-01-01 +229,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3566.0,2007-01-01 +230,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2085.0,2007-01-01 +231,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1961.0,2007-01-01 +232,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1732.0,2007-01-01 +233,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1605.0,2007-01-01 +234,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.3,2007-01-01 +235,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.7,2007-01-01 +236,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2007-01-01 +237,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.0,2007-01-01 +238,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,78.0,2007-01-01 +239,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.3,2007-01-01 +240,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,448.0,2007-01-01 +241,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),429.0,2007-01-01 +242,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,275.0,2007-01-01 +243,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),265.0,2007-01-01 +244,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,173.0,2007-01-01 +245,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),164.0,2007-01-01 +246,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,35.9,2007-01-01 +247,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.4,2007-01-01 +248,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,44.4,2007-01-01 +249,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.9,2007-01-01 +250,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,27.5,2007-01-01 +251,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.0,2007-01-01 +252,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,294.0,2007-01-01 +253,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),250.0,2007-01-01 +254,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,165.0,2007-01-01 +255,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),141.0,2007-01-01 +256,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,130.0,2007-01-01 +257,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),109.0,2007-01-01 +258,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,28.9,2007-01-01 +259,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.5,2007-01-01 +260,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,31.7,2007-01-01 +261,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.1,2007-01-01 +262,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,26.0,2007-01-01 +263,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.8,2007-01-01 +264,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2709.0,2007-01-01 +265,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2545.0,2007-01-01 +266,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1405.0,2007-01-01 +267,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1325.0,2007-01-01 +268,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1305.0,2007-01-01 +269,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1220.0,2007-01-01 +270,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,84.5,2007-01-01 +271,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.4,2007-01-01 +272,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,87.5,2007-01-01 +273,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.5,2007-01-01 +274,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,81.4,2007-01-01 +275,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.2,2007-01-01 +276,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,444.0,2007-01-01 +277,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),414.0,2007-01-01 +278,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,251.0,2007-01-01 +279,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),235.0,2007-01-01 +280,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,193.0,2007-01-01 +281,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),179.0,2007-01-01 +282,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,45.7,2007-01-01 +283,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.6,2007-01-01 +284,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,55.3,2007-01-01 +285,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.8,2007-01-01 +286,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,37.2,2007-01-01 +287,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.5,2007-01-01 +288,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,428.0,2007-01-01 +289,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),382.0,2007-01-01 +290,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,252.0,2007-01-01 +291,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),226.0,2007-01-01 +292,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,175.0,2007-01-01 +293,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),156.0,2007-01-01 +294,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,31.9,2007-01-01 +295,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.5,2007-01-01 +296,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,36.7,2007-01-01 +297,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.8,2007-01-01 +298,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,26.9,2007-01-01 +299,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.9,2007-01-01 +300,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4010.0,2007-01-01 +301,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3812.0,2007-01-01 +302,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2205.0,2007-01-01 +303,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2128.0,2007-01-01 +304,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1805.0,2007-01-01 +305,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1684.0,2007-01-01 +306,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2007-01-01 +307,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.5,2007-01-01 +308,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.0,2007-01-01 +309,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.7,2007-01-01 +310,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,80.3,2007-01-01 +311,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.9,2007-01-01 +312,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,694.0,2007-01-01 +313,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),662.0,2007-01-01 +314,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,430.0,2007-01-01 +315,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),410.0,2007-01-01 +316,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,264.0,2007-01-01 +317,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),251.0,2007-01-01 +318,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,48.2,2007-01-01 +319,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.0,2007-01-01 +320,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,62.5,2007-01-01 +321,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.6,2007-01-01 +322,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,35.2,2007-01-01 +323,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.5,2007-01-01 +324,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,432.0,2007-01-01 +325,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),399.0,2007-01-01 +326,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,225.0,2007-01-01 +327,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),208.0,2007-01-01 +328,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,207.0,2007-01-01 +329,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),191.0,2007-01-01 +330,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,70.6,2007-01-01 +331,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),65.3,2007-01-01 +332,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,72.0,2007-01-01 +333,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.5,2007-01-01 +334,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,69.1,2007-01-01 +335,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.0,2007-01-01 +336,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1992.0,2007-01-01 +337,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1930.0,2007-01-01 +338,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1044.0,2007-01-01 +339,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1016.0,2007-01-01 +340,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,948.0,2007-01-01 +341,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),914.0,2007-01-01 +342,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,88.9,2007-01-01 +343,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.1,2007-01-01 +344,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,92.3,2007-01-01 +345,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.8,2007-01-01 +346,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,85.3,2007-01-01 +347,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.3,2007-01-01 +348,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,445.0,2007-01-01 +349,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),429.0,2007-01-01 +350,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,244.0,2007-01-01 +351,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),236.0,2007-01-01 +352,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,201.0,2007-01-01 +353,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),193.0,2007-01-01 +354,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,61.0,2007-01-01 +355,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.9,2007-01-01 +356,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,66.9,2007-01-01 +357,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.9,2007-01-01 +358,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,55.1,2007-01-01 +359,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),52.9,2007-01-01 +360,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4920.0,2007-01-01 +361,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4334.0,2007-01-01 +362,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2648.0,2007-01-01 +363,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2314.0,2007-01-01 +364,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,2272.0,2007-01-01 +365,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),2020.0,2007-01-01 +366,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,51.5,2007-01-01 +367,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.4,2007-01-01 +368,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,54.0,2007-01-01 +369,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.2,2007-01-01 +370,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,49.0,2007-01-01 +371,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.5,2007-01-01 +372,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,30533.0,2007-01-01 +373,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),28096.0,2007-01-01 +374,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,16529.0,2007-01-01 +375,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),15232.0,2007-01-01 +376,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,14004.0,2007-01-01 +377,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),12864.0,2007-01-01 +378,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.2,2007-01-01 +379,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.3,2007-01-01 +380,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,93.8,2007-01-01 +381,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.4,2007-01-01 +382,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,80.6,2007-01-01 +383,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.0,2007-01-01 +384,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,5539.0,2007-01-01 +385,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4966.0,2007-01-01 +386,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,3135.0,2007-01-01 +387,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2832.0,2007-01-01 +388,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,2404.0,2007-01-01 +389,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2134.0,2007-01-01 +390,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,57.2,2007-01-01 +391,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.3,2007-01-01 +392,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,65.8,2007-01-01 +393,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.4,2007-01-01 +394,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,48.9,2007-01-01 +395,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.4,2007-01-01 +396,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,74.0,2007-01-01 +397,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),67.0,2007-01-01 +398,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,43.0,2007-01-01 +399,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),38.0,2007-01-01 +400,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,31.0,2007-01-01 +401,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),28.0,2007-01-01 +402,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,37.9,2007-01-01 +403,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.1,2007-01-01 +404,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,43.5,2007-01-01 +405,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.2,2007-01-01 +406,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,32.1,2007-01-01 +407,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.8,2007-01-01 +408,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,496.0,2007-01-01 +409,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),476.0,2007-01-01 +410,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,258.0,2007-01-01 +411,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),247.0,2007-01-01 +412,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,238.0,2007-01-01 +413,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),228.0,2007-01-01 +414,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,88.5,2007-01-01 +415,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.8,2007-01-01 +416,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2007-01-01 +417,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.6,2007-01-01 +418,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,83.6,2007-01-01 +419,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.1,2007-01-01 +420,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,93.0,2007-01-01 +421,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),90.0,2007-01-01 +422,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,41.0,2007-01-01 +423,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),38.0,2007-01-01 +424,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,52.0,2007-01-01 +425,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),52.0,2007-01-01 +426,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,62.2,2007-01-01 +427,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.9,2007-01-01 +428,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,63.4,2007-01-01 +429,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.0,2007-01-01 +430,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,61.2,2007-01-01 +431,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.7,2007-01-01 +432,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,372.0,2007-01-01 +433,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),339.0,2007-01-01 +434,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,200.0,2007-01-01 +435,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),180.0,2007-01-01 +436,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,173.0,2007-01-01 +437,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),159.0,2007-01-01 +438,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,56.1,2007-01-01 +439,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.0,2007-01-01 +440,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,59.6,2007-01-01 +441,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.7,2007-01-01 +442,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,52.5,2007-01-01 +443,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.3,2007-01-01 +444,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1598.0,2007-01-01 +445,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1533.0,2007-01-01 +446,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,904.0,2007-01-01 +447,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),864.0,2007-01-01 +448,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,694.0,2007-01-01 +449,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),669.0,2007-01-01 +450,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,82.0,2007-01-01 +451,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.6,2007-01-01 +452,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2007-01-01 +453,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.7,2007-01-01 +454,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,72.0,2007-01-01 +455,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.4,2007-01-01 +456,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,233.0,2007-01-01 +457,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),227.0,2007-01-01 +458,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,148.0,2007-01-01 +459,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),144.0,2007-01-01 +460,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,85.0,2007-01-01 +461,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),83.0,2007-01-01 +462,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,55.3,2007-01-01 +463,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.9,2007-01-01 +464,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,69.7,2007-01-01 +465,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.9,2007-01-01 +466,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,40.6,2007-01-01 +467,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.8,2007-01-01 +468,Greece,From 15 to 24 years,Thousand persons,Total,Active population,398.0,2007-01-01 +469,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),308.0,2007-01-01 +470,Greece,From 15 to 24 years,Thousand persons,Males,Active population,221.0,2007-01-01 +471,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),187.0,2007-01-01 +472,Greece,From 15 to 24 years,Thousand persons,Females,Active population,176.0,2007-01-01 +473,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),121.0,2007-01-01 +474,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,31.0,2007-01-01 +475,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.0,2007-01-01 +476,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,34.4,2007-01-01 +477,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.1,2007-01-01 +478,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,27.5,2007-01-01 +479,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.8,2007-01-01 +480,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3942.0,2007-01-01 +481,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3634.0,2007-01-01 +482,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2272.0,2007-01-01 +483,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2165.0,2007-01-01 +484,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1670.0,2007-01-01 +485,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1469.0,2007-01-01 +486,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,81.8,2007-01-01 +487,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.4,2007-01-01 +488,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,94.6,2007-01-01 +489,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.1,2007-01-01 +490,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,69.2,2007-01-01 +491,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.9,2007-01-01 +492,Greece,From 55 to 64 years,Thousand persons,Total,Active population,554.0,2007-01-01 +493,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),535.0,2007-01-01 +494,Greece,From 55 to 64 years,Thousand persons,Males,Active population,372.0,2007-01-01 +495,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),362.0,2007-01-01 +496,Greece,From 55 to 64 years,Thousand persons,Females,Active population,181.0,2007-01-01 +497,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),173.0,2007-01-01 +498,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,44.2,2007-01-01 +499,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.7,2007-01-01 +500,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,60.9,2007-01-01 +501,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.1,2007-01-01 +502,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,28.2,2007-01-01 +503,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.0,2007-01-01 +504,Spain,From 15 to 24 years,Thousand persons,Total,Active population,2458.0,2007-01-01 +505,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2014.0,2007-01-01 +506,Spain,From 15 to 24 years,Thousand persons,Males,Active population,1373.0,2007-01-01 +507,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1164.0,2007-01-01 +508,Spain,From 15 to 24 years,Thousand persons,Females,Active population,1086.0,2007-01-01 +509,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),850.0,2007-01-01 +510,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,47.9,2007-01-01 +511,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.2,2007-01-01 +512,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,52.2,2007-01-01 +513,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.2,2007-01-01 +514,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,43.4,2007-01-01 +515,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.0,2007-01-01 +516,Spain,From 25 to 54 years,Thousand persons,Total,Active population,17552.0,2007-01-01 +517,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),16288.0,2007-01-01 +518,Spain,From 25 to 54 years,Thousand persons,Males,Active population,9955.0,2007-01-01 +519,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),9412.0,2007-01-01 +520,Spain,From 25 to 54 years,Thousand persons,Females,Active population,7597.0,2007-01-01 +521,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6876.0,2007-01-01 +522,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,83.1,2007-01-01 +523,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.1,2007-01-01 +524,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2007-01-01 +525,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.5,2007-01-01 +526,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,73.3,2007-01-01 +527,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.3,2007-01-01 +528,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2270.0,2007-01-01 +529,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2135.0,2007-01-01 +530,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1466.0,2007-01-01 +531,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1392.0,2007-01-01 +532,Spain,From 55 to 64 years,Thousand persons,Females,Active population,805.0,2007-01-01 +533,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),742.0,2007-01-01 +534,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,47.4,2007-01-01 +535,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.5,2007-01-01 +536,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,62.8,2007-01-01 +537,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.6,2007-01-01 +538,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,32.7,2007-01-01 +539,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.2,2007-01-01 +540,,,,,,, +541,,,,,,, +542,,,,,,, +543,,,,,,, +544,,,,,,, +545,,,,,,, +546,,,,,,, +547,,,,,,, +548,,,,,,, +549,,,,,,, +550,,,,,,, +551,,,,,,, +552,,,,,,, +553,,,,,,, +554,,,,,,, +555,,,,,,, +556,,,,,,, +557,,,,,,, +558,,,,,,, +559,,,,,,, +560,,,,,,, +561,,,,,,, +562,,,,,,, +563,,,,,,, +564,,,,,,, +565,,,,,,, +566,,,,,,, +567,,,,,,, +568,,,,,,, +569,,,,,,, +570,,,,,,, +571,,,,,,, +572,,,,,,, +573,,,,,,, +574,,,,,,, +575,,,,,,, +576,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2891.0,2007-01-01 +577,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2346.0,2007-01-01 +578,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1579.0,2007-01-01 +579,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1290.0,2007-01-01 +580,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1311.0,2007-01-01 +581,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1056.0,2007-01-01 +582,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,38.4,2007-01-01 +583,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.2,2007-01-01 +584,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,41.9,2007-01-01 +585,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.2,2007-01-01 +586,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,34.9,2007-01-01 +587,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.1,2007-01-01 +588,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21783.0,2007-01-01 +589,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20335.0,2007-01-01 +590,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11451.0,2007-01-01 +591,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10749.0,2007-01-01 +592,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10332.0,2007-01-01 +593,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9586.0,2007-01-01 +594,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,87.9,2007-01-01 +595,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.1,2007-01-01 +596,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,94.1,2007-01-01 +597,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.4,2007-01-01 +598,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,82.0,2007-01-01 +599,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.0,2007-01-01 +600,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,2906.0,2007-01-01 +601,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2778.0,2007-01-01 +602,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,1499.0,2007-01-01 +603,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1429.0,2007-01-01 +604,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,1407.0,2007-01-01 +605,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1349.0,2007-01-01 +606,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,40.0,2007-01-01 +607,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.2,2007-01-01 +608,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,42.5,2007-01-01 +609,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.5,2007-01-01 +610,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,37.6,2007-01-01 +611,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.0,2007-01-01 +612,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,194.0,2007-01-01 +613,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),145.0,2007-01-01 +614,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,111.0,2007-01-01 +615,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),87.0,2007-01-01 +616,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,82.0,2007-01-01 +617,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),58.0,2007-01-01 +618,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,36.6,2007-01-01 +619,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.4,2007-01-01 +620,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,41.6,2007-01-01 +621,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2007-01-01 +622,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,31.5,2007-01-01 +623,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.3,2007-01-01 +624,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1489.0,2007-01-01 +625,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1360.0,2007-01-01 +626,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,802.0,2007-01-01 +627,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),743.0,2007-01-01 +628,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,688.0,2007-01-01 +629,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),617.0,2007-01-01 +630,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,81.6,2007-01-01 +631,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.5,2007-01-01 +632,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,87.4,2007-01-01 +633,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.0,2007-01-01 +634,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,75.7,2007-01-01 +635,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.9,2007-01-01 +636,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,201.0,2007-01-01 +637,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),189.0,2007-01-01 +638,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,130.0,2007-01-01 +639,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),121.0,2007-01-01 +640,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,71.0,2007-01-01 +641,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),68.0,2007-01-01 +642,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,39.0,2007-01-01 +643,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.6,2007-01-01 +644,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,53.2,2007-01-01 +645,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.5,2007-01-01 +646,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,26.1,2007-01-01 +647,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.0,2007-01-01 +648,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1828.0,2007-01-01 +649,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1456.0,2007-01-01 +650,Italy,From 15 to 24 years,Thousand persons,Males,Active population,1090.0,2007-01-01 +651,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),890.0,2007-01-01 +652,Italy,From 15 to 24 years,Thousand persons,Females,Active population,738.0,2007-01-01 +653,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),566.0,2007-01-01 +654,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,30.8,2007-01-01 +655,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.5,2007-01-01 +656,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,36.0,2007-01-01 +657,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.4,2007-01-01 +658,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,25.4,2007-01-01 +659,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.5,2007-01-01 +660,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19724.0,2007-01-01 +661,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),18677.0,2007-01-01 +662,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11541.0,2007-01-01 +663,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11076.0,2007-01-01 +664,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8182.0,2007-01-01 +665,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7601.0,2007-01-01 +666,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,77.5,2007-01-01 +667,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.4,2007-01-01 +668,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,91.0,2007-01-01 +669,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.4,2007-01-01 +670,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,64.1,2007-01-01 +671,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),59.6,2007-01-01 +672,Italy,From 55 to 64 years,Thousand persons,Total,Active population,2444.0,2007-01-01 +673,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2385.0,2007-01-01 +674,Italy,From 55 to 64 years,Thousand persons,Males,Active population,1591.0,2007-01-01 +675,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1550.0,2007-01-01 +676,Italy,From 55 to 64 years,Thousand persons,Females,Active population,853.0,2007-01-01 +677,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),835.0,2007-01-01 +678,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,34.5,2007-01-01 +679,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.7,2007-01-01 +680,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,46.2,2007-01-01 +681,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.0,2007-01-01 +682,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,23.4,2007-01-01 +683,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.0,2007-01-01 +684,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,39.0,2007-01-01 +685,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),35.0,2007-01-01 +686,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,19.0,2007-01-01 +687,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),17.0,2007-01-01 +688,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,20.0,2007-01-01 +689,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2007-01-01 +690,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,41.7,2007-01-01 +691,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.4,2007-01-01 +692,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,43.9,2007-01-01 +693,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.1,2007-01-01 +694,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,39.7,2007-01-01 +695,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.0,2007-01-01 +696,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,296.0,2007-01-01 +697,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),287.0,2007-01-01 +698,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,160.0,2007-01-01 +699,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),155.0,2007-01-01 +700,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,137.0,2007-01-01 +701,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),131.0,2007-01-01 +702,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,86.7,2007-01-01 +703,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.8,2007-01-01 +704,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,95.0,2007-01-01 +705,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.4,2007-01-01 +706,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,78.7,2007-01-01 +707,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.5,2007-01-01 +708,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,48.0,2007-01-01 +709,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),46.0,2007-01-01 +710,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,30.0,2007-01-01 +711,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2007-01-01 +712,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,18.0,2007-01-01 +713,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),17.0,2007-01-01 +714,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,57.7,2007-01-01 +715,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.9,2007-01-01 +716,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,74.8,2007-01-01 +717,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),72.5,2007-01-01 +718,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,41.6,2007-01-01 +719,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.3,2007-01-01 +720,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,145.0,2007-01-01 +721,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),129.0,2007-01-01 +722,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,85.0,2007-01-01 +723,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),76.0,2007-01-01 +724,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,60.0,2007-01-01 +725,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),54.0,2007-01-01 +726,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,42.6,2007-01-01 +727,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.1,2007-01-01 +728,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,49.2,2007-01-01 +729,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.8,2007-01-01 +730,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,35.8,2007-01-01 +731,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.2,2007-01-01 +732,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,790.0,2007-01-01 +733,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),744.0,2007-01-01 +734,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,401.0,2007-01-01 +735,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),377.0,2007-01-01 +736,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,388.0,2007-01-01 +737,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),368.0,2007-01-01 +738,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2007-01-01 +739,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.1,2007-01-01 +740,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2007-01-01 +741,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.0,2007-01-01 +742,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,82.8,2007-01-01 +743,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.4,2007-01-01 +744,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,148.0,2007-01-01 +745,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),142.0,2007-01-01 +746,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,70.0,2007-01-01 +747,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),67.0,2007-01-01 +748,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,78.0,2007-01-01 +749,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),75.0,2007-01-01 +750,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,60.7,2007-01-01 +751,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.0,2007-01-01 +752,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,67.6,2007-01-01 +753,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.3,2007-01-01 +754,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,55.7,2007-01-01 +755,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.4,2007-01-01 +756,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,130.0,2007-01-01 +757,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),119.0,2007-01-01 +758,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,77.0,2007-01-01 +759,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),72.0,2007-01-01 +760,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,53.0,2007-01-01 +761,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),47.0,2007-01-01 +762,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,27.1,2007-01-01 +763,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.8,2007-01-01 +764,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,31.6,2007-01-01 +765,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.4,2007-01-01 +766,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,22.3,2007-01-01 +767,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.0,2007-01-01 +768,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1166.0,2007-01-01 +769,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1120.0,2007-01-01 +770,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,580.0,2007-01-01 +771,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),557.0,2007-01-01 +772,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,587.0,2007-01-01 +773,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),563.0,2007-01-01 +774,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2007-01-01 +775,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.2,2007-01-01 +776,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,87.7,2007-01-01 +777,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.2,2007-01-01 +778,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,83.6,2007-01-01 +779,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.2,2007-01-01 +780,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,191.0,2007-01-01 +781,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),184.0,2007-01-01 +782,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,95.0,2007-01-01 +783,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),91.0,2007-01-01 +784,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,96.0,2007-01-01 +785,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),93.0,2007-01-01 +786,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,55.3,2007-01-01 +787,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.2,2007-01-01 +788,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,63.3,2007-01-01 +789,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.7,2007-01-01 +790,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,49.2,2007-01-01 +791,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.5,2007-01-01 +792,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,14.0,2007-01-01 +793,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12.0,2007-01-01 +794,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,8.0,2007-01-01 +795,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7.0,2007-01-01 +796,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,6.0,2007-01-01 +797,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5.0,2007-01-01 +798,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,26.5,2007-01-01 +799,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.5,2007-01-01 +800,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,30.6,2007-01-01 +801,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.5,2007-01-01 +802,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,22.3,2007-01-01 +803,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.4,2007-01-01 +804,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,181.0,2007-01-01 +805,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),175.0,2007-01-01 +806,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,101.0,2007-01-01 +807,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),98.0,2007-01-01 +808,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,80.0,2007-01-01 +809,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),77.0,2007-01-01 +810,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2007-01-01 +811,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.9,2007-01-01 +812,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,94.9,2007-01-01 +813,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.2,2007-01-01 +814,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,74.7,2007-01-01 +815,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.7,2007-01-01 +816,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,16.0,2007-01-01 +817,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),15.0,2007-01-01 +818,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,9.0,2007-01-01 +819,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),8.0,2007-01-01 +820,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,7.0,2007-01-01 +821,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7.0,2007-01-01 +822,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,32.7,2007-01-01 +823,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.0,2007-01-01 +824,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,36.4,2007-01-01 +825,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.6,2007-01-01 +826,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,29.1,2007-01-01 +827,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.6,2007-01-01 +828,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,319.0,2007-01-01 +829,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),261.0,2007-01-01 +830,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,185.0,2007-01-01 +831,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),153.0,2007-01-01 +832,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,134.0,2007-01-01 +833,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),108.0,2007-01-01 +834,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,25.7,2007-01-01 +835,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.1,2007-01-01 +836,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,29.5,2007-01-01 +837,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.4,2007-01-01 +838,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,21.8,2007-01-01 +839,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.7,2007-01-01 +840,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3442.0,2007-01-01 +841,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3207.0,2007-01-01 +842,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1853.0,2007-01-01 +843,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1733.0,2007-01-01 +844,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1590.0,2007-01-01 +845,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1474.0,2007-01-01 +846,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,80.1,2007-01-01 +847,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.7,2007-01-01 +848,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,87.2,2007-01-01 +849,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.6,2007-01-01 +850,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,73.2,2007-01-01 +851,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.9,2007-01-01 +852,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,423.0,2007-01-01 +853,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),405.0,2007-01-01 +854,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,237.0,2007-01-01 +855,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),226.0,2007-01-01 +856,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,186.0,2007-01-01 +857,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),179.0,2007-01-01 +858,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,33.7,2007-01-01 +859,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.2,2007-01-01 +860,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,42.1,2007-01-01 +861,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.1,2007-01-01 +862,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,26.9,2007-01-01 +863,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.8,2007-01-01 +864,Malta,From 15 to 24 years,Thousand persons,Total,Active population,31.0,2007-01-01 +865,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),27.0,2007-01-01 +866,Malta,From 15 to 24 years,Thousand persons,Males,Active population,17.0,2007-01-01 +867,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2007-01-01 +868,Malta,From 15 to 24 years,Thousand persons,Females,Active population,14.0,2007-01-01 +869,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2007-01-01 +870,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,54.1,2007-01-01 +871,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.8,2007-01-01 +872,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,57.5,2007-01-01 +873,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.9,2007-01-01 +874,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,50.5,2007-01-01 +875,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.5,2007-01-01 +876,Malta,From 25 to 54 years,Thousand persons,Total,Active population,117.0,2007-01-01 +877,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),111.0,2007-01-01 +878,Malta,From 25 to 54 years,Thousand persons,Males,Active population,81.0,2007-01-01 +879,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),77.0,2007-01-01 +880,Malta,From 25 to 54 years,Thousand persons,Females,Active population,37.0,2007-01-01 +881,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),34.0,2007-01-01 +882,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,69.8,2007-01-01 +883,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),66.2,2007-01-01 +884,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,94.4,2007-01-01 +885,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.3,2007-01-01 +886,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,44.3,2007-01-01 +887,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.3,2007-01-01 +888,Malta,From 55 to 64 years,Thousand persons,Total,Active population,17.0,2007-01-01 +889,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),16.0,2007-01-01 +890,Malta,From 55 to 64 years,Thousand persons,Males,Active population,13.0,2007-01-01 +891,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2007-01-01 +892,Malta,From 55 to 64 years,Thousand persons,Females,Active population,4.0,2007-01-01 +893,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),3.0,2007-01-01 +894,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,30.6,2007-01-01 +895,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.5,2007-01-01 +896,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,48.8,2007-01-01 +897,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.4,2007-01-01 +898,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,12.8,2007-01-01 +899,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.1,2007-01-01 +900,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1429.0,2007-01-01 +901,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1345.0,2007-01-01 +902,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,730.0,2007-01-01 +903,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),689.0,2007-01-01 +904,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,699.0,2007-01-01 +905,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),656.0,2007-01-01 +906,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,72.7,2007-01-01 +907,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.4,2007-01-01 +908,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,73.0,2007-01-01 +909,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),68.9,2007-01-01 +910,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,72.4,2007-01-01 +911,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.9,2007-01-01 +912,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,6113.0,2007-01-01 +913,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5960.0,2007-01-01 +914,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3291.0,2007-01-01 +915,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3225.0,2007-01-01 +916,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2822.0,2007-01-01 +917,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2735.0,2007-01-01 +918,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2007-01-01 +919,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.4,2007-01-01 +920,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,94.0,2007-01-01 +921,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.1,2007-01-01 +922,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,81.2,2007-01-01 +923,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.7,2007-01-01 +924,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1080.0,2007-01-01 +925,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1041.0,2007-01-01 +926,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,659.0,2007-01-01 +927,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),633.0,2007-01-01 +928,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,421.0,2007-01-01 +929,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),408.0,2007-01-01 +930,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,52.8,2007-01-01 +931,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.9,2007-01-01 +932,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,64.0,2007-01-01 +933,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.5,2007-01-01 +934,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,41.4,2007-01-01 +935,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.1,2007-01-01 +936,Austria,From 15 to 24 years,Thousand persons,Total,Active population,585.0,2007-01-01 +937,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),530.0,2007-01-01 +938,Austria,From 15 to 24 years,Thousand persons,Males,Active population,308.0,2007-01-01 +939,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),279.0,2007-01-01 +940,Austria,From 15 to 24 years,Thousand persons,Females,Active population,278.0,2007-01-01 +941,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),251.0,2007-01-01 +942,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,59.4,2007-01-01 +943,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.8,2007-01-01 +944,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,62.9,2007-01-01 +945,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.0,2007-01-01 +946,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,56.0,2007-01-01 +947,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.6,2007-01-01 +948,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3136.0,2007-01-01 +949,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3003.0,2007-01-01 +950,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1680.0,2007-01-01 +951,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1616.0,2007-01-01 +952,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1455.0,2007-01-01 +953,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1387.0,2007-01-01 +954,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,86.5,2007-01-01 +955,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2007-01-01 +956,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2007-01-01 +957,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.0,2007-01-01 +958,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,80.5,2007-01-01 +959,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.7,2007-01-01 +960,Austria,From 55 to 64 years,Thousand persons,Total,Active population,343.0,2007-01-01 +961,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),331.0,2007-01-01 +962,Austria,From 55 to 64 years,Thousand persons,Males,Active population,213.0,2007-01-01 +963,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),205.0,2007-01-01 +964,Austria,From 55 to 64 years,Thousand persons,Females,Active population,130.0,2007-01-01 +965,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),126.0,2007-01-01 +966,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,37.2,2007-01-01 +967,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.0,2007-01-01 +968,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,47.6,2007-01-01 +969,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.0,2007-01-01 +970,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,27.5,2007-01-01 +971,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.5,2007-01-01 +972,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1858.0,2007-01-01 +973,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1455.0,2007-01-01 +974,Poland,From 15 to 24 years,Thousand persons,Males,Active population,1040.0,2007-01-01 +975,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),832.0,2007-01-01 +976,Poland,From 15 to 24 years,Thousand persons,Females,Active population,818.0,2007-01-01 +977,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),623.0,2007-01-01 +978,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,33.0,2007-01-01 +979,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.8,2007-01-01 +980,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,36.5,2007-01-01 +981,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.2,2007-01-01 +982,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,29.3,2007-01-01 +983,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.4,2007-01-01 +984,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13387.0,2007-01-01 +985,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12269.0,2007-01-01 +986,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7152.0,2007-01-01 +987,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6598.0,2007-01-01 +988,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6235.0,2007-01-01 +989,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5671.0,2007-01-01 +990,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,81.7,2007-01-01 +991,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.9,2007-01-01 +992,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,87.9,2007-01-01 +993,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.1,2007-01-01 +994,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,75.6,2007-01-01 +995,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.8,2007-01-01 +996,Poland,From 55 to 64 years,Thousand persons,Total,Active population,1366.0,2007-01-01 +997,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1273.0,2007-01-01 +998,Poland,From 55 to 64 years,Thousand persons,Males,Active population,894.0,2007-01-01 +999,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),828.0,2007-01-01 +1000,Poland,From 55 to 64 years,Thousand persons,Females,Active population,472.0,2007-01-01 +1001,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),444.0,2007-01-01 +1002,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,31.8,2007-01-01 +1003,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.7,2007-01-01 +1004,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,44.7,2007-01-01 +1005,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.4,2007-01-01 +1006,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,20.6,2007-01-01 +1007,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.4,2007-01-01 +1008,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,506.0,2007-01-01 +1009,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),421.0,2007-01-01 +1010,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,279.0,2007-01-01 +1011,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),240.0,2007-01-01 +1012,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,227.0,2007-01-01 +1013,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),181.0,2007-01-01 +1014,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,41.3,2007-01-01 +1015,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.4,2007-01-01 +1016,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,44.7,2007-01-01 +1017,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.5,2007-01-01 +1018,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,37.8,2007-01-01 +1019,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.1,2007-01-01 +1020,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,4019.0,2007-01-01 +1021,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3708.0,2007-01-01 +1022,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,2088.0,2007-01-01 +1023,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1960.0,2007-01-01 +1024,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1932.0,2007-01-01 +1025,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1748.0,2007-01-01 +1026,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2007-01-01 +1027,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.9,2007-01-01 +1028,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2007-01-01 +1029,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.2,2007-01-01 +1030,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,82.7,2007-01-01 +1031,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.8,2007-01-01 +1032,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,671.0,2007-01-01 +1033,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),627.0,2007-01-01 +1034,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,365.0,2007-01-01 +1035,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),339.0,2007-01-01 +1036,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,306.0,2007-01-01 +1037,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),288.0,2007-01-01 +1038,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,54.6,2007-01-01 +1039,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.0,2007-01-01 +1040,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,63.2,2007-01-01 +1041,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.7,2007-01-01 +1042,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,47.0,2007-01-01 +1043,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.3,2007-01-01 +1044,Romania,From 15 to 24 years,Thousand persons,Total,Active population,976.0,2007-01-01 +1045,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),780.0,2007-01-01 +1046,Romania,From 15 to 24 years,Thousand persons,Males,Active population,587.0,2007-01-01 +1047,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),463.0,2007-01-01 +1048,Romania,From 15 to 24 years,Thousand persons,Females,Active population,389.0,2007-01-01 +1049,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),317.0,2007-01-01 +1050,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,30.5,2007-01-01 +1051,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.4,2007-01-01 +1052,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,35.9,2007-01-01 +1053,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.3,2007-01-01 +1054,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,24.9,2007-01-01 +1055,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.2,2007-01-01 +1056,Romania,From 25 to 54 years,Thousand persons,Total,Active population,7521.0,2007-01-01 +1057,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),7100.0,2007-01-01 +1058,Romania,From 25 to 54 years,Thousand persons,Males,Active population,4107.0,2007-01-01 +1059,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3853.0,2007-01-01 +1060,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3413.0,2007-01-01 +1061,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),3247.0,2007-01-01 +1062,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,79.0,2007-01-01 +1063,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.6,2007-01-01 +1064,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,85.9,2007-01-01 +1065,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.6,2007-01-01 +1066,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,72.0,2007-01-01 +1067,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.5,2007-01-01 +1068,Romania,From 55 to 64 years,Thousand persons,Total,Active population,986.0,2007-01-01 +1069,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),963.0,2007-01-01 +1070,Romania,From 55 to 64 years,Thousand persons,Males,Active population,566.0,2007-01-01 +1071,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),547.0,2007-01-01 +1072,Romania,From 55 to 64 years,Thousand persons,Females,Active population,419.0,2007-01-01 +1073,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),416.0,2007-01-01 +1074,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,42.4,2007-01-01 +1075,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.4,2007-01-01 +1076,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,52.1,2007-01-01 +1077,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.3,2007-01-01 +1078,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,33.9,2007-01-01 +1079,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.6,2007-01-01 +1080,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,107.0,2007-01-01 +1081,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),96.0,2007-01-01 +1082,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,64.0,2007-01-01 +1083,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),58.0,2007-01-01 +1084,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,43.0,2007-01-01 +1085,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),38.0,2007-01-01 +1086,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,41.8,2007-01-01 +1087,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.6,2007-01-01 +1088,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,47.6,2007-01-01 +1089,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.2,2007-01-01 +1090,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,35.4,2007-01-01 +1091,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.4,2007-01-01 +1092,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,816.0,2007-01-01 +1093,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),780.0,2007-01-01 +1094,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,427.0,2007-01-01 +1095,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),413.0,2007-01-01 +1096,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,388.0,2007-01-01 +1097,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),367.0,2007-01-01 +1098,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,89.3,2007-01-01 +1099,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.3,2007-01-01 +1100,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,91.3,2007-01-01 +1101,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.1,2007-01-01 +1102,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,87.3,2007-01-01 +1103,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.4,2007-01-01 +1104,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,84.0,2007-01-01 +1105,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),81.0,2007-01-01 +1106,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,55.0,2007-01-01 +1107,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),54.0,2007-01-01 +1108,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,29.0,2007-01-01 +1109,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),28.0,2007-01-01 +1110,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,34.6,2007-01-01 +1111,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.5,2007-01-01 +1112,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,46.7,2007-01-01 +1113,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.3,2007-01-01 +1114,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,23.1,2007-01-01 +1115,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.2,2007-01-01 +1116,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,294.0,2007-01-01 +1117,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),234.0,2007-01-01 +1118,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,168.0,2007-01-01 +1119,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),134.0,2007-01-01 +1120,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,126.0,2007-01-01 +1121,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),100.0,2007-01-01 +1122,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,34.6,2007-01-01 +1123,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.6,2007-01-01 +1124,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,38.9,2007-01-01 +1125,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.9,2007-01-01 +1126,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,30.2,2007-01-01 +1127,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.1,2007-01-01 +1128,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2129.0,2007-01-01 +1129,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1912.0,2007-01-01 +1130,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1145.0,2007-01-01 +1131,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1046.0,2007-01-01 +1132,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,985.0,2007-01-01 +1133,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),866.0,2007-01-01 +1134,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,86.9,2007-01-01 +1135,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.0,2007-01-01 +1136,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2007-01-01 +1137,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.0,2007-01-01 +1138,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.7,2007-01-01 +1139,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.0,2007-01-01 +1140,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,223.0,2007-01-01 +1141,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),204.0,2007-01-01 +1142,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,151.0,2007-01-01 +1143,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),139.0,2007-01-01 +1144,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,72.0,2007-01-01 +1145,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),65.0,2007-01-01 +1146,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,38.8,2007-01-01 +1147,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.6,2007-01-01 +1148,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,57.0,2007-01-01 +1149,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.5,2007-01-01 +1150,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,23.3,2007-01-01 +1151,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.2,2007-01-01 +1152,Finland,From 15 to 24 years,Thousand persons,Total,Active population,341.0,2007-01-01 +1153,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),285.0,2007-01-01 +1154,Finland,From 15 to 24 years,Thousand persons,Males,Active population,168.0,2007-01-01 +1155,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),141.0,2007-01-01 +1156,Finland,From 15 to 24 years,Thousand persons,Females,Active population,173.0,2007-01-01 +1157,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),144.0,2007-01-01 +1158,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,53.4,2007-01-01 +1159,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.6,2007-01-01 +1160,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,53.3,2007-01-01 +1161,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.5,2007-01-01 +1162,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,53.6,2007-01-01 +1163,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.7,2007-01-01 +1164,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1868.0,2007-01-01 +1165,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1768.0,2007-01-01 +1166,Finland,From 25 to 54 years,Thousand persons,Males,Active population,973.0,2007-01-01 +1167,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),926.0,2007-01-01 +1168,Finland,From 25 to 54 years,Thousand persons,Females,Active population,894.0,2007-01-01 +1169,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),842.0,2007-01-01 +1170,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,88.0,2007-01-01 +1171,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.4,2007-01-01 +1172,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,90.4,2007-01-01 +1173,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.0,2007-01-01 +1174,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,85.6,2007-01-01 +1175,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.6,2007-01-01 +1176,Finland,From 55 to 64 years,Thousand persons,Total,Active population,433.0,2007-01-01 +1177,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),406.0,2007-01-01 +1178,Finland,From 55 to 64 years,Thousand persons,Males,Active population,216.0,2007-01-01 +1179,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),201.0,2007-01-01 +1180,Finland,From 55 to 64 years,Thousand persons,Females,Active population,217.0,2007-01-01 +1181,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),205.0,2007-01-01 +1182,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,58.8,2007-01-01 +1183,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.0,2007-01-01 +1184,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,59.1,2007-01-01 +1185,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.1,2007-01-01 +1186,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,58.4,2007-01-01 +1187,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.0,2007-01-01 +1188,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,614.0,2007-01-01 +1189,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),496.0,2007-01-01 +1190,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,311.0,2007-01-01 +1191,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),253.0,2007-01-01 +1192,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,303.0,2007-01-01 +1193,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),243.0,2007-01-01 +1194,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,52.2,2007-01-01 +1195,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.2,2007-01-01 +1196,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,51.8,2007-01-01 +1197,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.0,2007-01-01 +1198,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,52.7,2007-01-01 +1199,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.3,2007-01-01 +1200,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3247.0,2007-01-01 +1201,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3104.0,2007-01-01 +1202,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1704.0,2007-01-01 +1203,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1634.0,2007-01-01 +1204,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1543.0,2007-01-01 +1205,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1470.0,2007-01-01 +1206,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.0,2007-01-01 +1207,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.1,2007-01-01 +1208,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2007-01-01 +1209,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.1,2007-01-01 +1210,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,87.1,2007-01-01 +1211,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),83.0,2007-01-01 +1212,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,889.0,2007-01-01 +1213,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),854.0,2007-01-01 +1214,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,467.0,2007-01-01 +1215,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),446.0,2007-01-01 +1216,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,422.0,2007-01-01 +1217,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),407.0,2007-01-01 +1218,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,72.8,2007-01-01 +1219,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.0,2007-01-01 +1220,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,76.2,2007-01-01 +1221,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),72.9,2007-01-01 +1222,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,69.4,2007-01-01 +1223,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.0,2007-01-01 +1224,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4727.0,2007-01-01 +1225,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4052.0,2007-01-01 +1226,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2476.0,2007-01-01 +1227,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2084.0,2007-01-01 +1228,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2251.0,2007-01-01 +1229,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1968.0,2007-01-01 +1230,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,61.4,2007-01-01 +1231,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.6,2007-01-01 +1232,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,64.2,2007-01-01 +1233,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.0,2007-01-01 +1234,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,58.6,2007-01-01 +1235,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.3,2007-01-01 +1236,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,21241.0,2007-01-01 +1237,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20439.0,2007-01-01 +1238,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11384.0,2007-01-01 +1239,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10959.0,2007-01-01 +1240,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,9857.0,2007-01-01 +1241,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9480.0,2007-01-01 +1242,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,84.5,2007-01-01 +1243,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.3,2007-01-01 +1244,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2007-01-01 +1245,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.2,2007-01-01 +1246,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,77.5,2007-01-01 +1247,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.6,2007-01-01 +1248,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4268.0,2007-01-01 +1249,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4131.0,2007-01-01 +1250,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2438.0,2007-01-01 +1251,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2342.0,2007-01-01 +1252,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,1830.0,2007-01-01 +1253,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1789.0,2007-01-01 +1254,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,59.3,2007-01-01 +1255,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.4,2007-01-01 +1256,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,68.9,2007-01-01 +1257,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.2,2007-01-01 +1258,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,49.9,2007-01-01 +1259,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.8,2007-01-01 +1260,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,31.0,2007-01-01 +1261,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),29.0,2007-01-01 +1262,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2007-01-01 +1263,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),15.0,2007-01-01 +1264,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,15.0,2007-01-01 +1265,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),14.0,2007-01-01 +1266,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,79.9,2007-01-01 +1267,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.3,2007-01-01 +1268,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,80.2,2007-01-01 +1269,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.0,2007-01-01 +1270,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,79.5,2007-01-01 +1271,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.6,2007-01-01 +1272,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,116.0,2007-01-01 +1273,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),115.0,2007-01-01 +1274,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,64.0,2007-01-01 +1275,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),64.0,2007-01-01 +1276,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,52.0,2007-01-01 +1277,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2007-01-01 +1278,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,89.7,2007-01-01 +1279,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),88.5,2007-01-01 +1280,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,94.6,2007-01-01 +1281,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),93.6,2007-01-01 +1282,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,84.2,2007-01-01 +1283,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.9,2007-01-01 +1284,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,26.0,2007-01-01 +1285,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2007-01-01 +1286,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,14.0,2007-01-01 +1287,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2007-01-01 +1288,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,12.0,2007-01-01 +1289,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2007-01-01 +1290,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,85.4,2007-01-01 +1291,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.7,2007-01-01 +1292,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,90.1,2007-01-01 +1293,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.3,2007-01-01 +1294,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,80.5,2007-01-01 +1295,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.8,2007-01-01 +1296,Norway,From 15 to 24 years,Thousand persons,Total,Active population,344.0,2007-01-01 +1297,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),319.0,2007-01-01 +1298,Norway,From 15 to 24 years,Thousand persons,Males,Active population,170.0,2007-01-01 +1299,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),156.0,2007-01-01 +1300,Norway,From 15 to 24 years,Thousand persons,Females,Active population,174.0,2007-01-01 +1301,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),162.0,2007-01-01 +1302,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,58.8,2007-01-01 +1303,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),54.5,2007-01-01 +1304,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,57.5,2007-01-01 +1305,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.8,2007-01-01 +1306,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,60.1,2007-01-01 +1307,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.2,2007-01-01 +1308,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1709.0,2007-01-01 +1309,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1676.0,2007-01-01 +1310,Norway,From 25 to 54 years,Thousand persons,Males,Active population,902.0,2007-01-01 +1311,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),885.0,2007-01-01 +1312,Norway,From 25 to 54 years,Thousand persons,Females,Active population,807.0,2007-01-01 +1313,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),791.0,2007-01-01 +1314,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,87.4,2007-01-01 +1315,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.7,2007-01-01 +1316,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2007-01-01 +1317,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.1,2007-01-01 +1318,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,83.9,2007-01-01 +1319,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.3,2007-01-01 +1320,Norway,From 55 to 64 years,Thousand persons,Total,Active population,392.0,2007-01-01 +1321,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),389.0,2007-01-01 +1322,Norway,From 55 to 64 years,Thousand persons,Males,Active population,212.0,2007-01-01 +1323,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),210.0,2007-01-01 +1324,Norway,From 55 to 64 years,Thousand persons,Females,Active population,180.0,2007-01-01 +1325,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),178.0,2007-01-01 +1326,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,69.6,2007-01-01 +1327,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.0,2007-01-01 +1328,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,74.6,2007-01-01 +1329,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.8,2007-01-01 +1330,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,64.5,2007-01-01 +1331,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.0,2007-01-01 +1332,,,,,,, +1333,,,,,,, +1334,,,,,,, +1335,,,,,,, +1336,,,,,,, +1337,,,,,,, +1338,,,,,,, +1339,,,,,,, +1340,,,,,,, +1341,,,,,,, +1342,,,,,,, +1343,,,,,,, +1344,,,,,,, +1345,,,,,,, +1346,,,,,,, +1347,,,,,,, +1348,,,,,,, +1349,,,,,,, +1350,,,,,,, +1351,,,,,,, +1352,,,,,,, +1353,,,,,,, +1354,,,,,,, +1355,,,,,,, +1356,,,,,,, +1357,,,,,,, +1358,,,,,,, +1359,,,,,,, +1360,,,,,,, +1361,,,,,,, +1362,,,,,,, +1363,,,,,,, +1364,,,,,,, +1365,,,,,,, +1366,,,,,,, +1367,,,,,,, +1368,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,117.0,2007-01-01 +1369,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),49.0,2007-01-01 +1370,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,73.0,2007-01-01 +1371,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),31.0,2007-01-01 +1372,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,44.0,2007-01-01 +1373,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2007-01-01 +1374,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,35.9,2007-01-01 +1375,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.2,2007-01-01 +1376,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,43.8,2007-01-01 +1377,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.6,2007-01-01 +1378,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,27.5,2007-01-01 +1379,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),11.5,2007-01-01 +1380,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,698.0,2007-01-01 +1381,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),472.0,2007-01-01 +1382,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,412.0,2007-01-01 +1383,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),283.0,2007-01-01 +1384,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,286.0,2007-01-01 +1385,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),189.0,2007-01-01 +1386,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,77.9,2007-01-01 +1387,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.8,2007-01-01 +1388,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,90.4,2007-01-01 +1389,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.1,2007-01-01 +1390,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,65.0,2007-01-01 +1391,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.0,2007-01-01 +1392,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,84.0,2007-01-01 +1393,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),61.0,2007-01-01 +1394,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,58.0,2007-01-01 +1395,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),39.0,2007-01-01 +1396,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,27.0,2007-01-01 +1397,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),21.0,2007-01-01 +1398,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,40.0,2007-01-01 +1399,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.8,2007-01-01 +1400,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,56.4,2007-01-01 +1401,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.6,2007-01-01 +1402,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,24.6,2007-01-01 +1403,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.6,2007-01-01 +1404,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4226.0,2007-01-01 +1405,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3497.0,2007-01-01 +1406,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,2833.0,2007-01-01 +1407,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2349.0,2007-01-01 +1408,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1392.0,2007-01-01 +1409,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1148.0,2007-01-01 +1410,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,36.5,2007-01-01 +1411,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.2,2007-01-01 +1412,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,50.2,2007-01-01 +1413,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.6,2007-01-01 +1414,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,23.5,2007-01-01 +1415,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.4,2007-01-01 +1416,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,16681.0,2007-01-01 +1417,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),15439.0,2007-01-01 +1418,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,12689.0,2007-01-01 +1419,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11740.0,2007-01-01 +1420,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,3991.0,2007-01-01 +1421,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),3699.0,2007-01-01 +1422,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,57.5,2007-01-01 +1423,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.2,2007-01-01 +1424,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,87.2,2007-01-01 +1425,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.7,2007-01-01 +1426,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,27.6,2007-01-01 +1427,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.6,2007-01-01 +1428,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,1329.0,2007-01-01 +1429,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1282.0,2007-01-01 +1430,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,966.0,2007-01-01 +1431,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),923.0,2007-01-01 +1432,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,363.0,2007-01-01 +1433,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),359.0,2007-01-01 +1434,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,28.1,2007-01-01 +1435,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.2,2007-01-01 +1436,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,42.5,2007-01-01 +1437,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.6,2007-01-01 +1438,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,14.8,2007-01-01 +1439,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),14.7,2007-01-01 +1440,,,,,,, +1441,,,,,,, +1442,,,,,,, +1443,,,,,,, +1444,,,,,,, +1445,,,,,,, +1446,,,,,,, +1447,,,,,,, +1448,,,,,,, +1449,,,,,,, +1450,,,,,,, +1451,,,,,,, +1452,,,,,,, +1453,,,,,,, +1454,,,,,,, +1455,,,,,,, +1456,,,,,,, +1457,,,,,,, +1458,,,,,,, +1459,,,,,,, +1460,,,,,,, +1461,,,,,,, +1462,,,,,,, +1463,,,,,,, +1464,,,,,,, +1465,,,,,,, +1466,,,,,,, +1467,,,,,,, +1468,,,,,,, +1469,,,,,,, +1470,,,,,,, +1471,,,,,,, +1472,,,,,,, +1473,,,,,,, +1474,,,,,,, +1475,,,,,,, +1476,,,,,,, +1477,,,,,,, +1478,,,,,,, +1479,,,,,,, +1480,,,,,,, +1481,,,,,,, +1482,,,,,,, +1483,,,,,,, +1484,,,,,,, +1485,,,,,,, +1486,,,,,,, +1487,,,,,,, +1488,,,,,,, +1489,,,,,,, +1490,,,,,,, +1491,,,,,,, +1492,,,,,,, +1493,,,,,,, +1494,,,,,,, +1495,,,,,,, +1496,,,,,,, +1497,,,,,,, +1498,,,,,,, +1499,,,,,,, +1500,,,,,,, +1501,,,,,,, +1502,,,,,,, +1503,,,,,,, +1504,,,,,,, +1505,,,,,,, +1506,,,,,,, +1507,,,,,,, +1508,,,,,,, +1509,,,,,,, +1510,,,,,,, +1511,,,,,,, +1512,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,26693.0,2008-01-01 +1513,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),22524.0,2008-01-01 +1514,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,14584.0,2008-01-01 +1515,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12299.0,2008-01-01 +1516,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,12110.0,2008-01-01 +1517,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),10225.0,2008-01-01 +1518,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.2,2008-01-01 +1519,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.3,2008-01-01 +1520,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.6,2008-01-01 +1521,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.1,2008-01-01 +1522,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.6,2008-01-01 +1523,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.3,2008-01-01 +1524,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,180352.0,2008-01-01 +1525,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),169353.0,2008-01-01 +1526,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,97952.0,2008-01-01 +1527,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),92487.0,2008-01-01 +1528,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82400.0,2008-01-01 +1529,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),76866.0,2008-01-01 +1530,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.6,2008-01-01 +1531,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.4,2008-01-01 +1532,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2008-01-01 +1533,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.8,2008-01-01 +1534,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.3,2008-01-01 +1535,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.1,2008-01-01 +1536,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,28486.0,2008-01-01 +1537,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),27047.0,2008-01-01 +1538,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,16634.0,2008-01-01 +1539,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15788.0,2008-01-01 +1540,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,11852.0,2008-01-01 +1541,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11258.0,2008-01-01 +1542,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,47.9,2008-01-01 +1543,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.5,2008-01-01 +1544,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,57.7,2008-01-01 +1545,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.8,2008-01-01 +1546,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,38.6,2008-01-01 +1547,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.7,2008-01-01 +1548,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,26500.0,2008-01-01 +1549,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),22377.0,2008-01-01 +1550,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,14468.0,2008-01-01 +1551,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12207.0,2008-01-01 +1552,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,12033.0,2008-01-01 +1553,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),10170.0,2008-01-01 +1554,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.2,2008-01-01 +1555,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.3,2008-01-01 +1556,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.6,2008-01-01 +1557,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.2,2008-01-01 +1558,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.7,2008-01-01 +1559,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.4,2008-01-01 +1560,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,178863.0,2008-01-01 +1561,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),167972.0,2008-01-01 +1562,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,97158.0,2008-01-01 +1563,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),91737.0,2008-01-01 +1564,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,81704.0,2008-01-01 +1565,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),76235.0,2008-01-01 +1566,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.6,2008-01-01 +1567,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.5,2008-01-01 +1568,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2008-01-01 +1569,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.9,2008-01-01 +1570,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.3,2008-01-01 +1571,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.1,2008-01-01 +1572,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,28278.0,2008-01-01 +1573,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),26850.0,2008-01-01 +1574,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,16502.0,2008-01-01 +1575,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15665.0,2008-01-01 +1576,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,11776.0,2008-01-01 +1577,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11185.0,2008-01-01 +1578,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,48.0,2008-01-01 +1579,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.5,2008-01-01 +1580,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,57.8,2008-01-01 +1581,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.8,2008-01-01 +1582,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,38.7,2008-01-01 +1583,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.8,2008-01-01 +1584,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,21920.0,2008-01-01 +1585,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18541.0,2008-01-01 +1586,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,11828.0,2008-01-01 +1587,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9977.0,2008-01-01 +1588,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,10092.0,2008-01-01 +1589,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8564.0,2008-01-01 +1590,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,48.1,2008-01-01 +1591,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.7,2008-01-01 +1592,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,51.2,2008-01-01 +1593,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.2,2008-01-01 +1594,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,44.9,2008-01-01 +1595,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.1,2008-01-01 +1596,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,141949.0,2008-01-01 +1597,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),133163.0,2008-01-01 +1598,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,77332.0,2008-01-01 +1599,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),72974.0,2008-01-01 +1600,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,64618.0,2008-01-01 +1601,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),60189.0,2008-01-01 +1602,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2008-01-01 +1603,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.8,2008-01-01 +1604,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.8,2008-01-01 +1605,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.5,2008-01-01 +1606,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.5,2008-01-01 +1607,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.2,2008-01-01 +1608,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,23234.0,2008-01-01 +1609,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),22033.0,2008-01-01 +1610,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,13470.0,2008-01-01 +1611,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12778.0,2008-01-01 +1612,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,9764.0,2008-01-01 +1613,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9255.0,2008-01-01 +1614,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.9,2008-01-01 +1615,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.3,2008-01-01 +1616,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,59.1,2008-01-01 +1617,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.0,2008-01-01 +1618,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,41.1,2008-01-01 +1619,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.9,2008-01-01 +1620,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,16893.0,2008-01-01 +1621,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),14274.0,2008-01-01 +1622,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,9246.0,2008-01-01 +1623,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7833.0,2008-01-01 +1624,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,7647.0,2008-01-01 +1625,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6441.0,2008-01-01 +1626,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.2,2008-01-01 +1627,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.3,2008-01-01 +1628,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.6,2008-01-01 +1629,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.3,2008-01-01 +1630,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.7,2008-01-01 +1631,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.3,2008-01-01 +1632,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,121028.0,2008-01-01 +1633,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),112952.0,2008-01-01 +1634,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,66139.0,2008-01-01 +1635,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),62192.0,2008-01-01 +1636,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,54888.0,2008-01-01 +1637,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),50760.0,2008-01-01 +1638,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2008-01-01 +1639,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.4,2008-01-01 +1640,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2008-01-01 +1641,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.4,2008-01-01 +1642,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.2,2008-01-01 +1643,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2008-01-01 +1644,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,18412.0,2008-01-01 +1645,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17348.0,2008-01-01 +1646,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,10745.0,2008-01-01 +1647,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10147.0,2008-01-01 +1648,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,7667.0,2008-01-01 +1649,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7201.0,2008-01-01 +1650,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,47.1,2008-01-01 +1651,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.4,2008-01-01 +1652,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,56.4,2008-01-01 +1653,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.3,2008-01-01 +1654,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,38.3,2008-01-01 +1655,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.9,2008-01-01 +1656,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,16750.0,2008-01-01 +1657,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),14150.0,2008-01-01 +1658,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,9162.0,2008-01-01 +1659,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7760.0,2008-01-01 +1660,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,7588.0,2008-01-01 +1661,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6389.0,2008-01-01 +1662,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.4,2008-01-01 +1663,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.5,2008-01-01 +1664,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.8,2008-01-01 +1665,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.5,2008-01-01 +1666,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.9,2008-01-01 +1667,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.4,2008-01-01 +1668,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,119876.0,2008-01-01 +1669,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),111860.0,2008-01-01 +1670,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,65568.0,2008-01-01 +1671,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),61652.0,2008-01-01 +1672,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54308.0,2008-01-01 +1673,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),50209.0,2008-01-01 +1674,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2008-01-01 +1675,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.4,2008-01-01 +1676,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2008-01-01 +1677,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.4,2008-01-01 +1678,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.1,2008-01-01 +1679,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.3,2008-01-01 +1680,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,18223.0,2008-01-01 +1681,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17167.0,2008-01-01 +1682,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,10652.0,2008-01-01 +1683,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10058.0,2008-01-01 +1684,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,7571.0,2008-01-01 +1685,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7110.0,2008-01-01 +1686,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,47.0,2008-01-01 +1687,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.3,2008-01-01 +1688,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,56.4,2008-01-01 +1689,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.2,2008-01-01 +1690,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,38.1,2008-01-01 +1691,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.8,2008-01-01 +1692,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,16607.0,2008-01-01 +1693,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),14026.0,2008-01-01 +1694,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,9079.0,2008-01-01 +1695,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7689.0,2008-01-01 +1696,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,7528.0,2008-01-01 +1697,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6337.0,2008-01-01 +1698,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.4,2008-01-01 +1699,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.5,2008-01-01 +1700,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.8,2008-01-01 +1701,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.4,2008-01-01 +1702,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.9,2008-01-01 +1703,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.4,2008-01-01 +1704,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,119075.0,2008-01-01 +1705,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),111118.0,2008-01-01 +1706,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,65165.0,2008-01-01 +1707,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),61280.0,2008-01-01 +1708,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,53910.0,2008-01-01 +1709,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49838.0,2008-01-01 +1710,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2008-01-01 +1711,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.3,2008-01-01 +1712,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,93.0,2008-01-01 +1713,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.4,2008-01-01 +1714,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.1,2008-01-01 +1715,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.3,2008-01-01 +1716,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,18070.0,2008-01-01 +1717,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17024.0,2008-01-01 +1718,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,10582.0,2008-01-01 +1719,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),9993.0,2008-01-01 +1720,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,7488.0,2008-01-01 +1721,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7031.0,2008-01-01 +1722,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,46.9,2008-01-01 +1723,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.2,2008-01-01 +1724,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,56.3,2008-01-01 +1725,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.2,2008-01-01 +1726,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,38.0,2008-01-01 +1727,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.7,2008-01-01 +1728,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,433.0,2008-01-01 +1729,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),356.0,2008-01-01 +1730,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,236.0,2008-01-01 +1731,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),195.0,2008-01-01 +1732,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,197.0,2008-01-01 +1733,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),160.0,2008-01-01 +1734,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,33.4,2008-01-01 +1735,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.4,2008-01-01 +1736,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,36.0,2008-01-01 +1737,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.7,2008-01-01 +1738,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,30.8,2008-01-01 +1739,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.0,2008-01-01 +1740,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3851.0,2008-01-01 +1741,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3616.0,2008-01-01 +1742,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2090.0,2008-01-01 +1743,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1971.0,2008-01-01 +1744,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1761.0,2008-01-01 +1745,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1644.0,2008-01-01 +1746,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.7,2008-01-01 +1747,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.5,2008-01-01 +1748,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,92.3,2008-01-01 +1749,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.0,2008-01-01 +1750,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,79.0,2008-01-01 +1751,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.8,2008-01-01 +1752,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,463.0,2008-01-01 +1753,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),442.0,2008-01-01 +1754,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,282.0,2008-01-01 +1755,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),272.0,2008-01-01 +1756,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,180.0,2008-01-01 +1757,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),170.0,2008-01-01 +1758,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,36.1,2008-01-01 +1759,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.5,2008-01-01 +1760,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,44.4,2008-01-01 +1761,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.8,2008-01-01 +1762,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,27.9,2008-01-01 +1763,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.3,2008-01-01 +1764,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,301.0,2008-01-01 +1765,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),263.0,2008-01-01 +1766,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,174.0,2008-01-01 +1767,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),150.0,2008-01-01 +1768,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,127.0,2008-01-01 +1769,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),112.0,2008-01-01 +1770,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,30.1,2008-01-01 +1771,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.3,2008-01-01 +1772,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,34.0,2008-01-01 +1773,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.3,2008-01-01 +1774,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2008-01-01 +1775,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.1,2008-01-01 +1776,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2724.0,2008-01-01 +1777,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2591.0,2008-01-01 +1778,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1418.0,2008-01-01 +1779,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1352.0,2008-01-01 +1780,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1306.0,2008-01-01 +1781,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1238.0,2008-01-01 +1782,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2008-01-01 +1783,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.3,2008-01-01 +1784,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,88.8,2008-01-01 +1785,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.7,2008-01-01 +1786,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,82.1,2008-01-01 +1787,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.9,2008-01-01 +1788,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,480.0,2008-01-01 +1789,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),453.0,2008-01-01 +1790,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,267.0,2008-01-01 +1791,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),253.0,2008-01-01 +1792,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,213.0,2008-01-01 +1793,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),200.0,2008-01-01 +1794,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,48.7,2008-01-01 +1795,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.0,2008-01-01 +1796,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,58.7,2008-01-01 +1797,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.8,2008-01-01 +1798,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,40.2,2008-01-01 +1799,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.7,2008-01-01 +1800,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,418.0,2008-01-01 +1801,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),377.0,2008-01-01 +1802,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,248.0,2008-01-01 +1803,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),224.0,2008-01-01 +1804,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,170.0,2008-01-01 +1805,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),153.0,2008-01-01 +1806,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,31.1,2008-01-01 +1807,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.1,2008-01-01 +1808,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,35.9,2008-01-01 +1809,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2008-01-01 +1810,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2008-01-01 +1811,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.5,2008-01-01 +1812,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4020.0,2008-01-01 +1813,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3860.0,2008-01-01 +1814,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2224.0,2008-01-01 +1815,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2162.0,2008-01-01 +1816,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1795.0,2008-01-01 +1817,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1698.0,2008-01-01 +1818,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2008-01-01 +1819,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.8,2008-01-01 +1820,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,94.8,2008-01-01 +1821,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.1,2008-01-01 +1822,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2008-01-01 +1823,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.2,2008-01-01 +1824,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,725.0,2008-01-01 +1825,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),697.0,2008-01-01 +1826,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,450.0,2008-01-01 +1827,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),434.0,2008-01-01 +1828,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,275.0,2008-01-01 +1829,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),262.0,2008-01-01 +1830,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,49.5,2008-01-01 +1831,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.6,2008-01-01 +1832,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,64.2,2008-01-01 +1833,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.9,2008-01-01 +1834,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,36.1,2008-01-01 +1835,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.4,2008-01-01 +1836,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,458.0,2008-01-01 +1837,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),421.0,2008-01-01 +1838,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,236.0,2008-01-01 +1839,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),218.0,2008-01-01 +1840,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,222.0,2008-01-01 +1841,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),203.0,2008-01-01 +1842,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,72.2,2008-01-01 +1843,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),66.4,2008-01-01 +1844,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,72.8,2008-01-01 +1845,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.4,2008-01-01 +1846,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,71.5,2008-01-01 +1847,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.3,2008-01-01 +1848,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,2012.0,2008-01-01 +1849,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1959.0,2008-01-01 +1850,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1054.0,2008-01-01 +1851,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1028.0,2008-01-01 +1852,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,958.0,2008-01-01 +1853,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),931.0,2008-01-01 +1854,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,89.9,2008-01-01 +1855,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),87.5,2008-01-01 +1856,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,93.3,2008-01-01 +1857,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.9,2008-01-01 +1858,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,86.4,2008-01-01 +1859,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),84.0,2008-01-01 +1860,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,438.0,2008-01-01 +1861,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),427.0,2008-01-01 +1862,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,244.0,2008-01-01 +1863,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),238.0,2008-01-01 +1864,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,194.0,2008-01-01 +1865,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),188.0,2008-01-01 +1866,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,59.9,2008-01-01 +1867,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.4,2008-01-01 +1868,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,66.9,2008-01-01 +1869,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.2,2008-01-01 +1870,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,53.0,2008-01-01 +1871,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.5,2008-01-01 +1872,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4898.0,2008-01-01 +1873,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4381.0,2008-01-01 +1874,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2635.0,2008-01-01 +1875,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2344.0,2008-01-01 +1876,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,2263.0,2008-01-01 +1877,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),2037.0,2008-01-01 +1878,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,52.2,2008-01-01 +1879,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.6,2008-01-01 +1880,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,54.7,2008-01-01 +1881,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.7,2008-01-01 +1882,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,49.5,2008-01-01 +1883,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.5,2008-01-01 +1884,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,30429.0,2008-01-01 +1885,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),28299.0,2008-01-01 +1886,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,16467.0,2008-01-01 +1887,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),15337.0,2008-01-01 +1888,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13962.0,2008-01-01 +1889,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),12963.0,2008-01-01 +1890,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.0,2008-01-01 +1891,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.9,2008-01-01 +1892,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2008-01-01 +1893,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.1,2008-01-01 +1894,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,80.5,2008-01-01 +1895,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.7,2008-01-01 +1896,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,5705.0,2008-01-01 +1897,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),5222.0,2008-01-01 +1898,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,3212.0,2008-01-01 +1899,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2951.0,2008-01-01 +1900,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,2494.0,2008-01-01 +1901,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2271.0,2008-01-01 +1902,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,58.7,2008-01-01 +1903,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.7,2008-01-01 +1904,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,67.2,2008-01-01 +1905,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.7,2008-01-01 +1906,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,50.5,2008-01-01 +1907,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.0,2008-01-01 +1908,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,78.0,2008-01-01 +1909,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),69.0,2008-01-01 +1910,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,43.0,2008-01-01 +1911,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),38.0,2008-01-01 +1912,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,35.0,2008-01-01 +1913,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),31.0,2008-01-01 +1914,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,40.8,2008-01-01 +1915,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.9,2008-01-01 +1916,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,44.5,2008-01-01 +1917,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.9,2008-01-01 +1918,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,37.1,2008-01-01 +1919,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.9,2008-01-01 +1920,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,492.0,2008-01-01 +1921,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),468.0,2008-01-01 +1922,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,255.0,2008-01-01 +1923,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),242.0,2008-01-01 +1924,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,237.0,2008-01-01 +1925,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),226.0,2008-01-01 +1926,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,88.2,2008-01-01 +1927,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.9,2008-01-01 +1928,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,92.8,2008-01-01 +1929,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.2,2008-01-01 +1930,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,83.7,2008-01-01 +1931,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.7,2008-01-01 +1932,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,99.0,2008-01-01 +1933,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),95.0,2008-01-01 +1934,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,46.0,2008-01-01 +1935,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),43.0,2008-01-01 +1936,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,54.0,2008-01-01 +1937,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),52.0,2008-01-01 +1938,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,65.0,2008-01-01 +1939,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.3,2008-01-01 +1940,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,68.3,2008-01-01 +1941,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.7,2008-01-01 +1942,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,62.4,2008-01-01 +1943,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.5,2008-01-01 +1944,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,354.0,2008-01-01 +1945,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),307.0,2008-01-01 +1946,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,186.0,2008-01-01 +1947,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),156.0,2008-01-01 +1948,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,167.0,2008-01-01 +1949,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),150.0,2008-01-01 +1950,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,53.3,2008-01-01 +1951,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.2,2008-01-01 +1952,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,55.9,2008-01-01 +1953,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.0,2008-01-01 +1954,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,50.6,2008-01-01 +1955,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.4,2008-01-01 +1956,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1630.0,2008-01-01 +1957,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1540.0,2008-01-01 +1958,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,917.0,2008-01-01 +1959,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),856.0,2008-01-01 +1960,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,713.0,2008-01-01 +1961,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),684.0,2008-01-01 +1962,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,81.9,2008-01-01 +1963,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2008-01-01 +1964,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2008-01-01 +1965,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.5,2008-01-01 +1966,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,72.0,2008-01-01 +1967,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.1,2008-01-01 +1968,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,243.0,2008-01-01 +1969,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),235.0,2008-01-01 +1970,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,152.0,2008-01-01 +1971,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),146.0,2008-01-01 +1972,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,91.0,2008-01-01 +1973,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),89.0,2008-01-01 +1974,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,55.8,2008-01-01 +1975,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.9,2008-01-01 +1976,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,69.1,2008-01-01 +1977,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.4,2008-01-01 +1978,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,42.3,2008-01-01 +1979,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.2,2008-01-01 +1980,Greece,From 15 to 24 years,Thousand persons,Total,Active population,374.0,2008-01-01 +1981,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),292.0,2008-01-01 +1982,Greece,From 15 to 24 years,Thousand persons,Males,Active population,212.0,2008-01-01 +1983,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),176.0,2008-01-01 +1984,Greece,From 15 to 24 years,Thousand persons,Females,Active population,163.0,2008-01-01 +1985,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),117.0,2008-01-01 +1986,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,30.1,2008-01-01 +1987,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.5,2008-01-01 +1988,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,34.0,2008-01-01 +1989,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.3,2008-01-01 +1990,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2008-01-01 +1991,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.7,2008-01-01 +1992,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3969.0,2008-01-01 +1993,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3682.0,2008-01-01 +1994,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2281.0,2008-01-01 +1995,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2178.0,2008-01-01 +1996,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1688.0,2008-01-01 +1997,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1504.0,2008-01-01 +1998,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,81.9,2008-01-01 +1999,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.0,2008-01-01 +2000,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,94.4,2008-01-01 +2001,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.1,2008-01-01 +2002,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,69.5,2008-01-01 +2003,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.0,2008-01-01 +2004,Greece,From 55 to 64 years,Thousand persons,Total,Active population,567.0,2008-01-01 +2005,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),548.0,2008-01-01 +2006,Greece,From 55 to 64 years,Thousand persons,Males,Active population,379.0,2008-01-01 +2007,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),368.0,2008-01-01 +2008,Greece,From 55 to 64 years,Thousand persons,Females,Active population,188.0,2008-01-01 +2009,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),180.0,2008-01-01 +2010,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,44.4,2008-01-01 +2011,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.0,2008-01-01 +2012,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,61.0,2008-01-01 +2013,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.2,2008-01-01 +2014,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,28.7,2008-01-01 +2015,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.5,2008-01-01 +2016,Spain,From 15 to 24 years,Thousand persons,Total,Active population,2431.0,2008-01-01 +2017,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1837.0,2008-01-01 +2018,Spain,From 15 to 24 years,Thousand persons,Males,Active population,1343.0,2008-01-01 +2019,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1026.0,2008-01-01 +2020,Spain,From 15 to 24 years,Thousand persons,Females,Active population,1089.0,2008-01-01 +2021,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),811.0,2008-01-01 +2022,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,47.7,2008-01-01 +2023,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.0,2008-01-01 +2024,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,51.5,2008-01-01 +2025,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.3,2008-01-01 +2026,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,43.7,2008-01-01 +2027,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.6,2008-01-01 +2028,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18071.0,2008-01-01 +2029,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),16250.0,2008-01-01 +2030,Spain,From 25 to 54 years,Thousand persons,Males,Active population,10138.0,2008-01-01 +2031,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),9236.0,2008-01-01 +2032,Spain,From 25 to 54 years,Thousand persons,Females,Active population,7933.0,2008-01-01 +2033,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7015.0,2008-01-01 +2034,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,84.0,2008-01-01 +2035,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.6,2008-01-01 +2036,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2008-01-01 +2037,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.2,2008-01-01 +2038,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,75.3,2008-01-01 +2039,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.5,2008-01-01 +2040,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2406.0,2008-01-01 +2041,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2229.0,2008-01-01 +2042,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1546.0,2008-01-01 +2043,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1446.0,2008-01-01 +2044,Spain,From 55 to 64 years,Thousand persons,Females,Active population,860.0,2008-01-01 +2045,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),783.0,2008-01-01 +2046,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,49.1,2008-01-01 +2047,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.5,2008-01-01 +2048,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,64.7,2008-01-01 +2049,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.5,2008-01-01 +2050,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,34.2,2008-01-01 +2051,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.2,2008-01-01 +2052,,,,,,, +2053,,,,,,, +2054,,,,,,, +2055,,,,,,, +2056,,,,,,, +2057,,,,,,, +2058,,,,,,, +2059,,,,,,, +2060,,,,,,, +2061,,,,,,, +2062,,,,,,, +2063,,,,,,, +2064,,,,,,, +2065,,,,,,, +2066,,,,,,, +2067,,,,,,, +2068,,,,,,, +2069,,,,,,, +2070,,,,,,, +2071,,,,,,, +2072,,,,,,, +2073,,,,,,, +2074,,,,,,, +2075,,,,,,, +2076,,,,,,, +2077,,,,,,, +2078,,,,,,, +2079,,,,,,, +2080,,,,,,, +2081,,,,,,, +2082,,,,,,, +2083,,,,,,, +2084,,,,,,, +2085,,,,,,, +2086,,,,,,, +2087,,,,,,, +2088,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2879.0,2008-01-01 +2089,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2351.0,2008-01-01 +2090,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1585.0,2008-01-01 +2091,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1291.0,2008-01-01 +2092,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1294.0,2008-01-01 +2093,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1060.0,2008-01-01 +2094,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,38.5,2008-01-01 +2095,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.4,2008-01-01 +2096,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,42.2,2008-01-01 +2097,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.4,2008-01-01 +2098,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,34.7,2008-01-01 +2099,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.5,2008-01-01 +2100,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21893.0,2008-01-01 +2101,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20574.0,2008-01-01 +2102,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11468.0,2008-01-01 +2103,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10843.0,2008-01-01 +2104,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10426.0,2008-01-01 +2105,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9731.0,2008-01-01 +2106,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,88.5,2008-01-01 +2107,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.2,2008-01-01 +2108,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,94.4,2008-01-01 +2109,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.3,2008-01-01 +2110,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,82.8,2008-01-01 +2111,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.3,2008-01-01 +2112,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,2987.0,2008-01-01 +2113,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2868.0,2008-01-01 +2114,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,1544.0,2008-01-01 +2115,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1478.0,2008-01-01 +2116,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,1443.0,2008-01-01 +2117,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1389.0,2008-01-01 +2118,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,39.8,2008-01-01 +2119,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.2,2008-01-01 +2120,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,42.4,2008-01-01 +2121,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.6,2008-01-01 +2122,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,37.3,2008-01-01 +2123,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.9,2008-01-01 +2124,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,193.0,2008-01-01 +2125,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),147.0,2008-01-01 +2126,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,116.0,2008-01-01 +2127,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),92.0,2008-01-01 +2128,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,77.0,2008-01-01 +2129,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),55.0,2008-01-01 +2130,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,36.6,2008-01-01 +2131,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.0,2008-01-01 +2132,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,43.1,2008-01-01 +2133,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.2,2008-01-01 +2134,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,29.9,2008-01-01 +2135,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.4,2008-01-01 +2136,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1489.0,2008-01-01 +2137,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1381.0,2008-01-01 +2138,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,793.0,2008-01-01 +2139,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),751.0,2008-01-01 +2140,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,696.0,2008-01-01 +2141,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),630.0,2008-01-01 +2142,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,81.9,2008-01-01 +2143,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.0,2008-01-01 +2144,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,86.9,2008-01-01 +2145,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.2,2008-01-01 +2146,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,76.9,2008-01-01 +2147,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.7,2008-01-01 +2148,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,208.0,2008-01-01 +2149,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),197.0,2008-01-01 +2150,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,132.0,2008-01-01 +2151,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),123.0,2008-01-01 +2152,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,76.0,2008-01-01 +2153,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),73.0,2008-01-01 +2154,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,39.3,2008-01-01 +2155,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.1,2008-01-01 +2156,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,52.1,2008-01-01 +2157,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.9,2008-01-01 +2158,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,27.6,2008-01-01 +2159,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.4,2008-01-01 +2160,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1832.0,2008-01-01 +2161,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1443.0,2008-01-01 +2162,Italy,From 15 to 24 years,Thousand persons,Males,Active population,1088.0,2008-01-01 +2163,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),883.0,2008-01-01 +2164,Italy,From 15 to 24 years,Thousand persons,Females,Active population,744.0,2008-01-01 +2165,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),560.0,2008-01-01 +2166,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,30.7,2008-01-01 +2167,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.2,2008-01-01 +2168,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,35.7,2008-01-01 +2169,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.0,2008-01-01 +2170,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,25.5,2008-01-01 +2171,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.2,2008-01-01 +2172,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19991.0,2008-01-01 +2173,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),18800.0,2008-01-01 +2174,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11596.0,2008-01-01 +2175,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11054.0,2008-01-01 +2176,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8395.0,2008-01-01 +2177,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7746.0,2008-01-01 +2178,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,78.1,2008-01-01 +2179,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.4,2008-01-01 +2180,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,91.0,2008-01-01 +2181,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.8,2008-01-01 +2182,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,65.3,2008-01-01 +2183,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.2,2008-01-01 +2184,Italy,From 55 to 64 years,Thousand persons,Total,Active population,2534.0,2008-01-01 +2185,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2455.0,2008-01-01 +2186,Italy,From 55 to 64 years,Thousand persons,Males,Active population,1629.0,2008-01-01 +2187,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1576.0,2008-01-01 +2188,Italy,From 55 to 64 years,Thousand persons,Females,Active population,905.0,2008-01-01 +2189,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),879.0,2008-01-01 +2190,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,35.4,2008-01-01 +2191,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.3,2008-01-01 +2192,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,46.8,2008-01-01 +2193,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.3,2008-01-01 +2194,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,24.6,2008-01-01 +2195,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.9,2008-01-01 +2196,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,39.0,2008-01-01 +2197,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),35.0,2008-01-01 +2198,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,19.0,2008-01-01 +2199,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),17.0,2008-01-01 +2200,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,20.0,2008-01-01 +2201,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2008-01-01 +2202,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,41.7,2008-01-01 +2203,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.0,2008-01-01 +2204,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,43.1,2008-01-01 +2205,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.4,2008-01-01 +2206,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,40.5,2008-01-01 +2207,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.7,2008-01-01 +2208,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,299.0,2008-01-01 +2209,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),289.0,2008-01-01 +2210,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,161.0,2008-01-01 +2211,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),156.0,2008-01-01 +2212,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,138.0,2008-01-01 +2213,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),133.0,2008-01-01 +2214,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,86.5,2008-01-01 +2215,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.7,2008-01-01 +2216,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,94.0,2008-01-01 +2217,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.4,2008-01-01 +2218,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,79.1,2008-01-01 +2219,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.2,2008-01-01 +2220,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,48.0,2008-01-01 +2221,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),47.0,2008-01-01 +2222,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,30.0,2008-01-01 +2223,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2008-01-01 +2224,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,18.0,2008-01-01 +2225,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),17.0,2008-01-01 +2226,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,56.6,2008-01-01 +2227,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),54.8,2008-01-01 +2228,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,73.0,2008-01-01 +2229,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),70.9,2008-01-01 +2230,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,41.0,2008-01-01 +2231,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.4,2008-01-01 +2232,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,143.0,2008-01-01 +2233,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),123.0,2008-01-01 +2234,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,83.0,2008-01-01 +2235,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),71.0,2008-01-01 +2236,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,60.0,2008-01-01 +2237,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),52.0,2008-01-01 +2238,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,42.8,2008-01-01 +2239,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.0,2008-01-01 +2240,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,49.0,2008-01-01 +2241,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.1,2008-01-01 +2242,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,36.5,2008-01-01 +2243,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.7,2008-01-01 +2244,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,801.0,2008-01-01 +2245,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),742.0,2008-01-01 +2246,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,403.0,2008-01-01 +2247,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),372.0,2008-01-01 +2248,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,398.0,2008-01-01 +2249,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),371.0,2008-01-01 +2250,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,88.7,2008-01-01 +2251,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.2,2008-01-01 +2252,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2008-01-01 +2253,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.9,2008-01-01 +2254,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,85.6,2008-01-01 +2255,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.6,2008-01-01 +2256,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,153.0,2008-01-01 +2257,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),143.0,2008-01-01 +2258,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,70.0,2008-01-01 +2259,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),65.0,2008-01-01 +2260,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,83.0,2008-01-01 +2261,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),79.0,2008-01-01 +2262,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,63.0,2008-01-01 +2263,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.1,2008-01-01 +2264,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,68.2,2008-01-01 +2265,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.8,2008-01-01 +2266,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,59.2,2008-01-01 +2267,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.3,2008-01-01 +2268,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,144.0,2008-01-01 +2269,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),125.0,2008-01-01 +2270,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,84.0,2008-01-01 +2271,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),73.0,2008-01-01 +2272,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,60.0,2008-01-01 +2273,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2008-01-01 +2274,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,30.0,2008-01-01 +2275,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.0,2008-01-01 +2276,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,34.6,2008-01-01 +2277,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.1,2008-01-01 +2278,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,25.3,2008-01-01 +2279,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.8,2008-01-01 +2280,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1151.0,2008-01-01 +2281,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1091.0,2008-01-01 +2282,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,571.0,2008-01-01 +2283,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),540.0,2008-01-01 +2284,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,580.0,2008-01-01 +2285,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),551.0,2008-01-01 +2286,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2008-01-01 +2287,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.9,2008-01-01 +2288,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,87.3,2008-01-01 +2289,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.6,2008-01-01 +2290,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,83.6,2008-01-01 +2291,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.4,2008-01-01 +2292,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,189.0,2008-01-01 +2293,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),181.0,2008-01-01 +2294,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,93.0,2008-01-01 +2295,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),89.0,2008-01-01 +2296,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,96.0,2008-01-01 +2297,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),92.0,2008-01-01 +2298,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,55.4,2008-01-01 +2299,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.0,2008-01-01 +2300,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,62.9,2008-01-01 +2301,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.2,2008-01-01 +2302,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,49.7,2008-01-01 +2303,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.4,2008-01-01 +2304,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,16.0,2008-01-01 +2305,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),13.0,2008-01-01 +2306,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,8.0,2008-01-01 +2307,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7.0,2008-01-01 +2308,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,7.0,2008-01-01 +2309,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2008-01-01 +2310,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,29.0,2008-01-01 +2311,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.8,2008-01-01 +2312,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,30.9,2008-01-01 +2313,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.0,2008-01-01 +2314,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,27.1,2008-01-01 +2315,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.6,2008-01-01 +2316,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,180.0,2008-01-01 +2317,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),172.0,2008-01-01 +2318,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,102.0,2008-01-01 +2319,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),98.0,2008-01-01 +2320,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,78.0,2008-01-01 +2321,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74.0,2008-01-01 +2322,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,83.4,2008-01-01 +2323,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.0,2008-01-01 +2324,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,93.7,2008-01-01 +2325,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.2,2008-01-01 +2326,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,72.9,2008-01-01 +2327,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.5,2008-01-01 +2328,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,17.0,2008-01-01 +2329,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17.0,2008-01-01 +2330,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,10.0,2008-01-01 +2331,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10.0,2008-01-01 +2332,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,7.0,2008-01-01 +2333,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7.0,2008-01-01 +2334,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,35.1,2008-01-01 +2335,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.1,2008-01-01 +2336,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,39.7,2008-01-01 +2337,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.7,2008-01-01 +2338,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,30.3,2008-01-01 +2339,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.3,2008-01-01 +2340,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,308.0,2008-01-01 +2341,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),248.0,2008-01-01 +2342,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,178.0,2008-01-01 +2343,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),144.0,2008-01-01 +2344,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,129.0,2008-01-01 +2345,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),103.0,2008-01-01 +2346,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,25.1,2008-01-01 +2347,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.2,2008-01-01 +2348,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,28.7,2008-01-01 +2349,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),23.3,2008-01-01 +2350,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,21.4,2008-01-01 +2351,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.1,2008-01-01 +2352,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3415.0,2008-01-01 +2353,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3171.0,2008-01-01 +2354,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1839.0,2008-01-01 +2355,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1711.0,2008-01-01 +2356,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1576.0,2008-01-01 +2357,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1460.0,2008-01-01 +2358,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,80.3,2008-01-01 +2359,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.5,2008-01-01 +2360,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,87.3,2008-01-01 +2361,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.3,2008-01-01 +2362,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,73.4,2008-01-01 +2363,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.9,2008-01-01 +2364,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,421.0,2008-01-01 +2365,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),400.0,2008-01-01 +2366,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,232.0,2008-01-01 +2367,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),220.0,2008-01-01 +2368,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,189.0,2008-01-01 +2369,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),180.0,2008-01-01 +2370,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,32.6,2008-01-01 +2371,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.9,2008-01-01 +2372,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,39.8,2008-01-01 +2373,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.7,2008-01-01 +2374,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,26.6,2008-01-01 +2375,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.3,2008-01-01 +2376,Malta,From 15 to 24 years,Thousand persons,Total,Active population,30.0,2008-01-01 +2377,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2008-01-01 +2378,Malta,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2008-01-01 +2379,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2008-01-01 +2380,Malta,From 15 to 24 years,Thousand persons,Females,Active population,14.0,2008-01-01 +2381,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2008-01-01 +2382,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,52.7,2008-01-01 +2383,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.6,2008-01-01 +2384,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,55.3,2008-01-01 +2385,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.0,2008-01-01 +2386,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,50.0,2008-01-01 +2387,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.0,2008-01-01 +2388,Malta,From 25 to 54 years,Thousand persons,Total,Active population,120.0,2008-01-01 +2389,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),114.0,2008-01-01 +2390,Malta,From 25 to 54 years,Thousand persons,Males,Active population,81.0,2008-01-01 +2391,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),77.0,2008-01-01 +2392,Malta,From 25 to 54 years,Thousand persons,Females,Active population,39.0,2008-01-01 +2393,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),37.0,2008-01-01 +2394,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,70.7,2008-01-01 +2395,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),67.2,2008-01-01 +2396,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,93.8,2008-01-01 +2397,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.5,2008-01-01 +2398,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,46.7,2008-01-01 +2399,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.1,2008-01-01 +2400,Malta,From 55 to 64 years,Thousand persons,Total,Active population,18.0,2008-01-01 +2401,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),18.0,2008-01-01 +2402,Malta,From 55 to 64 years,Thousand persons,Males,Active population,14.0,2008-01-01 +2403,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2008-01-01 +2404,Malta,From 55 to 64 years,Thousand persons,Females,Active population,4.0,2008-01-01 +2405,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),4.0,2008-01-01 +2406,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,31.4,2008-01-01 +2407,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.1,2008-01-01 +2408,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,49.5,2008-01-01 +2409,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.9,2008-01-01 +2410,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,13.6,2008-01-01 +2411,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.7,2008-01-01 +2412,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1444.0,2008-01-01 +2413,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1368.0,2008-01-01 +2414,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,738.0,2008-01-01 +2415,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),699.0,2008-01-01 +2416,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,706.0,2008-01-01 +2417,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),669.0,2008-01-01 +2418,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,73.2,2008-01-01 +2419,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.3,2008-01-01 +2420,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,73.7,2008-01-01 +2421,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.8,2008-01-01 +2422,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,72.6,2008-01-01 +2423,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.8,2008-01-01 +2424,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,6117.0,2008-01-01 +2425,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5993.0,2008-01-01 +2426,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3275.0,2008-01-01 +2427,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3221.0,2008-01-01 +2428,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2842.0,2008-01-01 +2429,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2772.0,2008-01-01 +2430,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,88.5,2008-01-01 +2431,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.8,2008-01-01 +2432,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,94.5,2008-01-01 +2433,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),93.0,2008-01-01 +2434,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,82.5,2008-01-01 +2435,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.5,2008-01-01 +2436,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1143.0,2008-01-01 +2437,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1107.0,2008-01-01 +2438,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,691.0,2008-01-01 +2439,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),668.0,2008-01-01 +2440,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,452.0,2008-01-01 +2441,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),439.0,2008-01-01 +2442,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,54.7,2008-01-01 +2443,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.0,2008-01-01 +2444,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,65.9,2008-01-01 +2445,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.7,2008-01-01 +2446,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,43.5,2008-01-01 +2447,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.2,2008-01-01 +2448,Austria,From 15 to 24 years,Thousand persons,Total,Active population,588.0,2008-01-01 +2449,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),538.0,2008-01-01 +2450,Austria,From 15 to 24 years,Thousand persons,Males,Active population,310.0,2008-01-01 +2451,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),284.0,2008-01-01 +2452,Austria,From 15 to 24 years,Thousand persons,Females,Active population,279.0,2008-01-01 +2453,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),255.0,2008-01-01 +2454,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,59.5,2008-01-01 +2455,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),54.4,2008-01-01 +2456,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,62.9,2008-01-01 +2457,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.6,2008-01-01 +2458,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,56.2,2008-01-01 +2459,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.3,2008-01-01 +2460,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3145.0,2008-01-01 +2461,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3032.0,2008-01-01 +2462,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1676.0,2008-01-01 +2463,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1619.0,2008-01-01 +2464,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1469.0,2008-01-01 +2465,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1413.0,2008-01-01 +2466,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,86.5,2008-01-01 +2467,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.4,2008-01-01 +2468,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2008-01-01 +2469,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.9,2008-01-01 +2470,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,80.9,2008-01-01 +2471,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.8,2008-01-01 +2472,Austria,From 55 to 64 years,Thousand persons,Total,Active population,367.0,2008-01-01 +2473,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),359.0,2008-01-01 +2474,Austria,From 55 to 64 years,Thousand persons,Males,Active population,224.0,2008-01-01 +2475,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),220.0,2008-01-01 +2476,Austria,From 55 to 64 years,Thousand persons,Females,Active population,143.0,2008-01-01 +2477,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),139.0,2008-01-01 +2478,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,39.7,2008-01-01 +2479,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.8,2008-01-01 +2480,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,49.9,2008-01-01 +2481,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.9,2008-01-01 +2482,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,30.1,2008-01-01 +2483,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.3,2008-01-01 +2484,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1787.0,2008-01-01 +2485,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1478.0,2008-01-01 +2486,Poland,From 15 to 24 years,Thousand persons,Males,Active population,993.0,2008-01-01 +2487,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),842.0,2008-01-01 +2488,Poland,From 15 to 24 years,Thousand persons,Females,Active population,793.0,2008-01-01 +2489,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),636.0,2008-01-01 +2490,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,33.1,2008-01-01 +2491,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.3,2008-01-01 +2492,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,36.5,2008-01-01 +2493,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.0,2008-01-01 +2494,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,29.6,2008-01-01 +2495,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.7,2008-01-01 +2496,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13466.0,2008-01-01 +2497,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12648.0,2008-01-01 +2498,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7188.0,2008-01-01 +2499,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6800.0,2008-01-01 +2500,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6278.0,2008-01-01 +2501,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5848.0,2008-01-01 +2502,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,82.5,2008-01-01 +2503,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.5,2008-01-01 +2504,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,88.8,2008-01-01 +2505,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.0,2008-01-01 +2506,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,76.3,2008-01-01 +2507,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.0,2008-01-01 +2508,Poland,From 55 to 64 years,Thousand persons,Total,Active population,1511.0,2008-01-01 +2509,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1432.0,2008-01-01 +2510,Poland,From 55 to 64 years,Thousand persons,Males,Active population,988.0,2008-01-01 +2511,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),931.0,2008-01-01 +2512,Poland,From 55 to 64 years,Thousand persons,Females,Active population,523.0,2008-01-01 +2513,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),500.0,2008-01-01 +2514,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,33.3,2008-01-01 +2515,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.6,2008-01-01 +2516,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,46.8,2008-01-01 +2517,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.1,2008-01-01 +2518,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,21.6,2008-01-01 +2519,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.7,2008-01-01 +2520,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,490.0,2008-01-01 +2521,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),408.0,2008-01-01 +2522,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,266.0,2008-01-01 +2523,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),230.0,2008-01-01 +2524,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,224.0,2008-01-01 +2525,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),179.0,2008-01-01 +2526,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,40.9,2008-01-01 +2527,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.1,2008-01-01 +2528,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,43.6,2008-01-01 +2529,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.7,2008-01-01 +2530,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,38.1,2008-01-01 +2531,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.3,2008-01-01 +2532,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,4033.0,2008-01-01 +2533,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3742.0,2008-01-01 +2534,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,2094.0,2008-01-01 +2535,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1969.0,2008-01-01 +2536,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1939.0,2008-01-01 +2537,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1773.0,2008-01-01 +2538,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,88.0,2008-01-01 +2539,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.6,2008-01-01 +2540,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,93.2,2008-01-01 +2541,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.6,2008-01-01 +2542,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,82.9,2008-01-01 +2543,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.8,2008-01-01 +2544,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,680.0,2008-01-01 +2545,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),635.0,2008-01-01 +2546,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,371.0,2008-01-01 +2547,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),344.0,2008-01-01 +2548,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,309.0,2008-01-01 +2549,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),291.0,2008-01-01 +2550,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,54.3,2008-01-01 +2551,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.7,2008-01-01 +2552,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,62.9,2008-01-01 +2553,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.3,2008-01-01 +2554,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,46.7,2008-01-01 +2555,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.0,2008-01-01 +2556,Romania,From 15 to 24 years,Thousand persons,Total,Active population,953.0,2008-01-01 +2557,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),776.0,2008-01-01 +2558,Romania,From 15 to 24 years,Thousand persons,Males,Active population,575.0,2008-01-01 +2559,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),467.0,2008-01-01 +2560,Romania,From 15 to 24 years,Thousand persons,Females,Active population,378.0,2008-01-01 +2561,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),309.0,2008-01-01 +2562,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,30.4,2008-01-01 +2563,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.8,2008-01-01 +2564,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,35.9,2008-01-01 +2565,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.1,2008-01-01 +2566,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,24.7,2008-01-01 +2567,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.2,2008-01-01 +2568,Romania,From 25 to 54 years,Thousand persons,Total,Active population,7442.0,2008-01-01 +2569,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),7070.0,2008-01-01 +2570,Romania,From 25 to 54 years,Thousand persons,Males,Active population,4100.0,2008-01-01 +2571,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3863.0,2008-01-01 +2572,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3342.0,2008-01-01 +2573,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),3208.0,2008-01-01 +2574,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,78.3,2008-01-01 +2575,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.4,2008-01-01 +2576,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,85.8,2008-01-01 +2577,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.9,2008-01-01 +2578,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,70.7,2008-01-01 +2579,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.8,2008-01-01 +2580,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1062.0,2008-01-01 +2581,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1036.0,2008-01-01 +2582,Romania,From 55 to 64 years,Thousand persons,Males,Active population,618.0,2008-01-01 +2583,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),595.0,2008-01-01 +2584,Romania,From 55 to 64 years,Thousand persons,Females,Active population,444.0,2008-01-01 +2585,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),441.0,2008-01-01 +2586,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,44.2,2008-01-01 +2587,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.1,2008-01-01 +2588,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,55.1,2008-01-01 +2589,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.0,2008-01-01 +2590,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,34.7,2008-01-01 +2591,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.4,2008-01-01 +2592,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,109.0,2008-01-01 +2593,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),98.0,2008-01-01 +2594,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,65.0,2008-01-01 +2595,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),58.0,2008-01-01 +2596,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,45.0,2008-01-01 +2597,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),39.0,2008-01-01 +2598,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,42.9,2008-01-01 +2599,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.4,2008-01-01 +2600,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,47.7,2008-01-01 +2601,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.0,2008-01-01 +2602,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,37.4,2008-01-01 +2603,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.2,2008-01-01 +2604,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,826.0,2008-01-01 +2605,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),795.0,2008-01-01 +2606,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,432.0,2008-01-01 +2607,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),418.0,2008-01-01 +2608,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,394.0,2008-01-01 +2609,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),377.0,2008-01-01 +2610,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.1,2008-01-01 +2611,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.8,2008-01-01 +2612,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2008-01-01 +2613,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.6,2008-01-01 +2614,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,88.5,2008-01-01 +2615,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),84.8,2008-01-01 +2616,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,86.0,2008-01-01 +2617,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),82.0,2008-01-01 +2618,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,58.0,2008-01-01 +2619,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),55.0,2008-01-01 +2620,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,28.0,2008-01-01 +2621,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),27.0,2008-01-01 +2622,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,34.2,2008-01-01 +2623,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.8,2008-01-01 +2624,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,46.4,2008-01-01 +2625,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.7,2008-01-01 +2626,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,22.2,2008-01-01 +2627,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.1,2008-01-01 +2628,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,271.0,2008-01-01 +2629,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),219.0,2008-01-01 +2630,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,161.0,2008-01-01 +2631,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),131.0,2008-01-01 +2632,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,109.0,2008-01-01 +2633,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),88.0,2008-01-01 +2634,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,32.4,2008-01-01 +2635,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.2,2008-01-01 +2636,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,37.8,2008-01-01 +2637,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.8,2008-01-01 +2638,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,26.7,2008-01-01 +2639,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.5,2008-01-01 +2640,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2157.0,2008-01-01 +2641,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1969.0,2008-01-01 +2642,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1154.0,2008-01-01 +2643,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1068.0,2008-01-01 +2644,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,1003.0,2008-01-01 +2645,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),901.0,2008-01-01 +2646,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2008-01-01 +2647,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.1,2008-01-01 +2648,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.4,2008-01-01 +2649,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.4,2008-01-01 +2650,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,82.1,2008-01-01 +2651,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.7,2008-01-01 +2652,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,251.0,2008-01-01 +2653,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),235.0,2008-01-01 +2654,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,166.0,2008-01-01 +2655,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),157.0,2008-01-01 +2656,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,85.0,2008-01-01 +2657,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),78.0,2008-01-01 +2658,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,41.9,2008-01-01 +2659,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.2,2008-01-01 +2660,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,59.9,2008-01-01 +2661,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.7,2008-01-01 +2662,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,26.4,2008-01-01 +2663,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.2,2008-01-01 +2664,Finland,From 15 to 24 years,Thousand persons,Total,Active population,341.0,2008-01-01 +2665,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),285.0,2008-01-01 +2666,Finland,From 15 to 24 years,Thousand persons,Males,Active population,169.0,2008-01-01 +2667,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),140.0,2008-01-01 +2668,Finland,From 15 to 24 years,Thousand persons,Females,Active population,172.0,2008-01-01 +2669,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),145.0,2008-01-01 +2670,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,53.5,2008-01-01 +2671,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.7,2008-01-01 +2672,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,53.4,2008-01-01 +2673,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.3,2008-01-01 +2674,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,53.5,2008-01-01 +2675,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.1,2008-01-01 +2676,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1874.0,2008-01-01 +2677,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1782.0,2008-01-01 +2678,Finland,From 25 to 54 years,Thousand persons,Males,Active population,979.0,2008-01-01 +2679,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),937.0,2008-01-01 +2680,Finland,From 25 to 54 years,Thousand persons,Females,Active population,894.0,2008-01-01 +2681,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),846.0,2008-01-01 +2682,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,88.6,2008-01-01 +2683,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.3,2008-01-01 +2684,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,91.2,2008-01-01 +2685,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.3,2008-01-01 +2686,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,85.9,2008-01-01 +2687,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.2,2008-01-01 +2688,Finland,From 55 to 64 years,Thousand persons,Total,Active population,455.0,2008-01-01 +2689,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),430.0,2008-01-01 +2690,Finland,From 55 to 64 years,Thousand persons,Males,Active population,228.0,2008-01-01 +2691,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),215.0,2008-01-01 +2692,Finland,From 55 to 64 years,Thousand persons,Females,Active population,226.0,2008-01-01 +2693,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),215.0,2008-01-01 +2694,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,59.7,2008-01-01 +2695,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.5,2008-01-01 +2696,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,60.6,2008-01-01 +2697,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.1,2008-01-01 +2698,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,58.8,2008-01-01 +2699,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.8,2008-01-01 +2700,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,637.0,2008-01-01 +2701,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),508.0,2008-01-01 +2702,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,324.0,2008-01-01 +2703,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),260.0,2008-01-01 +2704,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,313.0,2008-01-01 +2705,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),248.0,2008-01-01 +2706,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,52.8,2008-01-01 +2707,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.2,2008-01-01 +2708,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,52.6,2008-01-01 +2709,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.2,2008-01-01 +2710,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,53.1,2008-01-01 +2711,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.1,2008-01-01 +2712,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3272.0,2008-01-01 +2713,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3130.0,2008-01-01 +2714,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1716.0,2008-01-01 +2715,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1647.0,2008-01-01 +2716,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1556.0,2008-01-01 +2717,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1483.0,2008-01-01 +2718,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.4,2008-01-01 +2719,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.5,2008-01-01 +2720,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2008-01-01 +2721,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.4,2008-01-01 +2722,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,87.6,2008-01-01 +2723,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),83.5,2008-01-01 +2724,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,888.0,2008-01-01 +2725,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),855.0,2008-01-01 +2726,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,468.0,2008-01-01 +2727,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),449.0,2008-01-01 +2728,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,420.0,2008-01-01 +2729,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),406.0,2008-01-01 +2730,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,72.8,2008-01-01 +2731,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.1,2008-01-01 +2732,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,76.5,2008-01-01 +2733,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.4,2008-01-01 +2734,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,69.0,2008-01-01 +2735,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.7,2008-01-01 +2736,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4745.0,2008-01-01 +2737,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4032.0,2008-01-01 +2738,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2494.0,2008-01-01 +2739,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2069.0,2008-01-01 +2740,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2252.0,2008-01-01 +2741,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1964.0,2008-01-01 +2742,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,61.2,2008-01-01 +2743,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.0,2008-01-01 +2744,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,64.3,2008-01-01 +2745,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.3,2008-01-01 +2746,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,58.2,2008-01-01 +2747,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.7,2008-01-01 +2748,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,21484.0,2008-01-01 +2749,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20591.0,2008-01-01 +2750,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11479.0,2008-01-01 +2751,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10982.0,2008-01-01 +2752,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10005.0,2008-01-01 +2753,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9609.0,2008-01-01 +2754,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,84.8,2008-01-01 +2755,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.3,2008-01-01 +2756,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2008-01-01 +2757,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.7,2008-01-01 +2758,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,78.2,2008-01-01 +2759,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.1,2008-01-01 +2760,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4340.0,2008-01-01 +2761,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4204.0,2008-01-01 +2762,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2489.0,2008-01-01 +2763,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2397.0,2008-01-01 +2764,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,1851.0,2008-01-01 +2765,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1807.0,2008-01-01 +2766,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,59.8,2008-01-01 +2767,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.0,2008-01-01 +2768,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,69.8,2008-01-01 +2769,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.2,2008-01-01 +2770,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,50.2,2008-01-01 +2771,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.0,2008-01-01 +2772,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,31.0,2008-01-01 +2773,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),29.0,2008-01-01 +2774,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2008-01-01 +2775,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),15.0,2008-01-01 +2776,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,15.0,2008-01-01 +2777,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),14.0,2008-01-01 +2778,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,78.1,2008-01-01 +2779,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.7,2008-01-01 +2780,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,77.0,2008-01-01 +2781,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),70.1,2008-01-01 +2782,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,79.4,2008-01-01 +2783,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.5,2008-01-01 +2784,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,118.0,2008-01-01 +2785,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),116.0,2008-01-01 +2786,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,65.0,2008-01-01 +2787,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),64.0,2008-01-01 +2788,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,53.0,2008-01-01 +2789,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),52.0,2008-01-01 +2790,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,89.1,2008-01-01 +2791,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),87.3,2008-01-01 +2792,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,94.3,2008-01-01 +2793,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.3,2008-01-01 +2794,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,83.4,2008-01-01 +2795,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.0,2008-01-01 +2796,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,27.0,2008-01-01 +2797,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2008-01-01 +2798,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2008-01-01 +2799,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2008-01-01 +2800,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,12.0,2008-01-01 +2801,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2008-01-01 +2802,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,84.3,2008-01-01 +2803,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2008-01-01 +2804,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,90.6,2008-01-01 +2805,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.4,2008-01-01 +2806,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,77.6,2008-01-01 +2807,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.2,2008-01-01 +2808,Norway,From 15 to 24 years,Thousand persons,Total,Active population,371.0,2008-01-01 +2809,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),343.0,2008-01-01 +2810,Norway,From 15 to 24 years,Thousand persons,Males,Active population,187.0,2008-01-01 +2811,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),171.0,2008-01-01 +2812,Norway,From 15 to 24 years,Thousand persons,Females,Active population,184.0,2008-01-01 +2813,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),172.0,2008-01-01 +2814,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,62.0,2008-01-01 +2815,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.3,2008-01-01 +2816,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,61.7,2008-01-01 +2817,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.5,2008-01-01 +2818,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,62.2,2008-01-01 +2819,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.1,2008-01-01 +2820,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1749.0,2008-01-01 +2821,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1715.0,2008-01-01 +2822,Norway,From 25 to 54 years,Thousand persons,Males,Active population,922.0,2008-01-01 +2823,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),904.0,2008-01-01 +2824,Norway,From 25 to 54 years,Thousand persons,Females,Active population,827.0,2008-01-01 +2825,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),812.0,2008-01-01 +2826,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,88.5,2008-01-01 +2827,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.8,2008-01-01 +2828,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,91.3,2008-01-01 +2829,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.4,2008-01-01 +2830,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,85.5,2008-01-01 +2831,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),84.0,2008-01-01 +2832,Norway,From 55 to 64 years,Thousand persons,Total,Active population,403.0,2008-01-01 +2833,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),399.0,2008-01-01 +2834,Norway,From 55 to 64 years,Thousand persons,Males,Active population,218.0,2008-01-01 +2835,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),215.0,2008-01-01 +2836,Norway,From 55 to 64 years,Thousand persons,Females,Active population,185.0,2008-01-01 +2837,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),184.0,2008-01-01 +2838,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,69.9,2008-01-01 +2839,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.2,2008-01-01 +2840,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,75.0,2008-01-01 +2841,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.1,2008-01-01 +2842,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,64.7,2008-01-01 +2843,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.2,2008-01-01 +2844,,,,,,, +2845,,,,,,, +2846,,,,,,, +2847,,,,,,, +2848,,,,,,, +2849,,,,,,, +2850,,,,,,, +2851,,,,,,, +2852,,,,,,, +2853,,,,,,, +2854,,,,,,, +2855,,,,,,, +2856,,,,,,, +2857,,,,,,, +2858,,,,,,, +2859,,,,,,, +2860,,,,,,, +2861,,,,,,, +2862,,,,,,, +2863,,,,,,, +2864,,,,,,, +2865,,,,,,, +2866,,,,,,, +2867,,,,,,, +2868,,,,,,, +2869,,,,,,, +2870,,,,,,, +2871,,,,,,, +2872,,,,,,, +2873,,,,,,, +2874,,,,,,, +2875,,,,,,, +2876,,,,,,, +2877,,,,,,, +2878,,,,,,, +2879,,,,,,, +2880,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,116.0,2008-01-01 +2881,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),51.0,2008-01-01 +2882,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,72.0,2008-01-01 +2883,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),32.0,2008-01-01 +2884,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,44.0,2008-01-01 +2885,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),19.0,2008-01-01 +2886,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,35.9,2008-01-01 +2887,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.7,2008-01-01 +2888,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,43.3,2008-01-01 +2889,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.2,2008-01-01 +2890,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,28.1,2008-01-01 +2891,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.0,2008-01-01 +2892,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,700.0,2008-01-01 +2893,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),483.0,2008-01-01 +2894,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,419.0,2008-01-01 +2895,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),292.0,2008-01-01 +2896,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,281.0,2008-01-01 +2897,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),191.0,2008-01-01 +2898,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,78.1,2008-01-01 +2899,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.9,2008-01-01 +2900,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2008-01-01 +2901,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.0,2008-01-01 +2902,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,63.9,2008-01-01 +2903,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.4,2008-01-01 +2904,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,95.0,2008-01-01 +2905,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),68.0,2008-01-01 +2906,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,65.0,2008-01-01 +2907,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),45.0,2008-01-01 +2908,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,30.0,2008-01-01 +2909,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),23.0,2008-01-01 +2910,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,44.3,2008-01-01 +2911,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.7,2008-01-01 +2912,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,62.9,2008-01-01 +2913,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.0,2008-01-01 +2914,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,26.9,2008-01-01 +2915,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.1,2008-01-01 +2916,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4265.0,2008-01-01 +2917,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3478.0,2008-01-01 +2918,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,2833.0,2008-01-01 +2919,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2315.0,2008-01-01 +2920,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1433.0,2008-01-01 +2921,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1162.0,2008-01-01 +2922,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,37.1,2008-01-01 +2923,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.3,2008-01-01 +2924,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,50.5,2008-01-01 +2925,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.3,2008-01-01 +2926,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,24.4,2008-01-01 +2927,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.8,2008-01-01 +2928,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,17227.0,2008-01-01 +2929,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),15802.0,2008-01-01 +2930,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,12979.0,2008-01-01 +2931,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11900.0,2008-01-01 +2932,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,4248.0,2008-01-01 +2933,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),3902.0,2008-01-01 +2934,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,58.2,2008-01-01 +2935,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.4,2008-01-01 +2936,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,87.5,2008-01-01 +2937,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.2,2008-01-01 +2938,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,28.8,2008-01-01 +2939,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.5,2008-01-01 +2940,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,1416.0,2008-01-01 +2941,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1354.0,2008-01-01 +2942,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1034.0,2008-01-01 +2943,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),976.0,2008-01-01 +2944,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,381.0,2008-01-01 +2945,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),377.0,2008-01-01 +2946,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,28.7,2008-01-01 +2947,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.5,2008-01-01 +2948,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,43.4,2008-01-01 +2949,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.0,2008-01-01 +2950,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,15.0,2008-01-01 +2951,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),14.8,2008-01-01 +2952,,,,,,, +2953,,,,,,, +2954,,,,,,, +2955,,,,,,, +2956,,,,,,, +2957,,,,,,, +2958,,,,,,, +2959,,,,,,, +2960,,,,,,, +2961,,,,,,, +2962,,,,,,, +2963,,,,,,, +2964,,,,,,, +2965,,,,,,, +2966,,,,,,, +2967,,,,,,, +2968,,,,,,, +2969,,,,,,, +2970,,,,,,, +2971,,,,,,, +2972,,,,,,, +2973,,,,,,, +2974,,,,,,, +2975,,,,,,, +2976,,,,,,, +2977,,,,,,, +2978,,,,,,, +2979,,,,,,, +2980,,,,,,, +2981,,,,,,, +2982,,,,,,, +2983,,,,,,, +2984,,,,,,, +2985,,,,,,, +2986,,,,,,, +2987,,,,,,, +2988,,,,,,, +2989,,,,,,, +2990,,,,,,, +2991,,,,,,, +2992,,,,,,, +2993,,,,,,, +2994,,,,,,, +2995,,,,,,, +2996,,,,,,, +2997,,,,,,, +2998,,,,,,, +2999,,,,,,, +3000,,,,,,, +3001,,,,,,, +3002,,,,,,, +3003,,,,,,, +3004,,,,,,, +3005,,,,,,, +3006,,,,,,, +3007,,,,,,, +3008,,,,,,, +3009,,,,,,, +3010,,,,,,, +3011,,,,,,, +3012,,,,,,, +3013,,,,,,, +3014,,,,,,, +3015,,,,,,, +3016,,,,,,, +3017,,,,,,, +3018,,,,,,, +3019,,,,,,, +3020,,,,,,, +3021,,,,,,, +3022,,,,,,, +3023,,,,,,, +3024,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,25992.0,2009-01-01 +3025,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),20817.0,2009-01-01 +3026,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,14121.0,2009-01-01 +3027,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),11156.0,2009-01-01 +3028,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,11871.0,2009-01-01 +3029,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),9661.0,2009-01-01 +3030,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,43.5,2009-01-01 +3031,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.8,2009-01-01 +3032,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,46.6,2009-01-01 +3033,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.8,2009-01-01 +3034,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.2,2009-01-01 +3035,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.8,2009-01-01 +3036,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,180667.0,2009-01-01 +3037,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),166426.0,2009-01-01 +3038,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,97771.0,2009-01-01 +3039,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),90159.0,2009-01-01 +3040,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82896.0,2009-01-01 +3041,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),76267.0,2009-01-01 +3042,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2009-01-01 +3043,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.0,2009-01-01 +3044,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2009-01-01 +3045,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.6,2009-01-01 +3046,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.7,2009-01-01 +3047,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2009-01-01 +3048,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,29567.0,2009-01-01 +3049,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),27738.0,2009-01-01 +3050,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,17100.0,2009-01-01 +3051,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15992.0,2009-01-01 +3052,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,12467.0,2009-01-01 +3053,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11746.0,2009-01-01 +3054,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,48.9,2009-01-01 +3055,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.9,2009-01-01 +3056,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.4,2009-01-01 +3057,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.6,2009-01-01 +3058,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,40.0,2009-01-01 +3059,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.7,2009-01-01 +3060,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,25804.0,2009-01-01 +3061,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),20677.0,2009-01-01 +3062,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,14009.0,2009-01-01 +3063,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),11071.0,2009-01-01 +3064,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,11795.0,2009-01-01 +3065,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),9606.0,2009-01-01 +3066,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,43.5,2009-01-01 +3067,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.9,2009-01-01 +3068,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,46.6,2009-01-01 +3069,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.9,2009-01-01 +3070,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.3,2009-01-01 +3071,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.9,2009-01-01 +3072,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,179197.0,2009-01-01 +3073,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),165073.0,2009-01-01 +3074,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,97002.0,2009-01-01 +3075,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),89437.0,2009-01-01 +3076,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,82195.0,2009-01-01 +3077,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75636.0,2009-01-01 +3078,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2009-01-01 +3079,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.0,2009-01-01 +3080,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2009-01-01 +3081,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.6,2009-01-01 +3082,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.7,2009-01-01 +3083,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2009-01-01 +3084,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,29339.0,2009-01-01 +3085,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),27523.0,2009-01-01 +3086,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,16962.0,2009-01-01 +3087,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15862.0,2009-01-01 +3088,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,12377.0,2009-01-01 +3089,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11660.0,2009-01-01 +3090,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.0,2009-01-01 +3091,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.9,2009-01-01 +3092,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.5,2009-01-01 +3093,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.7,2009-01-01 +3094,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,40.1,2009-01-01 +3095,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.7,2009-01-01 +3096,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,21320.0,2009-01-01 +3097,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),17146.0,2009-01-01 +3098,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,11407.0,2009-01-01 +3099,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9035.0,2009-01-01 +3100,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,9913.0,2009-01-01 +3101,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8112.0,2009-01-01 +3102,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,47.1,2009-01-01 +3103,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.9,2009-01-01 +3104,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,49.8,2009-01-01 +3105,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.4,2009-01-01 +3106,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,44.3,2009-01-01 +3107,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.3,2009-01-01 +3108,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,142163.0,2009-01-01 +3109,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),130777.0,2009-01-01 +3110,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,77111.0,2009-01-01 +3111,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),71000.0,2009-01-01 +3112,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65052.0,2009-01-01 +3113,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59777.0,2009-01-01 +3114,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2009-01-01 +3115,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.3,2009-01-01 +3116,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2009-01-01 +3117,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.1,2009-01-01 +3118,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.9,2009-01-01 +3119,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.6,2009-01-01 +3120,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,24056.0,2009-01-01 +3121,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),22556.0,2009-01-01 +3122,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,13834.0,2009-01-01 +3123,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12932.0,2009-01-01 +3124,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,10222.0,2009-01-01 +3125,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9624.0,2009-01-01 +3126,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,51.1,2009-01-01 +3127,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.9,2009-01-01 +3128,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,60.0,2009-01-01 +3129,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.1,2009-01-01 +3130,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,42.5,2009-01-01 +3131,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.0,2009-01-01 +3132,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,16400.0,2009-01-01 +3133,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),13119.0,2009-01-01 +3134,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,8904.0,2009-01-01 +3135,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7046.0,2009-01-01 +3136,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,7495.0,2009-01-01 +3137,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6073.0,2009-01-01 +3138,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,43.3,2009-01-01 +3139,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.7,2009-01-01 +3140,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,46.4,2009-01-01 +3141,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.7,2009-01-01 +3142,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.2,2009-01-01 +3143,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.6,2009-01-01 +3144,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,121061.0,2009-01-01 +3145,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),110613.0,2009-01-01 +3146,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,65848.0,2009-01-01 +3147,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),60303.0,2009-01-01 +3148,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55213.0,2009-01-01 +3149,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),50310.0,2009-01-01 +3150,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2009-01-01 +3151,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.7,2009-01-01 +3152,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2009-01-01 +3153,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.7,2009-01-01 +3154,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.6,2009-01-01 +3155,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.7,2009-01-01 +3156,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,19205.0,2009-01-01 +3157,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17893.0,2009-01-01 +3158,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,11082.0,2009-01-01 +3159,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10323.0,2009-01-01 +3160,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,8122.0,2009-01-01 +3161,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7570.0,2009-01-01 +3162,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,48.4,2009-01-01 +3163,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.1,2009-01-01 +3164,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,57.4,2009-01-01 +3165,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.4,2009-01-01 +3166,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,40.0,2009-01-01 +3167,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.2,2009-01-01 +3168,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,16261.0,2009-01-01 +3169,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),13022.0,2009-01-01 +3170,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,8826.0,2009-01-01 +3171,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6995.0,2009-01-01 +3172,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,7435.0,2009-01-01 +3173,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6026.0,2009-01-01 +3174,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,43.5,2009-01-01 +3175,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.8,2009-01-01 +3176,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,46.6,2009-01-01 +3177,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.9,2009-01-01 +3178,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.4,2009-01-01 +3179,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.7,2009-01-01 +3180,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,119894.0,2009-01-01 +3181,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),109595.0,2009-01-01 +3182,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,65275.0,2009-01-01 +3183,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),59820.0,2009-01-01 +3184,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54620.0,2009-01-01 +3185,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49775.0,2009-01-01 +3186,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2009-01-01 +3187,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.8,2009-01-01 +3188,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2009-01-01 +3189,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.8,2009-01-01 +3190,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.6,2009-01-01 +3191,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.7,2009-01-01 +3192,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,19010.0,2009-01-01 +3193,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17719.0,2009-01-01 +3194,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,10989.0,2009-01-01 +3195,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10241.0,2009-01-01 +3196,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,8021.0,2009-01-01 +3197,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7478.0,2009-01-01 +3198,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,48.4,2009-01-01 +3199,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.1,2009-01-01 +3200,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,57.3,2009-01-01 +3201,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.4,2009-01-01 +3202,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,39.8,2009-01-01 +3203,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.1,2009-01-01 +3204,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,16130.0,2009-01-01 +3205,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12935.0,2009-01-01 +3206,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,8751.0,2009-01-01 +3207,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6948.0,2009-01-01 +3208,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,7379.0,2009-01-01 +3209,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5987.0,2009-01-01 +3210,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,43.5,2009-01-01 +3211,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.9,2009-01-01 +3212,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,46.6,2009-01-01 +3213,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.0,2009-01-01 +3214,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,40.4,2009-01-01 +3215,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.8,2009-01-01 +3216,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,119103.0,2009-01-01 +3217,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),108932.0,2009-01-01 +3218,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,64879.0,2009-01-01 +3219,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),59500.0,2009-01-01 +3220,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54224.0,2009-01-01 +3221,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49432.0,2009-01-01 +3222,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2009-01-01 +3223,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.8,2009-01-01 +3224,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2009-01-01 +3225,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.9,2009-01-01 +3226,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.5,2009-01-01 +3227,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.7,2009-01-01 +3228,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,18863.0,2009-01-01 +3229,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17592.0,2009-01-01 +3230,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,10924.0,2009-01-01 +3231,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10188.0,2009-01-01 +3232,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,7939.0,2009-01-01 +3233,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7405.0,2009-01-01 +3234,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,48.3,2009-01-01 +3235,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.0,2009-01-01 +3236,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,57.3,2009-01-01 +3237,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.4,2009-01-01 +3238,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,39.7,2009-01-01 +3239,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.0,2009-01-01 +3240,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,424.0,2009-01-01 +3241,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),331.0,2009-01-01 +3242,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,231.0,2009-01-01 +3243,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),181.0,2009-01-01 +3244,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,193.0,2009-01-01 +3245,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),150.0,2009-01-01 +3246,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,32.4,2009-01-01 +3247,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.3,2009-01-01 +3248,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,34.9,2009-01-01 +3249,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.4,2009-01-01 +3250,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,29.9,2009-01-01 +3251,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.2,2009-01-01 +3252,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3858.0,2009-01-01 +3253,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3597.0,2009-01-01 +3254,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2085.0,2009-01-01 +3255,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1946.0,2009-01-01 +3256,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1773.0,2009-01-01 +3257,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1651.0,2009-01-01 +3258,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2009-01-01 +3259,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.8,2009-01-01 +3260,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2009-01-01 +3261,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.7,2009-01-01 +3262,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2009-01-01 +3263,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.8,2009-01-01 +3264,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,486.0,2009-01-01 +3265,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),461.0,2009-01-01 +3266,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,293.0,2009-01-01 +3267,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),278.0,2009-01-01 +3268,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,193.0,2009-01-01 +3269,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),183.0,2009-01-01 +3270,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,37.2,2009-01-01 +3271,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.3,2009-01-01 +3272,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,45.2,2009-01-01 +3273,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.9,2009-01-01 +3274,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,29.3,2009-01-01 +3275,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.7,2009-01-01 +3276,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,286.0,2009-01-01 +3277,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),240.0,2009-01-01 +3278,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,169.0,2009-01-01 +3279,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),139.0,2009-01-01 +3280,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,117.0,2009-01-01 +3281,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),101.0,2009-01-01 +3282,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,29.5,2009-01-01 +3283,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.8,2009-01-01 +3284,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,34.0,2009-01-01 +3285,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.0,2009-01-01 +3286,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,24.8,2009-01-01 +3287,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.4,2009-01-01 +3288,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2673.0,2009-01-01 +3289,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2513.0,2009-01-01 +3290,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1399.0,2009-01-01 +3291,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1315.0,2009-01-01 +3292,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1274.0,2009-01-01 +3293,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1198.0,2009-01-01 +3294,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,84.3,2009-01-01 +3295,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.2,2009-01-01 +3296,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,88.0,2009-01-01 +3297,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2009-01-01 +3298,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,80.6,2009-01-01 +3299,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.8,2009-01-01 +3300,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,482.0,2009-01-01 +3301,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),452.0,2009-01-01 +3302,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,260.0,2009-01-01 +3303,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),244.0,2009-01-01 +3304,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,223.0,2009-01-01 +3305,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),208.0,2009-01-01 +3306,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,49.2,2009-01-01 +3307,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.1,2009-01-01 +3308,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,57.4,2009-01-01 +3309,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.1,2009-01-01 +3310,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,42.1,2009-01-01 +3311,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.2,2009-01-01 +3312,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,424.0,2009-01-01 +3313,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),353.0,2009-01-01 +3314,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,255.0,2009-01-01 +3315,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),213.0,2009-01-01 +3316,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,169.0,2009-01-01 +3317,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),140.0,2009-01-01 +3318,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,31.8,2009-01-01 +3319,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.5,2009-01-01 +3320,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,37.3,2009-01-01 +3321,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.1,2009-01-01 +3322,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2009-01-01 +3323,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.7,2009-01-01 +3324,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4051.0,2009-01-01 +3325,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3812.0,2009-01-01 +3326,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2248.0,2009-01-01 +3327,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2140.0,2009-01-01 +3328,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1803.0,2009-01-01 +3329,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1671.0,2009-01-01 +3330,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2009-01-01 +3331,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.5,2009-01-01 +3332,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.1,2009-01-01 +3333,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.5,2009-01-01 +3334,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,79.9,2009-01-01 +3335,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.1,2009-01-01 +3336,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,734.0,2009-01-01 +3337,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),692.0,2009-01-01 +3338,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,448.0,2009-01-01 +3339,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),423.0,2009-01-01 +3340,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,286.0,2009-01-01 +3341,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),269.0,2009-01-01 +3342,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,49.6,2009-01-01 +3343,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.8,2009-01-01 +3344,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,63.2,2009-01-01 +3345,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.6,2009-01-01 +3346,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,37.2,2009-01-01 +3347,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.0,2009-01-01 +3348,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,467.0,2009-01-01 +3349,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),411.0,2009-01-01 +3350,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,241.0,2009-01-01 +3351,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),209.0,2009-01-01 +3352,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,226.0,2009-01-01 +3353,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),203.0,2009-01-01 +3354,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,70.9,2009-01-01 +3355,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.5,2009-01-01 +3356,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,71.7,2009-01-01 +3357,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.2,2009-01-01 +3358,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,70.0,2009-01-01 +3359,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.8,2009-01-01 +3360,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1993.0,2009-01-01 +3361,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1889.0,2009-01-01 +3362,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1037.0,2009-01-01 +3363,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),978.0,2009-01-01 +3364,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,956.0,2009-01-01 +3365,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),912.0,2009-01-01 +3366,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,89.4,2009-01-01 +3367,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.7,2009-01-01 +3368,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2009-01-01 +3369,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.9,2009-01-01 +3370,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,86.5,2009-01-01 +3371,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.5,2009-01-01 +3372,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,442.0,2009-01-01 +3373,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),423.0,2009-01-01 +3374,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,246.0,2009-01-01 +3375,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),235.0,2009-01-01 +3376,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,195.0,2009-01-01 +3377,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),189.0,2009-01-01 +3378,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,60.8,2009-01-01 +3379,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.2,2009-01-01 +3380,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,68.1,2009-01-01 +3381,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.9,2009-01-01 +3382,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,53.5,2009-01-01 +3383,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.7,2009-01-01 +3384,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4780.0,2009-01-01 +3385,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4244.0,2009-01-01 +3386,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2550.0,2009-01-01 +3387,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2231.0,2009-01-01 +3388,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,2231.0,2009-01-01 +3389,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),2012.0,2009-01-01 +3390,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,51.8,2009-01-01 +3391,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.0,2009-01-01 +3392,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,54.3,2009-01-01 +3393,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.5,2009-01-01 +3394,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,49.2,2009-01-01 +3395,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.4,2009-01-01 +3396,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,30301.0,2009-01-01 +3397,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),28091.0,2009-01-01 +3398,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,16349.0,2009-01-01 +3399,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),15101.0,2009-01-01 +3400,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13952.0,2009-01-01 +3401,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),12990.0,2009-01-01 +3402,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2009-01-01 +3403,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.8,2009-01-01 +3404,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,93.2,2009-01-01 +3405,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.1,2009-01-01 +3406,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,81.0,2009-01-01 +3407,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.4,2009-01-01 +3408,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,5948.0,2009-01-01 +3409,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),5473.0,2009-01-01 +3410,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,3333.0,2009-01-01 +3411,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),3069.0,2009-01-01 +3412,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,2615.0,2009-01-01 +3413,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2404.0,2009-01-01 +3414,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,61.0,2009-01-01 +3415,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.1,2009-01-01 +3416,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,69.3,2009-01-01 +3417,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.8,2009-01-01 +3418,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,52.9,2009-01-01 +3419,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.6,2009-01-01 +3420,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,72.0,2009-01-01 +3421,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),52.0,2009-01-01 +3422,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,41.0,2009-01-01 +3423,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),28.0,2009-01-01 +3424,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,31.0,2009-01-01 +3425,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),24.0,2009-01-01 +3426,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,39.0,2009-01-01 +3427,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.3,2009-01-01 +3428,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,43.8,2009-01-01 +3429,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.0,2009-01-01 +3430,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,34.1,2009-01-01 +3431,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.7,2009-01-01 +3432,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,489.0,2009-01-01 +3433,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),426.0,2009-01-01 +3434,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,252.0,2009-01-01 +3435,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),213.0,2009-01-01 +3436,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,236.0,2009-01-01 +3437,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),213.0,2009-01-01 +3438,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2009-01-01 +3439,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.5,2009-01-01 +3440,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2009-01-01 +3441,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.4,2009-01-01 +3442,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,83.8,2009-01-01 +3443,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.7,2009-01-01 +3444,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,105.0,2009-01-01 +3445,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),95.0,2009-01-01 +3446,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,46.0,2009-01-01 +3447,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),41.0,2009-01-01 +3448,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,59.0,2009-01-01 +3449,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),54.0,2009-01-01 +3450,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,66.5,2009-01-01 +3451,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.3,2009-01-01 +3452,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,67.3,2009-01-01 +3453,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.3,2009-01-01 +3454,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,66.0,2009-01-01 +3455,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.1,2009-01-01 +3456,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,312.0,2009-01-01 +3457,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),237.0,2009-01-01 +3458,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,160.0,2009-01-01 +3459,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),111.0,2009-01-01 +3460,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,152.0,2009-01-01 +3461,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),126.0,2009-01-01 +3462,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,48.5,2009-01-01 +3463,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.9,2009-01-01 +3464,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,49.9,2009-01-01 +3465,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.6,2009-01-01 +3466,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,47.1,2009-01-01 +3467,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.1,2009-01-01 +3468,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1628.0,2009-01-01 +3469,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1452.0,2009-01-01 +3470,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,908.0,2009-01-01 +3471,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),782.0,2009-01-01 +3472,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,720.0,2009-01-01 +3473,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),670.0,2009-01-01 +3474,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,81.1,2009-01-01 +3475,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.3,2009-01-01 +3476,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,90.3,2009-01-01 +3477,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.8,2009-01-01 +3478,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,71.8,2009-01-01 +3479,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.8,2009-01-01 +3480,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,244.0,2009-01-01 +3481,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),228.0,2009-01-01 +3482,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,150.0,2009-01-01 +3483,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),138.0,2009-01-01 +3484,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,95.0,2009-01-01 +3485,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),91.0,2009-01-01 +3486,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,54.9,2009-01-01 +3487,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.3,2009-01-01 +3488,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,66.6,2009-01-01 +3489,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.2,2009-01-01 +3490,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,42.9,2009-01-01 +3491,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.1,2009-01-01 +3492,Greece,From 15 to 24 years,Thousand persons,Total,Active population,371.0,2009-01-01 +3493,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),276.0,2009-01-01 +3494,Greece,From 15 to 24 years,Thousand persons,Males,Active population,204.0,2009-01-01 +3495,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),165.0,2009-01-01 +3496,Greece,From 15 to 24 years,Thousand persons,Females,Active population,167.0,2009-01-01 +3497,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),111.0,2009-01-01 +3498,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,30.7,2009-01-01 +3499,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.8,2009-01-01 +3500,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,33.9,2009-01-01 +3501,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.3,2009-01-01 +3502,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,27.4,2009-01-01 +3503,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.3,2009-01-01 +3504,Greece,From 25 to 54 years,Thousand persons,Total,Active population,4009.0,2009-01-01 +3505,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3647.0,2009-01-01 +3506,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2282.0,2009-01-01 +3507,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2134.0,2009-01-01 +3508,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1727.0,2009-01-01 +3509,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1513.0,2009-01-01 +3510,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,82.8,2009-01-01 +3511,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.3,2009-01-01 +3512,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,94.4,2009-01-01 +3513,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.3,2009-01-01 +3514,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,71.1,2009-01-01 +3515,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.3,2009-01-01 +3516,Greece,From 55 to 64 years,Thousand persons,Total,Active population,573.0,2009-01-01 +3517,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),547.0,2009-01-01 +3518,Greece,From 55 to 64 years,Thousand persons,Males,Active population,377.0,2009-01-01 +3519,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),362.0,2009-01-01 +3520,Greece,From 55 to 64 years,Thousand persons,Females,Active population,196.0,2009-01-01 +3521,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),185.0,2009-01-01 +3522,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,44.4,2009-01-01 +3523,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.4,2009-01-01 +3524,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,60.2,2009-01-01 +3525,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.8,2009-01-01 +3526,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,29.5,2009-01-01 +3527,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.8,2009-01-01 +3528,Spain,From 15 to 24 years,Thousand persons,Total,Active population,2244.0,2009-01-01 +3529,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1397.0,2009-01-01 +3530,Spain,From 15 to 24 years,Thousand persons,Males,Active population,1228.0,2009-01-01 +3531,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),748.0,2009-01-01 +3532,Spain,From 15 to 24 years,Thousand persons,Females,Active population,1016.0,2009-01-01 +3533,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),649.0,2009-01-01 +3534,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,45.0,2009-01-01 +3535,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.0,2009-01-01 +3536,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,48.2,2009-01-01 +3537,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.4,2009-01-01 +3538,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,41.7,2009-01-01 +3539,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.7,2009-01-01 +3540,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18378.0,2009-01-01 +3541,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),15376.0,2009-01-01 +3542,Spain,From 25 to 54 years,Thousand persons,Males,Active population,10171.0,2009-01-01 +3543,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),8529.0,2009-01-01 +3544,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8208.0,2009-01-01 +3545,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6847.0,2009-01-01 +3546,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,84.8,2009-01-01 +3547,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.0,2009-01-01 +3548,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2009-01-01 +3549,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.3,2009-01-01 +3550,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,77.2,2009-01-01 +3551,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.4,2009-01-01 +3552,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2485.0,2009-01-01 +3553,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2185.0,2009-01-01 +3554,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1541.0,2009-01-01 +3555,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1366.0,2009-01-01 +3556,Spain,From 55 to 64 years,Thousand persons,Females,Active population,943.0,2009-01-01 +3557,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),818.0,2009-01-01 +3558,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,50.0,2009-01-01 +3559,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.0,2009-01-01 +3560,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,63.6,2009-01-01 +3561,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.4,2009-01-01 +3562,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,37.1,2009-01-01 +3563,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.1,2009-01-01 +3564,,,,,,, +3565,,,,,,, +3566,,,,,,, +3567,,,,,,, +3568,,,,,,, +3569,,,,,,, +3570,,,,,,, +3571,,,,,,, +3572,,,,,,, +3573,,,,,,, +3574,,,,,,, +3575,,,,,,, +3576,,,,,,, +3577,,,,,,, +3578,,,,,,, +3579,,,,,,, +3580,,,,,,, +3581,,,,,,, +3582,,,,,,, +3583,,,,,,, +3584,,,,,,, +3585,,,,,,, +3586,,,,,,, +3587,,,,,,, +3588,,,,,,, +3589,,,,,,, +3590,,,,,,, +3591,,,,,,, +3592,,,,,,, +3593,,,,,,, +3594,,,,,,, +3595,,,,,,, +3596,,,,,,, +3597,,,,,,, +3598,,,,,,, +3599,,,,,,, +3600,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2945.0,2009-01-01 +3601,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2269.0,2009-01-01 +3602,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1603.0,2009-01-01 +3603,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1218.0,2009-01-01 +3604,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1342.0,2009-01-01 +3605,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1051.0,2009-01-01 +3606,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,39.6,2009-01-01 +3607,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.5,2009-01-01 +3608,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,42.9,2009-01-01 +3609,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.6,2009-01-01 +3610,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,36.2,2009-01-01 +3611,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.3,2009-01-01 +3612,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21880.0,2009-01-01 +3613,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20274.0,2009-01-01 +3614,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11440.0,2009-01-01 +3615,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10641.0,2009-01-01 +3616,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10440.0,2009-01-01 +3617,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9634.0,2009-01-01 +3618,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,88.6,2009-01-01 +3619,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.1,2009-01-01 +3620,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,94.3,2009-01-01 +3621,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.7,2009-01-01 +3622,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.1,2009-01-01 +3623,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.7,2009-01-01 +3624,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,3173.0,2009-01-01 +3625,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3001.0,2009-01-01 +3626,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,1640.0,2009-01-01 +3627,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1547.0,2009-01-01 +3628,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,1532.0,2009-01-01 +3629,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1454.0,2009-01-01 +3630,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,41.2,2009-01-01 +3631,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.9,2009-01-01 +3632,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,44.0,2009-01-01 +3633,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.5,2009-01-01 +3634,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,38.5,2009-01-01 +3635,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.5,2009-01-01 +3636,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,188.0,2009-01-01 +3637,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),140.0,2009-01-01 +3638,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,112.0,2009-01-01 +3639,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),85.0,2009-01-01 +3640,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,76.0,2009-01-01 +3641,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),55.0,2009-01-01 +3642,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,36.3,2009-01-01 +3643,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.1,2009-01-01 +3644,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,42.4,2009-01-01 +3645,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.3,2009-01-01 +3646,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,30.0,2009-01-01 +3647,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.7,2009-01-01 +3648,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1470.0,2009-01-01 +3649,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1353.0,2009-01-01 +3650,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,769.0,2009-01-01 +3651,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),721.0,2009-01-01 +3652,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,701.0,2009-01-01 +3653,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),631.0,2009-01-01 +3654,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,81.2,2009-01-01 +3655,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.7,2009-01-01 +3656,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,84.5,2009-01-01 +3657,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.3,2009-01-01 +3658,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,77.8,2009-01-01 +3659,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.1,2009-01-01 +3660,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,229.0,2009-01-01 +3661,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),215.0,2009-01-01 +3662,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,138.0,2009-01-01 +3663,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),130.0,2009-01-01 +3664,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,91.0,2009-01-01 +3665,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),85.0,2009-01-01 +3666,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,41.8,2009-01-01 +3667,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.4,2009-01-01 +3668,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,52.7,2009-01-01 +3669,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.6,2009-01-01 +3670,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,31.8,2009-01-01 +3671,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.0,2009-01-01 +3672,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1725.0,2009-01-01 +3673,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1288.0,2009-01-01 +3674,Italy,From 15 to 24 years,Thousand persons,Males,Active population,1033.0,2009-01-01 +3675,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),793.0,2009-01-01 +3676,Italy,From 15 to 24 years,Thousand persons,Females,Active population,692.0,2009-01-01 +3677,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),494.0,2009-01-01 +3678,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,28.8,2009-01-01 +3679,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.5,2009-01-01 +3680,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,33.8,2009-01-01 +3681,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),25.9,2009-01-01 +3682,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,23.7,2009-01-01 +3683,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.9,2009-01-01 +3684,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19829.0,2009-01-01 +3685,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),18455.0,2009-01-01 +3686,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11489.0,2009-01-01 +3687,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10818.0,2009-01-01 +3688,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8341.0,2009-01-01 +3689,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7637.0,2009-01-01 +3690,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,77.2,2009-01-01 +3691,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.8,2009-01-01 +3692,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,90.0,2009-01-01 +3693,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.7,2009-01-01 +3694,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,64.6,2009-01-01 +3695,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),59.1,2009-01-01 +3696,Italy,From 55 to 64 years,Thousand persons,Total,Active population,2673.0,2009-01-01 +3697,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2582.0,2009-01-01 +3698,Italy,From 55 to 64 years,Thousand persons,Males,Active population,1705.0,2009-01-01 +3699,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1641.0,2009-01-01 +3700,Italy,From 55 to 64 years,Thousand persons,Females,Active population,968.0,2009-01-01 +3701,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),941.0,2009-01-01 +3702,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,36.9,2009-01-01 +3703,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.6,2009-01-01 +3704,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,48.4,2009-01-01 +3705,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.6,2009-01-01 +3706,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,26.0,2009-01-01 +3707,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.3,2009-01-01 +3708,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,41.0,2009-01-01 +3709,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),35.0,2009-01-01 +3710,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,20.0,2009-01-01 +3711,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),17.0,2009-01-01 +3712,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,21.0,2009-01-01 +3713,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2009-01-01 +3714,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,40.4,2009-01-01 +3715,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.8,2009-01-01 +3716,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,42.1,2009-01-01 +3717,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.4,2009-01-01 +3718,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,38.8,2009-01-01 +3719,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.3,2009-01-01 +3720,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,300.0,2009-01-01 +3721,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),286.0,2009-01-01 +3722,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,155.0,2009-01-01 +3723,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),148.0,2009-01-01 +3724,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,146.0,2009-01-01 +3725,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),139.0,2009-01-01 +3726,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,86.3,2009-01-01 +3727,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.3,2009-01-01 +3728,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2009-01-01 +3729,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.2,2009-01-01 +3730,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,79.8,2009-01-01 +3731,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.2,2009-01-01 +3732,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,52.0,2009-01-01 +3733,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),49.0,2009-01-01 +3734,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,33.0,2009-01-01 +3735,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),31.0,2009-01-01 +3736,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,19.0,2009-01-01 +3737,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2009-01-01 +3738,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,58.2,2009-01-01 +3739,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.7,2009-01-01 +3740,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,74.4,2009-01-01 +3741,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.2,2009-01-01 +3742,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,42.3,2009-01-01 +3743,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.6,2009-01-01 +3744,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,131.0,2009-01-01 +3745,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),87.0,2009-01-01 +3746,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,75.0,2009-01-01 +3747,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),48.0,2009-01-01 +3748,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,56.0,2009-01-01 +3749,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),40.0,2009-01-01 +3750,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,41.2,2009-01-01 +3751,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.5,2009-01-01 +3752,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,46.4,2009-01-01 +3753,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.5,2009-01-01 +3754,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,35.9,2009-01-01 +3755,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.4,2009-01-01 +3756,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,791.0,2009-01-01 +3757,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),663.0,2009-01-01 +3758,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,395.0,2009-01-01 +3759,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),320.0,2009-01-01 +3760,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,395.0,2009-01-01 +3761,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),343.0,2009-01-01 +3762,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2009-01-01 +3763,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.1,2009-01-01 +3764,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,91.1,2009-01-01 +3765,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.7,2009-01-01 +3766,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,85.9,2009-01-01 +3767,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.5,2009-01-01 +3768,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,147.0,2009-01-01 +3769,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),127.0,2009-01-01 +3770,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,64.0,2009-01-01 +3771,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),53.0,2009-01-01 +3772,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,83.0,2009-01-01 +3773,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),74.0,2009-01-01 +3774,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,60.9,2009-01-01 +3775,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.5,2009-01-01 +3776,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,62.8,2009-01-01 +3777,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.8,2009-01-01 +3778,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,59.5,2009-01-01 +3779,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.0,2009-01-01 +3780,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,139.0,2009-01-01 +3781,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),98.0,2009-01-01 +3782,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,79.0,2009-01-01 +3783,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),51.0,2009-01-01 +3784,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,60.0,2009-01-01 +3785,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),47.0,2009-01-01 +3786,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,29.3,2009-01-01 +3787,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.6,2009-01-01 +3788,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,32.7,2009-01-01 +3789,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),21.2,2009-01-01 +3790,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,25.9,2009-01-01 +3791,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.1,2009-01-01 +3792,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1167.0,2009-01-01 +3793,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1018.0,2009-01-01 +3794,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,573.0,2009-01-01 +3795,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),483.0,2009-01-01 +3796,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,593.0,2009-01-01 +3797,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),535.0,2009-01-01 +3798,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,87.0,2009-01-01 +3799,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.9,2009-01-01 +3800,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,88.0,2009-01-01 +3801,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.2,2009-01-01 +3802,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,86.0,2009-01-01 +3803,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.5,2009-01-01 +3804,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,194.0,2009-01-01 +3805,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),174.0,2009-01-01 +3806,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,94.0,2009-01-01 +3807,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),82.0,2009-01-01 +3808,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,101.0,2009-01-01 +3809,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),92.0,2009-01-01 +3810,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,57.2,2009-01-01 +3811,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.2,2009-01-01 +3812,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,63.3,2009-01-01 +3813,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.5,2009-01-01 +3814,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,52.4,2009-01-01 +3815,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.8,2009-01-01 +3816,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,18.0,2009-01-01 +3817,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),15.0,2009-01-01 +3818,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,10.0,2009-01-01 +3819,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8.0,2009-01-01 +3820,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,8.0,2009-01-01 +3821,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7.0,2009-01-01 +3822,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,32.3,2009-01-01 +3823,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.7,2009-01-01 +3824,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,34.9,2009-01-01 +3825,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.1,2009-01-01 +3826,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,29.5,2009-01-01 +3827,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.2,2009-01-01 +3828,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,188.0,2009-01-01 +3829,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),180.0,2009-01-01 +3830,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,105.0,2009-01-01 +3831,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),102.0,2009-01-01 +3832,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,83.0,2009-01-01 +3833,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),79.0,2009-01-01 +3834,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,84.8,2009-01-01 +3835,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.2,2009-01-01 +3836,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,94.1,2009-01-01 +3837,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.8,2009-01-01 +3838,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,75.3,2009-01-01 +3839,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2009-01-01 +3840,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,20.0,2009-01-01 +3841,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),19.0,2009-01-01 +3842,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,12.0,2009-01-01 +3843,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12.0,2009-01-01 +3844,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,8.0,2009-01-01 +3845,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7.0,2009-01-01 +3846,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,39.4,2009-01-01 +3847,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.2,2009-01-01 +3848,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,47.7,2009-01-01 +3849,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.5,2009-01-01 +3850,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,30.6,2009-01-01 +3851,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.4,2009-01-01 +3852,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,298.0,2009-01-01 +3853,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),219.0,2009-01-01 +3854,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,170.0,2009-01-01 +3855,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),123.0,2009-01-01 +3856,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,128.0,2009-01-01 +3857,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),96.0,2009-01-01 +3858,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,24.7,2009-01-01 +3859,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.1,2009-01-01 +3860,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,27.7,2009-01-01 +3861,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),20.0,2009-01-01 +3862,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,21.5,2009-01-01 +3863,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.2,2009-01-01 +3864,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3382.0,2009-01-01 +3865,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3073.0,2009-01-01 +3866,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1818.0,2009-01-01 +3867,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1650.0,2009-01-01 +3868,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1564.0,2009-01-01 +3869,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1423.0,2009-01-01 +3870,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,80.3,2009-01-01 +3871,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.9,2009-01-01 +3872,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,87.1,2009-01-01 +3873,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.1,2009-01-01 +3874,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,73.6,2009-01-01 +3875,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.9,2009-01-01 +3876,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,455.0,2009-01-01 +3877,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),425.0,2009-01-01 +3878,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,250.0,2009-01-01 +3879,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),233.0,2009-01-01 +3880,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,205.0,2009-01-01 +3881,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),192.0,2009-01-01 +3882,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,34.1,2009-01-01 +3883,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.9,2009-01-01 +3884,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,41.5,2009-01-01 +3885,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.7,2009-01-01 +3886,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,28.1,2009-01-01 +3887,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.3,2009-01-01 +3888,Malta,From 15 to 24 years,Thousand persons,Total,Active population,29.0,2009-01-01 +3889,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2009-01-01 +3890,Malta,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2009-01-01 +3891,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2009-01-01 +3892,Malta,From 15 to 24 years,Thousand persons,Females,Active population,13.0,2009-01-01 +3893,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2009-01-01 +3894,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,51.6,2009-01-01 +3895,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.1,2009-01-01 +3896,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,54.6,2009-01-01 +3897,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.8,2009-01-01 +3898,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,48.3,2009-01-01 +3899,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.2,2009-01-01 +3900,Malta,From 25 to 54 years,Thousand persons,Total,Active population,122.0,2009-01-01 +3901,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),116.0,2009-01-01 +3902,Malta,From 25 to 54 years,Thousand persons,Males,Active population,82.0,2009-01-01 +3903,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),78.0,2009-01-01 +3904,Malta,From 25 to 54 years,Thousand persons,Females,Active population,41.0,2009-01-01 +3905,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),38.0,2009-01-01 +3906,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,71.9,2009-01-01 +3907,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.1,2009-01-01 +3908,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,93.9,2009-01-01 +3909,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.3,2009-01-01 +3910,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,48.9,2009-01-01 +3911,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.9,2009-01-01 +3912,Malta,From 55 to 64 years,Thousand persons,Total,Active population,18.0,2009-01-01 +3913,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),17.0,2009-01-01 +3914,Malta,From 55 to 64 years,Thousand persons,Males,Active population,14.0,2009-01-01 +3915,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2009-01-01 +3916,Malta,From 55 to 64 years,Thousand persons,Females,Active population,4.0,2009-01-01 +3917,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),4.0,2009-01-01 +3918,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,30.9,2009-01-01 +3919,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.1,2009-01-01 +3920,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,48.9,2009-01-01 +3921,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.3,2009-01-01 +3922,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,13.2,2009-01-01 +3923,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.2,2009-01-01 +3924,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1447.0,2009-01-01 +3925,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1352.0,2009-01-01 +3926,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,734.0,2009-01-01 +3927,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),682.0,2009-01-01 +3928,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,714.0,2009-01-01 +3929,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),670.0,2009-01-01 +3930,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,72.8,2009-01-01 +3931,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.0,2009-01-01 +3932,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,72.7,2009-01-01 +3933,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.5,2009-01-01 +3934,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,72.9,2009-01-01 +3935,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.4,2009-01-01 +3936,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,6089.0,2009-01-01 +3937,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5924.0,2009-01-01 +3938,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3247.0,2009-01-01 +3939,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3163.0,2009-01-01 +3940,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2842.0,2009-01-01 +3941,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2761.0,2009-01-01 +3942,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,88.8,2009-01-01 +3943,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.3,2009-01-01 +3944,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,94.4,2009-01-01 +3945,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.0,2009-01-01 +3946,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,83.0,2009-01-01 +3947,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.7,2009-01-01 +3948,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1205.0,2009-01-01 +3949,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1168.0,2009-01-01 +3950,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,719.0,2009-01-01 +3951,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),696.0,2009-01-01 +3952,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,486.0,2009-01-01 +3953,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),472.0,2009-01-01 +3954,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,56.8,2009-01-01 +3955,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.1,2009-01-01 +3956,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,67.6,2009-01-01 +3957,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.4,2009-01-01 +3958,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,46.0,2009-01-01 +3959,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.7,2009-01-01 +3960,Austria,From 15 to 24 years,Thousand persons,Total,Active population,587.0,2009-01-01 +3961,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),525.0,2009-01-01 +3962,Austria,From 15 to 24 years,Thousand persons,Males,Active population,308.0,2009-01-01 +3963,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),274.0,2009-01-01 +3964,Austria,From 15 to 24 years,Thousand persons,Females,Active population,279.0,2009-01-01 +3965,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),251.0,2009-01-01 +3966,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,59.5,2009-01-01 +3967,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.1,2009-01-01 +3968,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,62.9,2009-01-01 +3969,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.8,2009-01-01 +3970,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,56.2,2009-01-01 +3971,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.5,2009-01-01 +3972,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3168.0,2009-01-01 +3973,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3018.0,2009-01-01 +3974,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1675.0,2009-01-01 +3975,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1592.0,2009-01-01 +3976,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1493.0,2009-01-01 +3977,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1426.0,2009-01-01 +3978,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,87.0,2009-01-01 +3979,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2009-01-01 +3980,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2009-01-01 +3981,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.4,2009-01-01 +3982,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,82.1,2009-01-01 +3983,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.4,2009-01-01 +3984,Austria,From 55 to 64 years,Thousand persons,Total,Active population,376.0,2009-01-01 +3985,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),366.0,2009-01-01 +3986,Austria,From 55 to 64 years,Thousand persons,Males,Active population,228.0,2009-01-01 +3987,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),221.0,2009-01-01 +3988,Austria,From 55 to 64 years,Thousand persons,Females,Active population,149.0,2009-01-01 +3989,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),145.0,2009-01-01 +3990,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,40.5,2009-01-01 +3991,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.4,2009-01-01 +3992,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,50.5,2009-01-01 +3993,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.1,2009-01-01 +3994,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,31.1,2009-01-01 +3995,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.3,2009-01-01 +3996,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1759.0,2009-01-01 +3997,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1396.0,2009-01-01 +3998,Poland,From 15 to 24 years,Thousand persons,Males,Active population,1000.0,2009-01-01 +3999,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),798.0,2009-01-01 +4000,Poland,From 15 to 24 years,Thousand persons,Females,Active population,759.0,2009-01-01 +4001,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),598.0,2009-01-01 +4002,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,33.8,2009-01-01 +4003,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.8,2009-01-01 +4004,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,38.1,2009-01-01 +4005,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.4,2009-01-01 +4006,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,29.4,2009-01-01 +4007,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.2,2009-01-01 +4008,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13631.0,2009-01-01 +4009,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12689.0,2009-01-01 +4010,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7253.0,2009-01-01 +4011,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6793.0,2009-01-01 +4012,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6379.0,2009-01-01 +4013,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5896.0,2009-01-01 +4014,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,83.4,2009-01-01 +4015,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.6,2009-01-01 +4016,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,89.4,2009-01-01 +4017,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.7,2009-01-01 +4018,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,77.5,2009-01-01 +4019,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.6,2009-01-01 +4020,Poland,From 55 to 64 years,Thousand persons,Total,Active population,1649.0,2009-01-01 +4021,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1545.0,2009-01-01 +4022,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1058.0,2009-01-01 +4023,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),987.0,2009-01-01 +4024,Poland,From 55 to 64 years,Thousand persons,Females,Active population,591.0,2009-01-01 +4025,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),558.0,2009-01-01 +4026,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,34.5,2009-01-01 +4027,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.3,2009-01-01 +4028,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,47.5,2009-01-01 +4029,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.3,2009-01-01 +4030,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,23.2,2009-01-01 +4031,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.9,2009-01-01 +4032,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,455.0,2009-01-01 +4033,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),363.0,2009-01-01 +4034,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,240.0,2009-01-01 +4035,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),194.0,2009-01-01 +4036,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,215.0,2009-01-01 +4037,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),169.0,2009-01-01 +4038,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,38.7,2009-01-01 +4039,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.8,2009-01-01 +4040,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,40.1,2009-01-01 +4041,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.5,2009-01-01 +4042,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2009-01-01 +4043,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.2,2009-01-01 +4044,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,4023.0,2009-01-01 +4045,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3651.0,2009-01-01 +4046,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,2074.0,2009-01-01 +4047,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1899.0,2009-01-01 +4048,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1949.0,2009-01-01 +4049,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1753.0,2009-01-01 +4050,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2009-01-01 +4051,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.7,2009-01-01 +4052,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2009-01-01 +4053,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.7,2009-01-01 +4054,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,83.3,2009-01-01 +4055,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.9,2009-01-01 +4056,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,683.0,2009-01-01 +4057,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),631.0,2009-01-01 +4058,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,374.0,2009-01-01 +4059,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),343.0,2009-01-01 +4060,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,309.0,2009-01-01 +4061,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),288.0,2009-01-01 +4062,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,53.8,2009-01-01 +4063,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.7,2009-01-01 +4064,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,62.6,2009-01-01 +4065,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.5,2009-01-01 +4066,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,46.0,2009-01-01 +4067,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.8,2009-01-01 +4068,Romania,From 15 to 24 years,Thousand persons,Total,Active population,949.0,2009-01-01 +4069,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),752.0,2009-01-01 +4070,Romania,From 15 to 24 years,Thousand persons,Males,Active population,562.0,2009-01-01 +4071,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),443.0,2009-01-01 +4072,Romania,From 15 to 24 years,Thousand persons,Females,Active population,387.0,2009-01-01 +4073,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),309.0,2009-01-01 +4074,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,30.9,2009-01-01 +4075,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.5,2009-01-01 +4076,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,35.9,2009-01-01 +4077,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.3,2009-01-01 +4078,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,25.8,2009-01-01 +4079,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.6,2009-01-01 +4080,Romania,From 25 to 54 years,Thousand persons,Total,Active population,7452.0,2009-01-01 +4081,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),7001.0,2009-01-01 +4082,Romania,From 25 to 54 years,Thousand persons,Males,Active population,4122.0,2009-01-01 +4083,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3843.0,2009-01-01 +4084,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3329.0,2009-01-01 +4085,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),3157.0,2009-01-01 +4086,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,78.5,2009-01-01 +4087,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.7,2009-01-01 +4088,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,86.3,2009-01-01 +4089,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.5,2009-01-01 +4090,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,70.6,2009-01-01 +4091,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.9,2009-01-01 +4092,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1085.0,2009-01-01 +4093,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1052.0,2009-01-01 +4094,Romania,From 55 to 64 years,Thousand persons,Males,Active population,629.0,2009-01-01 +4095,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),603.0,2009-01-01 +4096,Romania,From 55 to 64 years,Thousand persons,Females,Active population,456.0,2009-01-01 +4097,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),449.0,2009-01-01 +4098,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,43.9,2009-01-01 +4099,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.6,2009-01-01 +4100,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,54.5,2009-01-01 +4101,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.3,2009-01-01 +4102,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,34.7,2009-01-01 +4103,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.1,2009-01-01 +4104,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,101.0,2009-01-01 +4105,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),87.0,2009-01-01 +4106,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,59.0,2009-01-01 +4107,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),51.0,2009-01-01 +4108,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,41.0,2009-01-01 +4109,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),36.0,2009-01-01 +4110,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,40.9,2009-01-01 +4111,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.3,2009-01-01 +4112,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,45.4,2009-01-01 +4113,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.1,2009-01-01 +4114,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,35.8,2009-01-01 +4115,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.0,2009-01-01 +4116,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,823.0,2009-01-01 +4117,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),779.0,2009-01-01 +4118,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,430.0,2009-01-01 +4119,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),407.0,2009-01-01 +4120,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,393.0,2009-01-01 +4121,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),372.0,2009-01-01 +4122,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,89.6,2009-01-01 +4123,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.8,2009-01-01 +4124,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,91.3,2009-01-01 +4125,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.4,2009-01-01 +4126,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,87.9,2009-01-01 +4127,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),83.2,2009-01-01 +4128,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,92.0,2009-01-01 +4129,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),89.0,2009-01-01 +4130,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,60.0,2009-01-01 +4131,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),58.0,2009-01-01 +4132,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,32.0,2009-01-01 +4133,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),31.0,2009-01-01 +4134,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,36.9,2009-01-01 +4135,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.6,2009-01-01 +4136,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,48.2,2009-01-01 +4137,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.4,2009-01-01 +4138,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,25.6,2009-01-01 +4139,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.8,2009-01-01 +4140,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,256.0,2009-01-01 +4141,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),186.0,2009-01-01 +4142,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,155.0,2009-01-01 +4143,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),112.0,2009-01-01 +4144,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,101.0,2009-01-01 +4145,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),74.0,2009-01-01 +4146,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,31.4,2009-01-01 +4147,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.8,2009-01-01 +4148,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,37.1,2009-01-01 +4149,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.8,2009-01-01 +4150,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,25.4,2009-01-01 +4151,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.7,2009-01-01 +4152,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2154.0,2009-01-01 +4153,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1921.0,2009-01-01 +4154,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1164.0,2009-01-01 +4155,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1047.0,2009-01-01 +4156,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,990.0,2009-01-01 +4157,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),874.0,2009-01-01 +4158,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.2,2009-01-01 +4159,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.8,2009-01-01 +4160,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2009-01-01 +4161,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.2,2009-01-01 +4162,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.7,2009-01-01 +4163,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.2,2009-01-01 +4164,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,270.0,2009-01-01 +4165,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),249.0,2009-01-01 +4166,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,172.0,2009-01-01 +4167,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),161.0,2009-01-01 +4168,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,98.0,2009-01-01 +4169,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),88.0,2009-01-01 +4170,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,42.8,2009-01-01 +4171,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.5,2009-01-01 +4172,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,58.7,2009-01-01 +4173,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.9,2009-01-01 +4174,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,29.0,2009-01-01 +4175,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.1,2009-01-01 +4176,Finland,From 15 to 24 years,Thousand persons,Total,Active population,322.0,2009-01-01 +4177,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),253.0,2009-01-01 +4178,Finland,From 15 to 24 years,Thousand persons,Males,Active population,158.0,2009-01-01 +4179,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),120.0,2009-01-01 +4180,Finland,From 15 to 24 years,Thousand persons,Females,Active population,164.0,2009-01-01 +4181,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),133.0,2009-01-01 +4182,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,50.4,2009-01-01 +4183,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.6,2009-01-01 +4184,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,49.7,2009-01-01 +4185,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.7,2009-01-01 +4186,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,51.2,2009-01-01 +4187,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.5,2009-01-01 +4188,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1862.0,2009-01-01 +4189,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1739.0,2009-01-01 +4190,Finland,From 25 to 54 years,Thousand persons,Males,Active population,972.0,2009-01-01 +4191,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),903.0,2009-01-01 +4192,Finland,From 25 to 54 years,Thousand persons,Females,Active population,890.0,2009-01-01 +4193,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),836.0,2009-01-01 +4194,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,88.2,2009-01-01 +4195,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.4,2009-01-01 +4196,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,90.6,2009-01-01 +4197,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.3,2009-01-01 +4198,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,85.7,2009-01-01 +4199,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.5,2009-01-01 +4200,Finland,From 55 to 64 years,Thousand persons,Total,Active population,460.0,2009-01-01 +4201,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),431.0,2009-01-01 +4202,Finland,From 55 to 64 years,Thousand persons,Males,Active population,225.0,2009-01-01 +4203,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),210.0,2009-01-01 +4204,Finland,From 55 to 64 years,Thousand persons,Females,Active population,234.0,2009-01-01 +4205,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),221.0,2009-01-01 +4206,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,59.1,2009-01-01 +4207,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.5,2009-01-01 +4208,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,58.7,2009-01-01 +4209,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.6,2009-01-01 +4210,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,59.5,2009-01-01 +4211,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.3,2009-01-01 +4212,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,628.0,2009-01-01 +4213,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),471.0,2009-01-01 +4214,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,321.0,2009-01-01 +4215,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),237.0,2009-01-01 +4216,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,307.0,2009-01-01 +4217,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),234.0,2009-01-01 +4218,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,51.0,2009-01-01 +4219,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.3,2009-01-01 +4220,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,51.1,2009-01-01 +4221,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.7,2009-01-01 +4222,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,51.0,2009-01-01 +4223,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.9,2009-01-01 +4224,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3277.0,2009-01-01 +4225,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3074.0,2009-01-01 +4226,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1721.0,2009-01-01 +4227,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1610.0,2009-01-01 +4228,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1557.0,2009-01-01 +4229,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1464.0,2009-01-01 +4230,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.0,2009-01-01 +4231,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.5,2009-01-01 +4232,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,92.8,2009-01-01 +4233,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.9,2009-01-01 +4234,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,87.1,2009-01-01 +4235,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.9,2009-01-01 +4236,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,893.0,2009-01-01 +4237,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),846.0,2009-01-01 +4238,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,471.0,2009-01-01 +4239,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),444.0,2009-01-01 +4240,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,422.0,2009-01-01 +4241,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),403.0,2009-01-01 +4242,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,73.9,2009-01-01 +4243,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.0,2009-01-01 +4244,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,77.8,2009-01-01 +4245,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.2,2009-01-01 +4246,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,69.9,2009-01-01 +4247,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.7,2009-01-01 +4248,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4594.0,2009-01-01 +4249,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3715.0,2009-01-01 +4250,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2386.0,2009-01-01 +4251,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1863.0,2009-01-01 +4252,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2208.0,2009-01-01 +4253,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1852.0,2009-01-01 +4254,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,59.2,2009-01-01 +4255,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.9,2009-01-01 +4256,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,61.3,2009-01-01 +4257,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.9,2009-01-01 +4258,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,57.1,2009-01-01 +4259,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.9,2009-01-01 +4260,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,21677.0,2009-01-01 +4261,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20410.0,2009-01-01 +4262,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11556.0,2009-01-01 +4263,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10804.0,2009-01-01 +4264,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10121.0,2009-01-01 +4265,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9606.0,2009-01-01 +4266,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2009-01-01 +4267,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.1,2009-01-01 +4268,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2009-01-01 +4269,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.7,2009-01-01 +4270,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,78.6,2009-01-01 +4271,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.6,2009-01-01 +4272,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4395.0,2009-01-01 +4273,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4193.0,2009-01-01 +4274,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2518.0,2009-01-01 +4275,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2370.0,2009-01-01 +4276,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,1877.0,2009-01-01 +4277,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1823.0,2009-01-01 +4278,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,60.3,2009-01-01 +4279,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.5,2009-01-01 +4280,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,70.3,2009-01-01 +4281,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.1,2009-01-01 +4282,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,50.6,2009-01-01 +4283,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.2,2009-01-01 +4284,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,29.0,2009-01-01 +4285,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2009-01-01 +4286,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,15.0,2009-01-01 +4287,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12.0,2009-01-01 +4288,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,15.0,2009-01-01 +4289,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2009-01-01 +4290,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,73.1,2009-01-01 +4291,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.5,2009-01-01 +4292,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,70.9,2009-01-01 +4293,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.9,2009-01-01 +4294,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,75.5,2009-01-01 +4295,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.4,2009-01-01 +4296,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,116.0,2009-01-01 +4297,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),109.0,2009-01-01 +4298,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,62.0,2009-01-01 +4299,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),58.0,2009-01-01 +4300,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,54.0,2009-01-01 +4301,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2009-01-01 +4302,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2009-01-01 +4303,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.0,2009-01-01 +4304,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,92.8,2009-01-01 +4305,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.1,2009-01-01 +4306,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,83.9,2009-01-01 +4307,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.8,2009-01-01 +4308,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,27.0,2009-01-01 +4309,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2009-01-01 +4310,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2009-01-01 +4311,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2009-01-01 +4312,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,12.0,2009-01-01 +4313,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2009-01-01 +4314,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,83.3,2009-01-01 +4315,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.2,2009-01-01 +4316,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,88.6,2009-01-01 +4317,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.3,2009-01-01 +4318,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,77.7,2009-01-01 +4319,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.0,2009-01-01 +4320,Norway,From 15 to 24 years,Thousand persons,Total,Active population,354.0,2009-01-01 +4321,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),321.0,2009-01-01 +4322,Norway,From 15 to 24 years,Thousand persons,Males,Active population,176.0,2009-01-01 +4323,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),158.0,2009-01-01 +4324,Norway,From 15 to 24 years,Thousand persons,Females,Active population,178.0,2009-01-01 +4325,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),164.0,2009-01-01 +4326,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,57.9,2009-01-01 +4327,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.6,2009-01-01 +4328,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,56.9,2009-01-01 +4329,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.9,2009-01-01 +4330,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,58.9,2009-01-01 +4331,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.3,2009-01-01 +4332,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1757.0,2009-01-01 +4333,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1715.0,2009-01-01 +4334,Norway,From 25 to 54 years,Thousand persons,Males,Active population,926.0,2009-01-01 +4335,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),900.0,2009-01-01 +4336,Norway,From 25 to 54 years,Thousand persons,Females,Active population,832.0,2009-01-01 +4337,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),815.0,2009-01-01 +4338,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,88.1,2009-01-01 +4339,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.0,2009-01-01 +4340,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2009-01-01 +4341,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.3,2009-01-01 +4342,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,85.2,2009-01-01 +4343,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),83.5,2009-01-01 +4344,Norway,From 55 to 64 years,Thousand persons,Total,Active population,405.0,2009-01-01 +4345,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),401.0,2009-01-01 +4346,Norway,From 55 to 64 years,Thousand persons,Males,Active population,218.0,2009-01-01 +4347,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),215.0,2009-01-01 +4348,Norway,From 55 to 64 years,Thousand persons,Females,Active population,187.0,2009-01-01 +4349,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),186.0,2009-01-01 +4350,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,69.5,2009-01-01 +4351,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.7,2009-01-01 +4352,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,73.9,2009-01-01 +4353,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),72.8,2009-01-01 +4354,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,65.0,2009-01-01 +4355,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.6,2009-01-01 +4356,,,,,,, +4357,,,,,,, +4358,,,,,,, +4359,,,,,,, +4360,,,,,,, +4361,,,,,,, +4362,,,,,,, +4363,,,,,,, +4364,,,,,,, +4365,,,,,,, +4366,,,,,,, +4367,,,,,,, +4368,,,,,,, +4369,,,,,,, +4370,,,,,,, +4371,,,,,,, +4372,,,,,,, +4373,,,,,,, +4374,,,,,,, +4375,,,,,,, +4376,,,,,,, +4377,,,,,,, +4378,,,,,,, +4379,,,,,,, +4380,,,,,,, +4381,,,,,,, +4382,,,,,,, +4383,,,,,,, +4384,,,,,,, +4385,,,,,,, +4386,,,,,,, +4387,,,,,,, +4388,,,,,,, +4389,,,,,,, +4390,,,,,,, +4391,,,,,,, +4392,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,113.0,2009-01-01 +4393,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),51.0,2009-01-01 +4394,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,72.0,2009-01-01 +4395,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),34.0,2009-01-01 +4396,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,41.0,2009-01-01 +4397,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),17.0,2009-01-01 +4398,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,35.0,2009-01-01 +4399,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.7,2009-01-01 +4400,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,43.4,2009-01-01 +4401,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),20.6,2009-01-01 +4402,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,26.2,2009-01-01 +4403,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),10.6,2009-01-01 +4404,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,706.0,2009-01-01 +4405,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),497.0,2009-01-01 +4406,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,424.0,2009-01-01 +4407,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),300.0,2009-01-01 +4408,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,282.0,2009-01-01 +4409,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),196.0,2009-01-01 +4410,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,78.5,2009-01-01 +4411,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.3,2009-01-01 +4412,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,92.7,2009-01-01 +4413,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.7,2009-01-01 +4414,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,63.9,2009-01-01 +4415,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.5,2009-01-01 +4416,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,102.0,2009-01-01 +4417,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),76.0,2009-01-01 +4418,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,70.0,2009-01-01 +4419,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),50.0,2009-01-01 +4420,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,33.0,2009-01-01 +4421,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),25.0,2009-01-01 +4422,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,46.9,2009-01-01 +4423,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.6,2009-01-01 +4424,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,66.0,2009-01-01 +4425,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.6,2009-01-01 +4426,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,29.0,2009-01-01 +4427,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.4,2009-01-01 +4428,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4310.0,2009-01-01 +4429,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3329.0,2009-01-01 +4430,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,2844.0,2009-01-01 +4431,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2192.0,2009-01-01 +4432,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1466.0,2009-01-01 +4433,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1137.0,2009-01-01 +4434,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,37.4,2009-01-01 +4435,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.9,2009-01-01 +4436,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,50.6,2009-01-01 +4437,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.0,2009-01-01 +4438,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,24.9,2009-01-01 +4439,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.3,2009-01-01 +4440,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,17898.0,2009-01-01 +4441,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),15920.0,2009-01-01 +4442,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,13242.0,2009-01-01 +4443,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11774.0,2009-01-01 +4444,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,4656.0,2009-01-01 +4445,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),4145.0,2009-01-01 +4446,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,59.4,2009-01-01 +4447,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.8,2009-01-01 +4448,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,87.6,2009-01-01 +4449,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.9,2009-01-01 +4450,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,31.0,2009-01-01 +4451,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.6,2009-01-01 +4452,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,1536.0,2009-01-01 +4453,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1449.0,2009-01-01 +4454,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1107.0,2009-01-01 +4455,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1026.0,2009-01-01 +4456,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,429.0,2009-01-01 +4457,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),423.0,2009-01-01 +4458,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,29.9,2009-01-01 +4459,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.2,2009-01-01 +4460,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,44.3,2009-01-01 +4461,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.1,2009-01-01 +4462,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,16.3,2009-01-01 +4463,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.0,2009-01-01 +4464,,,,,,, +4465,,,,,,, +4466,,,,,,, +4467,,,,,,, +4468,,,,,,, +4469,,,,,,, +4470,,,,,,, +4471,,,,,,, +4472,,,,,,, +4473,,,,,,, +4474,,,,,,, +4475,,,,,,, +4476,,,,,,, +4477,,,,,,, +4478,,,,,,, +4479,,,,,,, +4480,,,,,,, +4481,,,,,,, +4482,,,,,,, +4483,,,,,,, +4484,,,,,,, +4485,,,,,,, +4486,,,,,,, +4487,,,,,,, +4488,,,,,,, +4489,,,,,,, +4490,,,,,,, +4491,,,,,,, +4492,,,,,,, +4493,,,,,,, +4494,,,,,,, +4495,,,,,,, +4496,,,,,,, +4497,,,,,,, +4498,,,,,,, +4499,,,,,,, +4500,,,,,,, +4501,,,,,,, +4502,,,,,,, +4503,,,,,,, +4504,,,,,,, +4505,,,,,,, +4506,,,,,,, +4507,,,,,,, +4508,,,,,,, +4509,,,,,,, +4510,,,,,,, +4511,,,,,,, +4512,,,,,,, +4513,,,,,,, +4514,,,,,,, +4515,,,,,,, +4516,,,,,,, +4517,,,,,,, +4518,,,,,,, +4519,,,,,,, +4520,,,,,,, +4521,,,,,,, +4522,,,,,,, +4523,,,,,,, +4524,,,,,,, +4525,,,,,,, +4526,,,,,,, +4527,,,,,,, +4528,,,,,,, +4529,,,,,,, +4530,,,,,,, +4531,,,,,,, +4532,,,,,,, +4533,,,,,,, +4534,,,,,,, +4535,,,,,,, +4536,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,24945.0,2010-01-01 +4537,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),19696.0,2010-01-01 +4538,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,13579.0,2010-01-01 +4539,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),10620.0,2010-01-01 +4540,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,11367.0,2010-01-01 +4541,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),9076.0,2010-01-01 +4542,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.8,2010-01-01 +4543,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.8,2010-01-01 +4544,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.9,2010-01-01 +4545,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.9,2010-01-01 +4546,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.6,2010-01-01 +4547,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.6,2010-01-01 +4548,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,179269.0,2010-01-01 +4549,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),163899.0,2010-01-01 +4550,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,96800.0,2010-01-01 +4551,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),88616.0,2010-01-01 +4552,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82468.0,2010-01-01 +4553,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75283.0,2010-01-01 +4554,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2010-01-01 +4555,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.7,2010-01-01 +4556,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2010-01-01 +4557,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.0,2010-01-01 +4558,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.2,2010-01-01 +4559,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2010-01-01 +4560,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,30556.0,2010-01-01 +4561,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),28495.0,2010-01-01 +4562,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,17533.0,2010-01-01 +4563,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16260.0,2010-01-01 +4564,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,13024.0,2010-01-01 +4565,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12235.0,2010-01-01 +4566,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.6,2010-01-01 +4567,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.2,2010-01-01 +4568,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.7,2010-01-01 +4569,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.5,2010-01-01 +4570,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,41.0,2010-01-01 +4571,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.5,2010-01-01 +4572,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,24763.0,2010-01-01 +4573,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),19573.0,2010-01-01 +4574,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,13473.0,2010-01-01 +4575,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),10548.0,2010-01-01 +4576,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,11290.0,2010-01-01 +4577,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),9025.0,2010-01-01 +4578,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.9,2010-01-01 +4579,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.9,2010-01-01 +4580,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,46.0,2010-01-01 +4581,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.0,2010-01-01 +4582,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.7,2010-01-01 +4583,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.7,2010-01-01 +4584,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,177819.0,2010-01-01 +4585,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),162596.0,2010-01-01 +4586,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,96042.0,2010-01-01 +4587,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),87928.0,2010-01-01 +4588,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,81776.0,2010-01-01 +4589,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74669.0,2010-01-01 +4590,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2010-01-01 +4591,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.7,2010-01-01 +4592,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2010-01-01 +4593,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.1,2010-01-01 +4594,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.2,2010-01-01 +4595,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2010-01-01 +4596,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,30318.0,2010-01-01 +4597,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),28272.0,2010-01-01 +4598,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,17383.0,2010-01-01 +4599,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16122.0,2010-01-01 +4600,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,12935.0,2010-01-01 +4601,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12150.0,2010-01-01 +4602,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.6,2010-01-01 +4603,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.3,2010-01-01 +4604,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.8,2010-01-01 +4605,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.5,2010-01-01 +4606,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,41.1,2010-01-01 +4607,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.6,2010-01-01 +4608,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,20535.0,2010-01-01 +4609,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),16362.0,2010-01-01 +4610,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,11001.0,2010-01-01 +4611,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8666.0,2010-01-01 +4612,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,9534.0,2010-01-01 +4613,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7695.0,2010-01-01 +4614,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,46.0,2010-01-01 +4615,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.6,2010-01-01 +4616,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,48.7,2010-01-01 +4617,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.3,2010-01-01 +4618,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,43.2,2010-01-01 +4619,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.9,2010-01-01 +4620,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,141616.0,2010-01-01 +4621,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),129558.0,2010-01-01 +4622,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,76483.0,2010-01-01 +4623,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),70071.0,2010-01-01 +4624,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65133.0,2010-01-01 +4625,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59487.0,2010-01-01 +4626,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.2,2010-01-01 +4627,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.0,2010-01-01 +4628,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.3,2010-01-01 +4629,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.5,2010-01-01 +4630,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.2,2010-01-01 +4631,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2010-01-01 +4632,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,24679.0,2010-01-01 +4633,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),23041.0,2010-01-01 +4634,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,14087.0,2010-01-01 +4635,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13078.0,2010-01-01 +4636,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,10592.0,2010-01-01 +4637,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9963.0,2010-01-01 +4638,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,51.8,2010-01-01 +4639,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.4,2010-01-01 +4640,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,60.5,2010-01-01 +4641,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.2,2010-01-01 +4642,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,43.5,2010-01-01 +4643,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.9,2010-01-01 +4644,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,15607.0,2010-01-01 +4645,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12344.0,2010-01-01 +4646,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,8466.0,2010-01-01 +4647,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6648.0,2010-01-01 +4648,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,7141.0,2010-01-01 +4649,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5697.0,2010-01-01 +4650,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.1,2010-01-01 +4651,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.3,2010-01-01 +4652,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.0,2010-01-01 +4653,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.4,2010-01-01 +4654,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.1,2010-01-01 +4655,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.2,2010-01-01 +4656,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,120429.0,2010-01-01 +4657,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),109271.0,2010-01-01 +4658,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,65171.0,2010-01-01 +4659,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),59284.0,2010-01-01 +4660,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55258.0,2010-01-01 +4661,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49987.0,2010-01-01 +4662,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.2,2010-01-01 +4663,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2010-01-01 +4664,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2010-01-01 +4665,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.0,2010-01-01 +4666,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.1,2010-01-01 +4667,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.6,2010-01-01 +4668,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,19850.0,2010-01-01 +4669,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),18392.0,2010-01-01 +4670,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,11374.0,2010-01-01 +4671,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10501.0,2010-01-01 +4672,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,8476.0,2010-01-01 +4673,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7890.0,2010-01-01 +4674,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.4,2010-01-01 +4675,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.7,2010-01-01 +4676,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.1,2010-01-01 +4677,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.7,2010-01-01 +4678,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,41.1,2010-01-01 +4679,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.2,2010-01-01 +4680,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,15477.0,2010-01-01 +4681,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12260.0,2010-01-01 +4682,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,8393.0,2010-01-01 +4683,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6603.0,2010-01-01 +4684,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,7084.0,2010-01-01 +4685,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5657.0,2010-01-01 +4686,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.3,2010-01-01 +4687,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.5,2010-01-01 +4688,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.2,2010-01-01 +4689,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.6,2010-01-01 +4690,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.2,2010-01-01 +4691,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.3,2010-01-01 +4692,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,119260.0,2010-01-01 +4693,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),108297.0,2010-01-01 +4694,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,64601.0,2010-01-01 +4695,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),58828.0,2010-01-01 +4696,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54660.0,2010-01-01 +4697,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49470.0,2010-01-01 +4698,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.2,2010-01-01 +4699,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.4,2010-01-01 +4700,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2010-01-01 +4701,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.1,2010-01-01 +4702,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.0,2010-01-01 +4703,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.6,2010-01-01 +4704,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,19655.0,2010-01-01 +4705,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),18225.0,2010-01-01 +4706,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,11280.0,2010-01-01 +4707,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10423.0,2010-01-01 +4708,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,8375.0,2010-01-01 +4709,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7801.0,2010-01-01 +4710,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.3,2010-01-01 +4711,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.7,2010-01-01 +4712,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.1,2010-01-01 +4713,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.7,2010-01-01 +4714,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,41.0,2010-01-01 +4715,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.1,2010-01-01 +4716,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,15359.0,2010-01-01 +4717,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12185.0,2010-01-01 +4718,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,8330.0,2010-01-01 +4719,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6563.0,2010-01-01 +4720,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,7030.0,2010-01-01 +4721,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5622.0,2010-01-01 +4722,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.3,2010-01-01 +4723,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.5,2010-01-01 +4724,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.2,2010-01-01 +4725,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.6,2010-01-01 +4726,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.2,2010-01-01 +4727,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.4,2010-01-01 +4728,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,118483.0,2010-01-01 +4729,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),107660.0,2010-01-01 +4730,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,64214.0,2010-01-01 +4731,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),58523.0,2010-01-01 +4732,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54269.0,2010-01-01 +4733,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49137.0,2010-01-01 +4734,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.2,2010-01-01 +4735,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.4,2010-01-01 +4736,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2010-01-01 +4737,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.2,2010-01-01 +4738,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,77.9,2010-01-01 +4739,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.6,2010-01-01 +4740,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,19516.0,2010-01-01 +4741,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),18108.0,2010-01-01 +4742,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,11219.0,2010-01-01 +4743,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10375.0,2010-01-01 +4744,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,8297.0,2010-01-01 +4745,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),7733.0,2010-01-01 +4746,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,49.3,2010-01-01 +4747,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.7,2010-01-01 +4748,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.1,2010-01-01 +4749,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.7,2010-01-01 +4750,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,40.8,2010-01-01 +4751,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.1,2010-01-01 +4752,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,428.0,2010-01-01 +4753,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),332.0,2010-01-01 +4754,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,234.0,2010-01-01 +4755,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),182.0,2010-01-01 +4756,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,193.0,2010-01-01 +4757,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),150.0,2010-01-01 +4758,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,32.5,2010-01-01 +4759,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.2,2010-01-01 +4760,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,35.2,2010-01-01 +4761,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.3,2010-01-01 +4762,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,29.8,2010-01-01 +4763,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.1,2010-01-01 +4764,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3905.0,2010-01-01 +4765,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3619.0,2010-01-01 +4766,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2099.0,2010-01-01 +4767,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1949.0,2010-01-01 +4768,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1805.0,2010-01-01 +4769,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1670.0,2010-01-01 +4770,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,86.3,2010-01-01 +4771,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.0,2010-01-01 +4772,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2010-01-01 +4773,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.5,2010-01-01 +4774,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,80.4,2010-01-01 +4775,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.4,2010-01-01 +4776,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,524.0,2010-01-01 +4777,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),500.0,2010-01-01 +4778,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,316.0,2010-01-01 +4779,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),302.0,2010-01-01 +4780,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,208.0,2010-01-01 +4781,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),198.0,2010-01-01 +4782,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,39.2,2010-01-01 +4783,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.3,2010-01-01 +4784,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,47.6,2010-01-01 +4785,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.6,2010-01-01 +4786,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,30.9,2010-01-01 +4787,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.2,2010-01-01 +4788,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,281.0,2010-01-01 +4789,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),219.0,2010-01-01 +4790,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,164.0,2010-01-01 +4791,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),126.0,2010-01-01 +4792,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,117.0,2010-01-01 +4793,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),93.0,2010-01-01 +4794,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,31.2,2010-01-01 +4795,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.3,2010-01-01 +4796,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,35.5,2010-01-01 +4797,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.3,2010-01-01 +4798,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,26.6,2010-01-01 +4799,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.2,2010-01-01 +4800,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2584.0,2010-01-01 +4801,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2342.0,2010-01-01 +4802,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1367.0,2010-01-01 +4803,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1232.0,2010-01-01 +4804,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1217.0,2010-01-01 +4805,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1109.0,2010-01-01 +4806,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,82.9,2010-01-01 +4807,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.1,2010-01-01 +4808,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,86.1,2010-01-01 +4809,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.6,2010-01-01 +4810,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2010-01-01 +4811,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.5,2010-01-01 +4812,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,523.0,2010-01-01 +4813,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),476.0,2010-01-01 +4814,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,281.0,2010-01-01 +4815,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),255.0,2010-01-01 +4816,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,242.0,2010-01-01 +4817,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),221.0,2010-01-01 +4818,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,49.3,2010-01-01 +4819,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.9,2010-01-01 +4820,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,56.6,2010-01-01 +4821,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.3,2010-01-01 +4822,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,42.9,2010-01-01 +4823,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.2,2010-01-01 +4824,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,400.0,2010-01-01 +4825,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),327.0,2010-01-01 +4826,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,241.0,2010-01-01 +4827,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),197.0,2010-01-01 +4828,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,159.0,2010-01-01 +4829,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),130.0,2010-01-01 +4830,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,30.9,2010-01-01 +4831,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.2,2010-01-01 +4832,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,36.2,2010-01-01 +4833,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.6,2010-01-01 +4834,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,25.3,2010-01-01 +4835,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.6,2010-01-01 +4836,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4050.0,2010-01-01 +4837,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3789.0,2010-01-01 +4838,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2254.0,2010-01-01 +4839,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2137.0,2010-01-01 +4840,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1796.0,2010-01-01 +4841,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1653.0,2010-01-01 +4842,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2010-01-01 +4843,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.2,2010-01-01 +4844,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.5,2010-01-01 +4845,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.5,2010-01-01 +4846,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,79.8,2010-01-01 +4847,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.4,2010-01-01 +4848,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,741.0,2010-01-01 +4849,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),693.0,2010-01-01 +4850,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,448.0,2010-01-01 +4851,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),418.0,2010-01-01 +4852,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,294.0,2010-01-01 +4853,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),275.0,2010-01-01 +4854,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,49.7,2010-01-01 +4855,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.5,2010-01-01 +4856,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,62.5,2010-01-01 +4857,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.4,2010-01-01 +4858,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,38.0,2010-01-01 +4859,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.5,2010-01-01 +4860,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,455.0,2010-01-01 +4861,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),391.0,2010-01-01 +4862,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,232.0,2010-01-01 +4863,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),195.0,2010-01-01 +4864,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,223.0,2010-01-01 +4865,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),196.0,2010-01-01 +4866,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,67.5,2010-01-01 +4867,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.1,2010-01-01 +4868,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,67.6,2010-01-01 +4869,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.7,2010-01-01 +4870,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,67.4,2010-01-01 +4871,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),59.5,2010-01-01 +4872,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1970.0,2010-01-01 +4873,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1840.0,2010-01-01 +4874,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1030.0,2010-01-01 +4875,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),955.0,2010-01-01 +4876,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,940.0,2010-01-01 +4877,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),885.0,2010-01-01 +4878,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,88.7,2010-01-01 +4879,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.8,2010-01-01 +4880,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2010-01-01 +4881,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.3,2010-01-01 +4882,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,85.3,2010-01-01 +4883,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.3,2010-01-01 +4884,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,447.0,2010-01-01 +4885,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),422.0,2010-01-01 +4886,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,244.0,2010-01-01 +4887,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),228.0,2010-01-01 +4888,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,202.0,2010-01-01 +4889,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),194.0,2010-01-01 +4890,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,61.8,2010-01-01 +4891,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.4,2010-01-01 +4892,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,67.8,2010-01-01 +4893,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.3,2010-01-01 +4894,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,55.9,2010-01-01 +4895,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.6,2010-01-01 +4896,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4492.0,2010-01-01 +4897,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4050.0,2010-01-01 +4898,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2387.0,2010-01-01 +4899,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2130.0,2010-01-01 +4900,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,2105.0,2010-01-01 +4901,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1920.0,2010-01-01 +4902,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,51.3,2010-01-01 +4903,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.2,2010-01-01 +4904,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,53.7,2010-01-01 +4905,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.9,2010-01-01 +4906,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,48.8,2010-01-01 +4907,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.5,2010-01-01 +4908,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,29583.0,2010-01-01 +4909,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),27647.0,2010-01-01 +4910,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,15860.0,2010-01-01 +4911,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),14764.0,2010-01-01 +4912,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13723.0,2010-01-01 +4913,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),12883.0,2010-01-01 +4914,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2010-01-01 +4915,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.6,2010-01-01 +4916,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,93.2,2010-01-01 +4917,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.8,2010-01-01 +4918,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,81.3,2010-01-01 +4919,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.4,2010-01-01 +4920,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,6104.0,2010-01-01 +4921,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),5640.0,2010-01-01 +4922,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,3395.0,2010-01-01 +4923,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),3125.0,2010-01-01 +4924,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,2709.0,2010-01-01 +4925,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2515.0,2010-01-01 +4926,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,62.6,2010-01-01 +4927,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.8,2010-01-01 +4928,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,70.8,2010-01-01 +4929,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.2,2010-01-01 +4930,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,54.6,2010-01-01 +4931,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.7,2010-01-01 +4932,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,67.0,2010-01-01 +4933,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),45.0,2010-01-01 +4934,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,37.0,2010-01-01 +4935,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),24.0,2010-01-01 +4936,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,30.0,2010-01-01 +4937,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),21.0,2010-01-01 +4938,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,37.8,2010-01-01 +4939,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.3,2010-01-01 +4940,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,41.2,2010-01-01 +4941,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.5,2010-01-01 +4942,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,34.3,2010-01-01 +4943,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.1,2010-01-01 +4944,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,490.0,2010-01-01 +4945,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),416.0,2010-01-01 +4946,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,252.0,2010-01-01 +4947,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),208.0,2010-01-01 +4948,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,238.0,2010-01-01 +4949,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),207.0,2010-01-01 +4950,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,88.3,2010-01-01 +4951,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.9,2010-01-01 +4952,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2010-01-01 +4953,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.8,2010-01-01 +4954,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,84.8,2010-01-01 +4955,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.0,2010-01-01 +4956,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,104.0,2010-01-01 +4957,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),87.0,2010-01-01 +4958,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,46.0,2010-01-01 +4959,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),37.0,2010-01-01 +4960,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,59.0,2010-01-01 +4961,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2010-01-01 +4962,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,64.3,2010-01-01 +4963,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.8,2010-01-01 +4964,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,64.3,2010-01-01 +4965,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.9,2010-01-01 +4966,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,64.3,2010-01-01 +4967,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.3,2010-01-01 +4968,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,266.0,2010-01-01 +4969,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),192.0,2010-01-01 +4970,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,137.0,2010-01-01 +4971,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),91.0,2010-01-01 +4972,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,129.0,2010-01-01 +4973,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),102.0,2010-01-01 +4974,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,43.6,2010-01-01 +4975,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.5,2010-01-01 +4976,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,44.6,2010-01-01 +4977,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.6,2010-01-01 +4978,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,42.5,2010-01-01 +4979,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.5,2010-01-01 +4980,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1624.0,2010-01-01 +4981,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1417.0,2010-01-01 +4982,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,899.0,2010-01-01 +4983,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),754.0,2010-01-01 +4984,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,725.0,2010-01-01 +4985,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),663.0,2010-01-01 +4986,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,80.5,2010-01-01 +4987,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.3,2010-01-01 +4988,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,89.5,2010-01-01 +4989,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.1,2010-01-01 +4990,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,71.6,2010-01-01 +4991,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.5,2010-01-01 +4992,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,250.0,2010-01-01 +4993,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),228.0,2010-01-01 +4994,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,149.0,2010-01-01 +4995,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),133.0,2010-01-01 +4996,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,101.0,2010-01-01 +4997,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),95.0,2010-01-01 +4998,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,55.0,2010-01-01 +4999,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.2,2010-01-01 +5000,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,65.3,2010-01-01 +5001,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.2,2010-01-01 +5002,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,44.6,2010-01-01 +5003,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.1,2010-01-01 +5004,Greece,From 15 to 24 years,Thousand persons,Total,Active population,354.0,2010-01-01 +5005,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),238.0,2010-01-01 +5006,Greece,From 15 to 24 years,Thousand persons,Males,Active population,194.0,2010-01-01 +5007,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),142.0,2010-01-01 +5008,Greece,From 15 to 24 years,Thousand persons,Females,Active population,161.0,2010-01-01 +5009,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),96.0,2010-01-01 +5010,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,30.0,2010-01-01 +5011,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.1,2010-01-01 +5012,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,33.0,2010-01-01 +5013,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.2,2010-01-01 +5014,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,27.1,2010-01-01 +5015,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.1,2010-01-01 +5016,Greece,From 25 to 54 years,Thousand persons,Total,Active population,4003.0,2010-01-01 +5017,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3518.0,2010-01-01 +5018,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2258.0,2010-01-01 +5019,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2044.0,2010-01-01 +5020,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1745.0,2010-01-01 +5021,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1474.0,2010-01-01 +5022,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,83.2,2010-01-01 +5023,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.2,2010-01-01 +5024,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,94.2,2010-01-01 +5025,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.3,2010-01-01 +5026,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,72.4,2010-01-01 +5027,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.1,2010-01-01 +5028,Greece,From 55 to 64 years,Thousand persons,Total,Active population,588.0,2010-01-01 +5029,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),551.0,2010-01-01 +5030,Greece,From 55 to 64 years,Thousand persons,Males,Active population,379.0,2010-01-01 +5031,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),356.0,2010-01-01 +5032,Greece,From 55 to 64 years,Thousand persons,Females,Active population,208.0,2010-01-01 +5033,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),195.0,2010-01-01 +5034,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,45.2,2010-01-01 +5035,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.4,2010-01-01 +5036,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,60.2,2010-01-01 +5037,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.5,2010-01-01 +5038,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,31.1,2010-01-01 +5039,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.1,2010-01-01 +5040,Spain,From 15 to 24 years,Thousand persons,Total,Active population,2069.0,2010-01-01 +5041,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1210.0,2010-01-01 +5042,Spain,From 15 to 24 years,Thousand persons,Males,Active population,1116.0,2010-01-01 +5043,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),635.0,2010-01-01 +5044,Spain,From 15 to 24 years,Thousand persons,Females,Active population,953.0,2010-01-01 +5045,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),575.0,2010-01-01 +5046,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,42.7,2010-01-01 +5047,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.0,2010-01-01 +5048,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,45.0,2010-01-01 +5049,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),25.6,2010-01-01 +5050,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,40.2,2010-01-01 +5051,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.3,2010-01-01 +5052,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18589.0,2010-01-01 +5053,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),15174.0,2010-01-01 +5054,Spain,From 25 to 54 years,Thousand persons,Males,Active population,10192.0,2010-01-01 +5055,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),8365.0,2010-01-01 +5056,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8397.0,2010-01-01 +5057,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6808.0,2010-01-01 +5058,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,85.7,2010-01-01 +5059,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.0,2010-01-01 +5060,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2010-01-01 +5061,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.9,2010-01-01 +5062,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,78.8,2010-01-01 +5063,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.9,2010-01-01 +5064,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2552.0,2010-01-01 +5065,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2190.0,2010-01-01 +5066,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1562.0,2010-01-01 +5067,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1337.0,2010-01-01 +5068,Spain,From 55 to 64 years,Thousand persons,Females,Active population,990.0,2010-01-01 +5069,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),852.0,2010-01-01 +5070,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,50.7,2010-01-01 +5071,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.5,2010-01-01 +5072,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,63.7,2010-01-01 +5073,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.5,2010-01-01 +5074,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,38.4,2010-01-01 +5075,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.1,2010-01-01 +5076,,,,,,, +5077,,,,,,, +5078,,,,,,, +5079,,,,,,, +5080,,,,,,, +5081,,,,,,, +5082,,,,,,, +5083,,,,,,, +5084,,,,,,, +5085,,,,,,, +5086,,,,,,, +5087,,,,,,, +5088,,,,,,, +5089,,,,,,, +5090,,,,,,, +5091,,,,,,, +5092,,,,,,, +5093,,,,,,, +5094,,,,,,, +5095,,,,,,, +5096,,,,,,, +5097,,,,,,, +5098,,,,,,, +5099,,,,,,, +5100,,,,,,, +5101,,,,,,, +5102,,,,,,, +5103,,,,,,, +5104,,,,,,, +5105,,,,,,, +5106,,,,,,, +5107,,,,,,, +5108,,,,,,, +5109,,,,,,, +5110,,,,,,, +5111,,,,,,, +5112,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2884.0,2010-01-01 +5113,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2234.0,2010-01-01 +5114,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1587.0,2010-01-01 +5115,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1235.0,2010-01-01 +5116,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1297.0,2010-01-01 +5117,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),998.0,2010-01-01 +5118,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,38.9,2010-01-01 +5119,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.1,2010-01-01 +5120,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,42.6,2010-01-01 +5121,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.2,2010-01-01 +5122,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,35.2,2010-01-01 +5123,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.1,2010-01-01 +5124,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21865.0,2010-01-01 +5125,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20206.0,2010-01-01 +5126,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11406.0,2010-01-01 +5127,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10577.0,2010-01-01 +5128,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10458.0,2010-01-01 +5129,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9629.0,2010-01-01 +5130,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,88.7,2010-01-01 +5131,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.0,2010-01-01 +5132,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,94.2,2010-01-01 +5133,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.4,2010-01-01 +5134,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.4,2010-01-01 +5135,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.8,2010-01-01 +5136,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,3333.0,2010-01-01 +5137,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3141.0,2010-01-01 +5138,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,1719.0,2010-01-01 +5139,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1615.0,2010-01-01 +5140,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,1615.0,2010-01-01 +5141,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1526.0,2010-01-01 +5142,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,42.2,2010-01-01 +5143,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.7,2010-01-01 +5144,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,45.0,2010-01-01 +5145,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.3,2010-01-01 +5146,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,39.5,2010-01-01 +5147,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.3,2010-01-01 +5148,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,182.0,2010-01-01 +5149,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),123.0,2010-01-01 +5150,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,106.0,2010-01-01 +5151,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),73.0,2010-01-01 +5152,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,77.0,2010-01-01 +5153,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2010-01-01 +5154,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,35.9,2010-01-01 +5155,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.2,2010-01-01 +5156,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,40.7,2010-01-01 +5157,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.9,2010-01-01 +5158,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,30.7,2010-01-01 +5159,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.4,2010-01-01 +5160,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1450.0,2010-01-01 +5161,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1303.0,2010-01-01 +5162,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,758.0,2010-01-01 +5163,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),688.0,2010-01-01 +5164,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,692.0,2010-01-01 +5165,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),614.0,2010-01-01 +5166,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,80.8,2010-01-01 +5167,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.6,2010-01-01 +5168,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,84.1,2010-01-01 +5169,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.4,2010-01-01 +5170,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,77.4,2010-01-01 +5171,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.8,2010-01-01 +5172,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,238.0,2010-01-01 +5173,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),223.0,2010-01-01 +5174,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,149.0,2010-01-01 +5175,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),139.0,2010-01-01 +5176,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,89.0,2010-01-01 +5177,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),84.0,2010-01-01 +5178,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,41.8,2010-01-01 +5179,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.1,2010-01-01 +5180,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,54.4,2010-01-01 +5181,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.5,2010-01-01 +5182,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,30.2,2010-01-01 +5183,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.5,2010-01-01 +5184,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1680.0,2010-01-01 +5185,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1211.0,2010-01-01 +5186,Italy,From 15 to 24 years,Thousand persons,Males,Active population,1005.0,2010-01-01 +5187,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),735.0,2010-01-01 +5188,Italy,From 15 to 24 years,Thousand persons,Females,Active population,675.0,2010-01-01 +5189,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),477.0,2010-01-01 +5190,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,28.1,2010-01-01 +5191,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.2,2010-01-01 +5192,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,32.8,2010-01-01 +5193,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.0,2010-01-01 +5194,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,23.1,2010-01-01 +5195,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.3,2010-01-01 +5196,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19730.0,2010-01-01 +5197,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),18247.0,2010-01-01 +5198,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11392.0,2010-01-01 +5199,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10650.0,2010-01-01 +5200,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8338.0,2010-01-01 +5201,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7597.0,2010-01-01 +5202,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,76.9,2010-01-01 +5203,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.1,2010-01-01 +5204,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,89.4,2010-01-01 +5205,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.6,2010-01-01 +5206,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,64.5,2010-01-01 +5207,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.8,2010-01-01 +5208,Italy,From 55 to 64 years,Thousand persons,Total,Active population,2793.0,2010-01-01 +5209,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2693.0,2010-01-01 +5210,Italy,From 55 to 64 years,Thousand persons,Males,Active population,1772.0,2010-01-01 +5211,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1703.0,2010-01-01 +5212,Italy,From 55 to 64 years,Thousand persons,Females,Active population,1021.0,2010-01-01 +5213,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),990.0,2010-01-01 +5214,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,37.9,2010-01-01 +5215,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.5,2010-01-01 +5216,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,49.5,2010-01-01 +5217,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.6,2010-01-01 +5218,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,26.9,2010-01-01 +5219,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.1,2010-01-01 +5220,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,42.0,2010-01-01 +5221,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),35.0,2010-01-01 +5222,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,20.0,2010-01-01 +5223,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),17.0,2010-01-01 +5224,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,22.0,2010-01-01 +5225,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2010-01-01 +5226,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,40.6,2010-01-01 +5227,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.8,2010-01-01 +5228,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,40.9,2010-01-01 +5229,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.4,2010-01-01 +5230,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,40.2,2010-01-01 +5231,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.3,2010-01-01 +5232,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,312.0,2010-01-01 +5233,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),295.0,2010-01-01 +5234,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,159.0,2010-01-01 +5235,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),150.0,2010-01-01 +5236,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,153.0,2010-01-01 +5237,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),145.0,2010-01-01 +5238,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,86.9,2010-01-01 +5239,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.2,2010-01-01 +5240,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,93.4,2010-01-01 +5241,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.3,2010-01-01 +5242,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,81.0,2010-01-01 +5243,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.7,2010-01-01 +5244,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,54.0,2010-01-01 +5245,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),52.0,2010-01-01 +5246,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,34.0,2010-01-01 +5247,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),32.0,2010-01-01 +5248,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,21.0,2010-01-01 +5249,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),20.0,2010-01-01 +5250,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,59.1,2010-01-01 +5251,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.3,2010-01-01 +5252,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,74.3,2010-01-01 +5253,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),70.5,2010-01-01 +5254,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,44.3,2010-01-01 +5255,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.5,2010-01-01 +5256,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,117.0,2010-01-01 +5257,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),75.0,2010-01-01 +5258,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,63.0,2010-01-01 +5259,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),40.0,2010-01-01 +5260,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,54.0,2010-01-01 +5261,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),35.0,2010-01-01 +5262,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,39.7,2010-01-01 +5263,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.4,2010-01-01 +5264,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,42.2,2010-01-01 +5265,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.5,2010-01-01 +5266,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2010-01-01 +5267,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.3,2010-01-01 +5268,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,777.0,2010-01-01 +5269,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),637.0,2010-01-01 +5270,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,387.0,2010-01-01 +5271,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),305.0,2010-01-01 +5272,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,390.0,2010-01-01 +5273,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),332.0,2010-01-01 +5274,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,88.6,2010-01-01 +5275,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.6,2010-01-01 +5276,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,91.0,2010-01-01 +5277,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.7,2010-01-01 +5278,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,86.3,2010-01-01 +5279,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.5,2010-01-01 +5280,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,139.0,2010-01-01 +5281,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),117.0,2010-01-01 +5282,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,61.0,2010-01-01 +5283,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),49.0,2010-01-01 +5284,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,78.0,2010-01-01 +5285,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),68.0,2010-01-01 +5286,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,56.9,2010-01-01 +5287,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.8,2010-01-01 +5288,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,58.5,2010-01-01 +5289,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.9,2010-01-01 +5290,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,55.7,2010-01-01 +5291,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.4,2010-01-01 +5292,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,131.0,2010-01-01 +5293,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),84.0,2010-01-01 +5294,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,73.0,2010-01-01 +5295,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),45.0,2010-01-01 +5296,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,57.0,2010-01-01 +5297,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),39.0,2010-01-01 +5298,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,28.4,2010-01-01 +5299,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.3,2010-01-01 +5300,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,31.3,2010-01-01 +5301,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.1,2010-01-01 +5302,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,25.4,2010-01-01 +5303,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.4,2010-01-01 +5304,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1169.0,2010-01-01 +5305,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),973.0,2010-01-01 +5306,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,570.0,2010-01-01 +5307,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),456.0,2010-01-01 +5308,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,599.0,2010-01-01 +5309,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),518.0,2010-01-01 +5310,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2010-01-01 +5311,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.6,2010-01-01 +5312,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,89.0,2010-01-01 +5313,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.1,2010-01-01 +5314,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,87.8,2010-01-01 +5315,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.9,2010-01-01 +5316,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,195.0,2010-01-01 +5317,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),167.0,2010-01-01 +5318,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,94.0,2010-01-01 +5319,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),78.0,2010-01-01 +5320,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,101.0,2010-01-01 +5321,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),89.0,2010-01-01 +5322,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,56.5,2010-01-01 +5323,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.3,2010-01-01 +5324,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,62.6,2010-01-01 +5325,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.1,2010-01-01 +5326,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,51.7,2010-01-01 +5327,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.5,2010-01-01 +5328,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,14.0,2010-01-01 +5329,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12.0,2010-01-01 +5330,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,8.0,2010-01-01 +5331,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6.0,2010-01-01 +5332,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,6.0,2010-01-01 +5333,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2010-01-01 +5334,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,24.7,2010-01-01 +5335,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.2,2010-01-01 +5336,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,26.8,2010-01-01 +5337,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.1,2010-01-01 +5338,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,22.7,2010-01-01 +5339,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.3,2010-01-01 +5340,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,193.0,2010-01-01 +5341,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),186.0,2010-01-01 +5342,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,108.0,2010-01-01 +5343,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),104.0,2010-01-01 +5344,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,86.0,2010-01-01 +5345,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),81.0,2010-01-01 +5346,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,85.7,2010-01-01 +5347,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.3,2010-01-01 +5348,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,94.8,2010-01-01 +5349,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.0,2010-01-01 +5350,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,76.4,2010-01-01 +5351,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.6,2010-01-01 +5352,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,21.0,2010-01-01 +5353,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),21.0,2010-01-01 +5354,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,13.0,2010-01-01 +5355,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2010-01-01 +5356,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,8.0,2010-01-01 +5357,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8.0,2010-01-01 +5358,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,40.6,2010-01-01 +5359,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.6,2010-01-01 +5360,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,48.8,2010-01-01 +5361,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.7,2010-01-01 +5362,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,32.0,2010-01-01 +5363,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.3,2010-01-01 +5364,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,296.0,2010-01-01 +5365,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),218.0,2010-01-01 +5366,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,167.0,2010-01-01 +5367,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),121.0,2010-01-01 +5368,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,129.0,2010-01-01 +5369,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),97.0,2010-01-01 +5370,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,24.8,2010-01-01 +5371,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.3,2010-01-01 +5372,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,27.5,2010-01-01 +5373,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.9,2010-01-01 +5374,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,22.0,2010-01-01 +5375,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.6,2010-01-01 +5376,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3375.0,2010-01-01 +5377,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3023.0,2010-01-01 +5378,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1807.0,2010-01-01 +5379,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1614.0,2010-01-01 +5380,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1568.0,2010-01-01 +5381,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1409.0,2010-01-01 +5382,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,80.9,2010-01-01 +5383,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.5,2010-01-01 +5384,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,87.3,2010-01-01 +5385,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.0,2010-01-01 +5386,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,74.6,2010-01-01 +5387,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.0,2010-01-01 +5388,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,499.0,2010-01-01 +5389,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),460.0,2010-01-01 +5390,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,262.0,2010-01-01 +5391,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),240.0,2010-01-01 +5392,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,237.0,2010-01-01 +5393,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),220.0,2010-01-01 +5394,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,36.5,2010-01-01 +5395,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.6,2010-01-01 +5396,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,42.2,2010-01-01 +5397,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.6,2010-01-01 +5398,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,31.7,2010-01-01 +5399,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.4,2010-01-01 +5400,Malta,From 15 to 24 years,Thousand persons,Total,Active population,29.0,2010-01-01 +5401,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2010-01-01 +5402,Malta,From 15 to 24 years,Thousand persons,Males,Active population,15.0,2010-01-01 +5403,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2010-01-01 +5404,Malta,From 15 to 24 years,Thousand persons,Females,Active population,13.0,2010-01-01 +5405,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2010-01-01 +5406,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,50.9,2010-01-01 +5407,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.2,2010-01-01 +5408,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,53.6,2010-01-01 +5409,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.9,2010-01-01 +5410,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,48.1,2010-01-01 +5411,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.4,2010-01-01 +5412,Malta,From 25 to 54 years,Thousand persons,Total,Active population,124.0,2010-01-01 +5413,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),117.0,2010-01-01 +5414,Malta,From 25 to 54 years,Thousand persons,Males,Active population,82.0,2010-01-01 +5415,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),77.0,2010-01-01 +5416,Malta,From 25 to 54 years,Thousand persons,Females,Active population,42.0,2010-01-01 +5417,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),40.0,2010-01-01 +5418,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,72.9,2010-01-01 +5419,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.6,2010-01-01 +5420,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,94.5,2010-01-01 +5421,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.1,2010-01-01 +5422,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,50.6,2010-01-01 +5423,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.5,2010-01-01 +5424,Malta,From 55 to 64 years,Thousand persons,Total,Active population,20.0,2010-01-01 +5425,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),19.0,2010-01-01 +5426,Malta,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2010-01-01 +5427,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15.0,2010-01-01 +5428,Malta,From 55 to 64 years,Thousand persons,Females,Active population,4.0,2010-01-01 +5429,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),4.0,2010-01-01 +5430,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,33.3,2010-01-01 +5431,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.9,2010-01-01 +5432,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,52.3,2010-01-01 +5433,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.0,2010-01-01 +5434,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,14.6,2010-01-01 +5435,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),14.1,2010-01-01 +5436,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1385.0,2010-01-01 +5437,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1264.0,2010-01-01 +5438,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,698.0,2010-01-01 +5439,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),636.0,2010-01-01 +5440,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,687.0,2010-01-01 +5441,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),628.0,2010-01-01 +5442,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,69.0,2010-01-01 +5443,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),63.0,2010-01-01 +5444,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,68.6,2010-01-01 +5445,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.6,2010-01-01 +5446,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,69.4,2010-01-01 +5447,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.5,2010-01-01 +5448,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,6024.0,2010-01-01 +5449,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5806.0,2010-01-01 +5450,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3207.0,2010-01-01 +5451,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3093.0,2010-01-01 +5452,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2817.0,2010-01-01 +5453,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2713.0,2010-01-01 +5454,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,87.9,2010-01-01 +5455,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.7,2010-01-01 +5456,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,93.3,2010-01-01 +5457,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.0,2010-01-01 +5458,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,82.4,2010-01-01 +5459,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.3,2010-01-01 +5460,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1205.0,2010-01-01 +5461,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1157.0,2010-01-01 +5462,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,727.0,2010-01-01 +5463,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),696.0,2010-01-01 +5464,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,478.0,2010-01-01 +5465,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),460.0,2010-01-01 +5466,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,55.9,2010-01-01 +5467,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.7,2010-01-01 +5468,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,67.3,2010-01-01 +5469,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.5,2010-01-01 +5470,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,44.5,2010-01-01 +5471,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.8,2010-01-01 +5472,Austria,From 15 to 24 years,Thousand persons,Total,Active population,574.0,2010-01-01 +5473,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),519.0,2010-01-01 +5474,Austria,From 15 to 24 years,Thousand persons,Males,Active population,306.0,2010-01-01 +5475,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),277.0,2010-01-01 +5476,Austria,From 15 to 24 years,Thousand persons,Females,Active population,267.0,2010-01-01 +5477,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),242.0,2010-01-01 +5478,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,58.3,2010-01-01 +5479,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.8,2010-01-01 +5480,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,62.6,2010-01-01 +5481,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.6,2010-01-01 +5482,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,54.0,2010-01-01 +5483,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.9,2010-01-01 +5484,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3174.0,2010-01-01 +5485,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3035.0,2010-01-01 +5486,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1674.0,2010-01-01 +5487,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1597.0,2010-01-01 +5488,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1501.0,2010-01-01 +5489,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1438.0,2010-01-01 +5490,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2010-01-01 +5491,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.3,2010-01-01 +5492,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2010-01-01 +5493,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.7,2010-01-01 +5494,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,82.4,2010-01-01 +5495,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.9,2010-01-01 +5496,Austria,From 55 to 64 years,Thousand persons,Total,Active population,399.0,2010-01-01 +5497,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),389.0,2010-01-01 +5498,Austria,From 55 to 64 years,Thousand persons,Males,Active population,236.0,2010-01-01 +5499,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),229.0,2010-01-01 +5500,Austria,From 55 to 64 years,Thousand persons,Females,Active population,163.0,2010-01-01 +5501,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),160.0,2010-01-01 +5502,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,42.2,2010-01-01 +5503,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.2,2010-01-01 +5504,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,51.4,2010-01-01 +5505,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.9,2010-01-01 +5506,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,33.6,2010-01-01 +5507,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.0,2010-01-01 +5508,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1740.0,2010-01-01 +5509,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1328.0,2010-01-01 +5510,Poland,From 15 to 24 years,Thousand persons,Males,Active population,1014.0,2010-01-01 +5511,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),786.0,2010-01-01 +5512,Poland,From 15 to 24 years,Thousand persons,Females,Active population,726.0,2010-01-01 +5513,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),542.0,2010-01-01 +5514,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,34.6,2010-01-01 +5515,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.4,2010-01-01 +5516,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,39.3,2010-01-01 +5517,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.5,2010-01-01 +5518,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,29.6,2010-01-01 +5519,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.1,2010-01-01 +5520,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13304.0,2010-01-01 +5521,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12201.0,2010-01-01 +5522,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7135.0,2010-01-01 +5523,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6570.0,2010-01-01 +5524,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6169.0,2010-01-01 +5525,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5631.0,2010-01-01 +5526,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,84.1,2010-01-01 +5527,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.2,2010-01-01 +5528,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,89.6,2010-01-01 +5529,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.5,2010-01-01 +5530,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,78.6,2010-01-01 +5531,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.7,2010-01-01 +5532,Poland,From 55 to 64 years,Thousand persons,Total,Active population,1835.0,2010-01-01 +5533,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1704.0,2010-01-01 +5534,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1148.0,2010-01-01 +5535,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1061.0,2010-01-01 +5536,Poland,From 55 to 64 years,Thousand persons,Females,Active population,687.0,2010-01-01 +5537,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),642.0,2010-01-01 +5538,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,36.7,2010-01-01 +5539,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.1,2010-01-01 +5540,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,48.9,2010-01-01 +5541,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.2,2010-01-01 +5542,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,25.9,2010-01-01 +5543,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.2,2010-01-01 +5544,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,418.0,2010-01-01 +5545,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),323.0,2010-01-01 +5546,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,223.0,2010-01-01 +5547,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),175.0,2010-01-01 +5548,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,195.0,2010-01-01 +5549,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),148.0,2010-01-01 +5550,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,36.1,2010-01-01 +5551,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.9,2010-01-01 +5552,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,38.0,2010-01-01 +5553,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.7,2010-01-01 +5554,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,34.2,2010-01-01 +5555,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.0,2010-01-01 +5556,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,4048.0,2010-01-01 +5557,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3616.0,2010-01-01 +5558,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,2067.0,2010-01-01 +5559,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1876.0,2010-01-01 +5560,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1981.0,2010-01-01 +5561,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1741.0,2010-01-01 +5562,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,88.7,2010-01-01 +5563,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.2,2010-01-01 +5564,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,92.7,2010-01-01 +5565,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.1,2010-01-01 +5566,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,84.9,2010-01-01 +5567,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.5,2010-01-01 +5568,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,699.0,2010-01-01 +5569,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),637.0,2010-01-01 +5570,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,377.0,2010-01-01 +5571,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),339.0,2010-01-01 +5572,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,323.0,2010-01-01 +5573,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),298.0,2010-01-01 +5574,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,54.3,2010-01-01 +5575,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.5,2010-01-01 +5576,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,62.0,2010-01-01 +5577,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.8,2010-01-01 +5578,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,47.4,2010-01-01 +5579,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.8,2010-01-01 +5580,Romania,From 15 to 24 years,Thousand persons,Total,Active population,783.0,2010-01-01 +5581,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),610.0,2010-01-01 +5582,Romania,From 15 to 24 years,Thousand persons,Males,Active population,472.0,2010-01-01 +5583,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),368.0,2010-01-01 +5584,Romania,From 15 to 24 years,Thousand persons,Females,Active population,311.0,2010-01-01 +5585,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),242.0,2010-01-01 +5586,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,31.2,2010-01-01 +5587,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.3,2010-01-01 +5588,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,36.5,2010-01-01 +5589,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.5,2010-01-01 +5590,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,25.6,2010-01-01 +5591,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.9,2010-01-01 +5592,Romania,From 25 to 54 years,Thousand persons,Total,Active population,7040.0,2010-01-01 +5593,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),6600.0,2010-01-01 +5594,Romania,From 25 to 54 years,Thousand persons,Males,Active population,3955.0,2010-01-01 +5595,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3689.0,2010-01-01 +5596,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3085.0,2010-01-01 +5597,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2910.0,2010-01-01 +5598,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,81.9,2010-01-01 +5599,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.8,2010-01-01 +5600,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,90.9,2010-01-01 +5601,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.8,2010-01-01 +5602,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,72.7,2010-01-01 +5603,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.6,2010-01-01 +5604,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1136.0,2010-01-01 +5605,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1098.0,2010-01-01 +5606,Romania,From 55 to 64 years,Thousand persons,Males,Active population,661.0,2010-01-01 +5607,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),632.0,2010-01-01 +5608,Romania,From 55 to 64 years,Thousand persons,Females,Active population,474.0,2010-01-01 +5609,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),466.0,2010-01-01 +5610,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,42.1,2010-01-01 +5611,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.7,2010-01-01 +5612,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,52.3,2010-01-01 +5613,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.9,2010-01-01 +5614,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,33.1,2010-01-01 +5615,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.6,2010-01-01 +5616,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,96.0,2010-01-01 +5617,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),82.0,2010-01-01 +5618,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,57.0,2010-01-01 +5619,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),48.0,2010-01-01 +5620,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,39.0,2010-01-01 +5621,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),33.0,2010-01-01 +5622,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,39.9,2010-01-01 +5623,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.1,2010-01-01 +5624,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,44.4,2010-01-01 +5625,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.6,2010-01-01 +5626,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,34.8,2010-01-01 +5627,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.0,2010-01-01 +5628,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,824.0,2010-01-01 +5629,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),766.0,2010-01-01 +5630,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,431.0,2010-01-01 +5631,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),400.0,2010-01-01 +5632,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,393.0,2010-01-01 +5633,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),366.0,2010-01-01 +5634,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.0,2010-01-01 +5635,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.7,2010-01-01 +5636,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2010-01-01 +5637,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.2,2010-01-01 +5638,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,88.1,2010-01-01 +5639,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.1,2010-01-01 +5640,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,97.0,2010-01-01 +5641,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),93.0,2010-01-01 +5642,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,63.0,2010-01-01 +5643,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),61.0,2010-01-01 +5644,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,34.0,2010-01-01 +5645,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),33.0,2010-01-01 +5646,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,36.5,2010-01-01 +5647,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.0,2010-01-01 +5648,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,47.5,2010-01-01 +5649,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.5,2010-01-01 +5650,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,25.5,2010-01-01 +5651,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.5,2010-01-01 +5652,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,247.0,2010-01-01 +5653,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),164.0,2010-01-01 +5654,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,147.0,2010-01-01 +5655,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),96.0,2010-01-01 +5656,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,99.0,2010-01-01 +5657,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),67.0,2010-01-01 +5658,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,31.1,2010-01-01 +5659,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.6,2010-01-01 +5660,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,36.4,2010-01-01 +5661,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),23.8,2010-01-01 +5662,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,25.5,2010-01-01 +5663,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.4,2010-01-01 +5664,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2154.0,2010-01-01 +5665,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1878.0,2010-01-01 +5666,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1160.0,2010-01-01 +5667,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1017.0,2010-01-01 +5668,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,994.0,2010-01-01 +5669,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),861.0,2010-01-01 +5670,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,86.9,2010-01-01 +5671,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.8,2010-01-01 +5672,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2010-01-01 +5673,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.4,2010-01-01 +5674,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.9,2010-01-01 +5675,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.1,2010-01-01 +5676,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,295.0,2010-01-01 +5677,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),266.0,2010-01-01 +5678,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,183.0,2010-01-01 +5679,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),166.0,2010-01-01 +5680,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,112.0,2010-01-01 +5681,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),100.0,2010-01-01 +5682,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,45.1,2010-01-01 +5683,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.5,2010-01-01 +5684,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,59.7,2010-01-01 +5685,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.0,2010-01-01 +5686,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,32.3,2010-01-01 +5687,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.7,2010-01-01 +5688,Finland,From 15 to 24 years,Thousand persons,Total,Active population,317.0,2010-01-01 +5689,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),249.0,2010-01-01 +5690,Finland,From 15 to 24 years,Thousand persons,Males,Active population,158.0,2010-01-01 +5691,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),121.0,2010-01-01 +5692,Finland,From 15 to 24 years,Thousand persons,Females,Active population,159.0,2010-01-01 +5693,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),128.0,2010-01-01 +5694,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,49.4,2010-01-01 +5695,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.8,2010-01-01 +5696,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,49.4,2010-01-01 +5697,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.7,2010-01-01 +5698,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,49.3,2010-01-01 +5699,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.9,2010-01-01 +5700,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1841.0,2010-01-01 +5701,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1716.0,2010-01-01 +5702,Finland,From 25 to 54 years,Thousand persons,Males,Active population,968.0,2010-01-01 +5703,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),897.0,2010-01-01 +5704,Finland,From 25 to 54 years,Thousand persons,Females,Active population,874.0,2010-01-01 +5705,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),819.0,2010-01-01 +5706,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,87.5,2010-01-01 +5707,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.6,2010-01-01 +5708,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,90.5,2010-01-01 +5709,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.9,2010-01-01 +5710,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,84.4,2010-01-01 +5711,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.2,2010-01-01 +5712,Finland,From 55 to 64 years,Thousand persons,Total,Active population,476.0,2010-01-01 +5713,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),445.0,2010-01-01 +5714,Finland,From 55 to 64 years,Thousand persons,Males,Active population,234.0,2010-01-01 +5715,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),217.0,2010-01-01 +5716,Finland,From 55 to 64 years,Thousand persons,Females,Active population,242.0,2010-01-01 +5717,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),228.0,2010-01-01 +5718,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,60.2,2010-01-01 +5719,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.2,2010-01-01 +5720,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,60.1,2010-01-01 +5721,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.6,2010-01-01 +5722,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,60.3,2010-01-01 +5723,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.9,2010-01-01 +5724,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,643.0,2010-01-01 +5725,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),483.0,2010-01-01 +5726,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,331.0,2010-01-01 +5727,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),245.0,2010-01-01 +5728,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,312.0,2010-01-01 +5729,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),238.0,2010-01-01 +5730,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,51.6,2010-01-01 +5731,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.8,2010-01-01 +5732,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,52.0,2010-01-01 +5733,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.5,2010-01-01 +5734,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,51.3,2010-01-01 +5735,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.2,2010-01-01 +5736,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3291.0,2010-01-01 +5737,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3078.0,2010-01-01 +5738,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1733.0,2010-01-01 +5739,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1624.0,2010-01-01 +5740,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1558.0,2010-01-01 +5741,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1454.0,2010-01-01 +5742,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,89.8,2010-01-01 +5743,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.0,2010-01-01 +5744,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2010-01-01 +5745,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.0,2010-01-01 +5746,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,86.6,2010-01-01 +5747,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.9,2010-01-01 +5748,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,893.0,2010-01-01 +5749,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),841.0,2010-01-01 +5750,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,474.0,2010-01-01 +5751,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),442.0,2010-01-01 +5752,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,419.0,2010-01-01 +5753,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),399.0,2010-01-01 +5754,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,74.8,2010-01-01 +5755,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.4,2010-01-01 +5756,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,79.3,2010-01-01 +5757,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.0,2010-01-01 +5758,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,70.2,2010-01-01 +5759,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.9,2010-01-01 +5760,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4558.0,2010-01-01 +5761,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3652.0,2010-01-01 +5762,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2385.0,2010-01-01 +5763,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1862.0,2010-01-01 +5764,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2173.0,2010-01-01 +5765,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1790.0,2010-01-01 +5766,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,58.4,2010-01-01 +5767,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.8,2010-01-01 +5768,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,60.9,2010-01-01 +5769,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.6,2010-01-01 +5770,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,55.9,2010-01-01 +5771,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.1,2010-01-01 +5772,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,21776.0,2010-01-01 +5773,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20451.0,2010-01-01 +5774,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11590.0,2010-01-01 +5775,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10822.0,2010-01-01 +5776,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10185.0,2010-01-01 +5777,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9630.0,2010-01-01 +5778,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,84.9,2010-01-01 +5779,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.8,2010-01-01 +5780,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,91.4,2010-01-01 +5781,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.4,2010-01-01 +5782,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,78.6,2010-01-01 +5783,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.3,2010-01-01 +5784,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4394.0,2010-01-01 +5785,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4186.0,2010-01-01 +5786,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2491.0,2010-01-01 +5787,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2343.0,2010-01-01 +5788,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,1903.0,2010-01-01 +5789,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1843.0,2010-01-01 +5790,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,60.0,2010-01-01 +5791,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.2,2010-01-01 +5792,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,69.2,2010-01-01 +5793,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.1,2010-01-01 +5794,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,51.1,2010-01-01 +5795,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.5,2010-01-01 +5796,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,30.0,2010-01-01 +5797,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2010-01-01 +5798,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,15.0,2010-01-01 +5799,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12.0,2010-01-01 +5800,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,15.0,2010-01-01 +5801,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2010-01-01 +5802,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,73.7,2010-01-01 +5803,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.7,2010-01-01 +5804,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,71.3,2010-01-01 +5805,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.2,2010-01-01 +5806,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,76.1,2010-01-01 +5807,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.3,2010-01-01 +5808,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,114.0,2010-01-01 +5809,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),107.0,2010-01-01 +5810,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,60.0,2010-01-01 +5811,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56.0,2010-01-01 +5812,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,54.0,2010-01-01 +5813,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2010-01-01 +5814,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,88.5,2010-01-01 +5815,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2010-01-01 +5816,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,92.7,2010-01-01 +5817,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.2,2010-01-01 +5818,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,84.3,2010-01-01 +5819,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.6,2010-01-01 +5820,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,28.0,2010-01-01 +5821,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),27.0,2010-01-01 +5822,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2010-01-01 +5823,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2010-01-01 +5824,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,13.0,2010-01-01 +5825,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2010-01-01 +5826,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,83.5,2010-01-01 +5827,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.8,2010-01-01 +5828,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,87.8,2010-01-01 +5829,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.2,2010-01-01 +5830,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,79.1,2010-01-01 +5831,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.4,2010-01-01 +5832,Norway,From 15 to 24 years,Thousand persons,Total,Active population,356.0,2010-01-01 +5833,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),323.0,2010-01-01 +5834,Norway,From 15 to 24 years,Thousand persons,Males,Active population,181.0,2010-01-01 +5835,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),161.0,2010-01-01 +5836,Norway,From 15 to 24 years,Thousand persons,Females,Active population,175.0,2010-01-01 +5837,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),162.0,2010-01-01 +5838,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,56.7,2010-01-01 +5839,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.4,2010-01-01 +5840,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,56.6,2010-01-01 +5841,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.4,2010-01-01 +5842,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,56.8,2010-01-01 +5843,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),52.6,2010-01-01 +5844,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1757.0,2010-01-01 +5845,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1705.0,2010-01-01 +5846,Norway,From 25 to 54 years,Thousand persons,Males,Active population,928.0,2010-01-01 +5847,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),897.0,2010-01-01 +5848,Norway,From 25 to 54 years,Thousand persons,Females,Active population,829.0,2010-01-01 +5849,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),808.0,2010-01-01 +5850,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2010-01-01 +5851,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.7,2010-01-01 +5852,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,90.1,2010-01-01 +5853,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.1,2010-01-01 +5854,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,84.3,2010-01-01 +5855,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.2,2010-01-01 +5856,Norway,From 55 to 64 years,Thousand persons,Total,Active population,410.0,2010-01-01 +5857,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),404.0,2010-01-01 +5858,Norway,From 55 to 64 years,Thousand persons,Males,Active population,219.0,2010-01-01 +5859,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),215.0,2010-01-01 +5860,Norway,From 55 to 64 years,Thousand persons,Females,Active population,191.0,2010-01-01 +5861,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),189.0,2010-01-01 +5862,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,69.6,2010-01-01 +5863,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.6,2010-01-01 +5864,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,73.5,2010-01-01 +5865,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),72.2,2010-01-01 +5866,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,65.5,2010-01-01 +5867,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.0,2010-01-01 +5868,Switzerland,From 15 to 24 years,Thousand persons,Total,Active population,626.0,2010-01-01 +5869,Switzerland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),577.0,2010-01-01 +5870,Switzerland,From 15 to 24 years,Thousand persons,Males,Active population,325.0,2010-01-01 +5871,Switzerland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),301.0,2010-01-01 +5872,Switzerland,From 15 to 24 years,Thousand persons,Females,Active population,301.0,2010-01-01 +5873,Switzerland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),276.0,2010-01-01 +5874,Switzerland,From 15 to 24 years,Percentage of total population,Total,Active population,67.9,2010-01-01 +5875,Switzerland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.5,2010-01-01 +5876,Switzerland,From 15 to 24 years,Percentage of total population,Males,Active population,69.1,2010-01-01 +5877,Switzerland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.1,2010-01-01 +5878,Switzerland,From 15 to 24 years,Percentage of total population,Females,Active population,66.5,2010-01-01 +5879,Switzerland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.9,2010-01-01 +5880,Switzerland,From 25 to 54 years,Thousand persons,Total,Active population,3072.0,2010-01-01 +5881,Switzerland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2941.0,2010-01-01 +5882,Switzerland,From 25 to 54 years,Thousand persons,Males,Active population,1651.0,2010-01-01 +5883,Switzerland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1588.0,2010-01-01 +5884,Switzerland,From 25 to 54 years,Thousand persons,Females,Active population,1421.0,2010-01-01 +5885,Switzerland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1354.0,2010-01-01 +5886,Switzerland,From 25 to 54 years,Percentage of total population,Total,Active population,89.6,2010-01-01 +5887,Switzerland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.8,2010-01-01 +5888,Switzerland,From 25 to 54 years,Percentage of total population,Males,Active population,95.7,2010-01-01 +5889,Switzerland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.0,2010-01-01 +5890,Switzerland,From 25 to 54 years,Percentage of total population,Females,Active population,83.5,2010-01-01 +5891,Switzerland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.5,2010-01-01 +5892,Switzerland,From 55 to 64 years,Thousand persons,Total,Active population,663.0,2010-01-01 +5893,Switzerland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),640.0,2010-01-01 +5894,Switzerland,From 55 to 64 years,Thousand persons,Males,Active population,376.0,2010-01-01 +5895,Switzerland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),363.0,2010-01-01 +5896,Switzerland,From 55 to 64 years,Thousand persons,Females,Active population,286.0,2010-01-01 +5897,Switzerland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),277.0,2010-01-01 +5898,Switzerland,From 55 to 64 years,Percentage of total population,Total,Active population,70.5,2010-01-01 +5899,Switzerland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.0,2010-01-01 +5900,Switzerland,From 55 to 64 years,Percentage of total population,Males,Active population,80.5,2010-01-01 +5901,Switzerland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.6,2010-01-01 +5902,Switzerland,From 55 to 64 years,Percentage of total population,Females,Active population,60.6,2010-01-01 +5903,Switzerland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.5,2010-01-01 +5904,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,106.0,2010-01-01 +5905,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),49.0,2010-01-01 +5906,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,69.0,2010-01-01 +5907,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),32.0,2010-01-01 +5908,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,37.0,2010-01-01 +5909,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),17.0,2010-01-01 +5910,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,33.3,2010-01-01 +5911,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.4,2010-01-01 +5912,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,42.2,2010-01-01 +5913,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.5,2010-01-01 +5914,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,24.0,2010-01-01 +5915,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),11.2,2010-01-01 +5916,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,717.0,2010-01-01 +5917,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),504.0,2010-01-01 +5918,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,429.0,2010-01-01 +5919,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),304.0,2010-01-01 +5920,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,288.0,2010-01-01 +5921,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),200.0,2010-01-01 +5922,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,79.4,2010-01-01 +5923,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.8,2010-01-01 +5924,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,93.3,2010-01-01 +5925,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.1,2010-01-01 +5926,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,65.0,2010-01-01 +5927,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.1,2010-01-01 +5928,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,107.0,2010-01-01 +5929,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),77.0,2010-01-01 +5930,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,72.0,2010-01-01 +5931,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),51.0,2010-01-01 +5932,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,35.0,2010-01-01 +5933,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),26.0,2010-01-01 +5934,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,47.4,2010-01-01 +5935,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.2,2010-01-01 +5936,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,65.6,2010-01-01 +5937,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.7,2010-01-01 +5938,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,30.2,2010-01-01 +5939,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.4,2010-01-01 +5940,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4315.0,2010-01-01 +5941,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3463.0,2010-01-01 +5942,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,2808.0,2010-01-01 +5943,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2268.0,2010-01-01 +5944,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1507.0,2010-01-01 +5945,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1195.0,2010-01-01 +5946,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,37.4,2010-01-01 +5947,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.0,2010-01-01 +5948,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,49.8,2010-01-01 +5949,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.2,2010-01-01 +5950,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,25.5,2010-01-01 +5951,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.2,2010-01-01 +5952,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,18708.0,2010-01-01 +5953,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),16956.0,2010-01-01 +5954,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,13605.0,2010-01-01 +5955,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),12360.0,2010-01-01 +5956,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,5103.0,2010-01-01 +5957,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),4596.0,2010-01-01 +5958,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,61.1,2010-01-01 +5959,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.4,2010-01-01 +5960,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,88.6,2010-01-01 +5961,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.5,2010-01-01 +5962,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,33.4,2010-01-01 +5963,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.1,2010-01-01 +5964,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,1667.0,2010-01-01 +5965,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1583.0,2010-01-01 +5966,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1194.0,2010-01-01 +5967,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1116.0,2010-01-01 +5968,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,473.0,2010-01-01 +5969,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),468.0,2010-01-01 +5970,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,31.1,2010-01-01 +5971,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.6,2010-01-01 +5972,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,45.7,2010-01-01 +5973,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.7,2010-01-01 +5974,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,17.3,2010-01-01 +5975,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.1,2010-01-01 +5976,,,,,,, +5977,,,,,,, +5978,,,,,,, +5979,,,,,,, +5980,,,,,,, +5981,,,,,,, +5982,,,,,,, +5983,,,,,,, +5984,,,,,,, +5985,,,,,,, +5986,,,,,,, +5987,,,,,,, +5988,,,,,,, +5989,,,,,,, +5990,,,,,,, +5991,,,,,,, +5992,,,,,,, +5993,,,,,,, +5994,,,,,,, +5995,,,,,,, +5996,,,,,,, +5997,,,,,,, +5998,,,,,,, +5999,,,,,,, +6000,,,,,,, +6001,,,,,,, +6002,,,,,,, +6003,,,,,,, +6004,,,,,,, +6005,,,,,,, +6006,,,,,,, +6007,,,,,,, +6008,,,,,,, +6009,,,,,,, +6010,,,,,,, +6011,,,,,,, +6012,,,,,,, +6013,,,,,,, +6014,,,,,,, +6015,,,,,,, +6016,,,,,,, +6017,,,,,,, +6018,,,,,,, +6019,,,,,,, +6020,,,,,,, +6021,,,,,,, +6022,,,,,,, +6023,,,,,,, +6024,,,,,,, +6025,,,,,,, +6026,,,,,,, +6027,,,,,,, +6028,,,,,,, +6029,,,,,,, +6030,,,,,,, +6031,,,,,,, +6032,,,,,,, +6033,,,,,,, +6034,,,,,,, +6035,,,,,,, +6036,,,,,,, +6037,,,,,,, +6038,,,,,,, +6039,,,,,,, +6040,,,,,,, +6041,,,,,,, +6042,,,,,,, +6043,,,,,,, +6044,,,,,,, +6045,,,,,,, +6046,,,,,,, +6047,,,,,,, +6048,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,24455.0,2011-01-01 +6049,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),19157.0,2011-01-01 +6050,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,13283.0,2011-01-01 +6051,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),10327.0,2011-01-01 +6052,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,11172.0,2011-01-01 +6053,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8831.0,2011-01-01 +6054,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.5,2011-01-01 +6055,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.3,2011-01-01 +6056,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.4,2011-01-01 +6057,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.3,2011-01-01 +6058,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.4,2011-01-01 +6059,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.2,2011-01-01 +6060,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,178737.0,2011-01-01 +6061,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),163282.0,2011-01-01 +6062,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,96280.0,2011-01-01 +6063,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),88191.0,2011-01-01 +6064,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82457.0,2011-01-01 +6065,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75090.0,2011-01-01 +6066,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2011-01-01 +6067,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.7,2011-01-01 +6068,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2011-01-01 +6069,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.9,2011-01-01 +6070,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.4,2011-01-01 +6071,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2011-01-01 +6072,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,31739.0,2011-01-01 +6073,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),29594.0,2011-01-01 +6074,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,17970.0,2011-01-01 +6075,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16658.0,2011-01-01 +6076,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,13768.0,2011-01-01 +6077,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12935.0,2011-01-01 +6078,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,50.6,2011-01-01 +6079,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.2,2011-01-01 +6080,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,59.3,2011-01-01 +6081,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.9,2011-01-01 +6082,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,42.6,2011-01-01 +6083,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.0,2011-01-01 +6084,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,24291.0,2011-01-01 +6085,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),19054.0,2011-01-01 +6086,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,13186.0,2011-01-01 +6087,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),10265.0,2011-01-01 +6088,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,11105.0,2011-01-01 +6089,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8788.0,2011-01-01 +6090,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.6,2011-01-01 +6091,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.4,2011-01-01 +6092,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.5,2011-01-01 +6093,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.4,2011-01-01 +6094,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.6,2011-01-01 +6095,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.3,2011-01-01 +6096,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,177304.0,2011-01-01 +6097,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),162027.0,2011-01-01 +6098,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,95518.0,2011-01-01 +6099,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),87521.0,2011-01-01 +6100,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,81786.0,2011-01-01 +6101,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74506.0,2011-01-01 +6102,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2011-01-01 +6103,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.7,2011-01-01 +6104,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2011-01-01 +6105,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.0,2011-01-01 +6106,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.4,2011-01-01 +6107,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.4,2011-01-01 +6108,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,31495.0,2011-01-01 +6109,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),29369.0,2011-01-01 +6110,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,17817.0,2011-01-01 +6111,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16518.0,2011-01-01 +6112,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,13678.0,2011-01-01 +6113,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12851.0,2011-01-01 +6114,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,50.7,2011-01-01 +6115,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.3,2011-01-01 +6116,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,59.3,2011-01-01 +6117,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.0,2011-01-01 +6118,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,42.7,2011-01-01 +6119,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.1,2011-01-01 +6120,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,20326.0,2011-01-01 +6121,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),16081.0,2011-01-01 +6122,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,10843.0,2011-01-01 +6123,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8494.0,2011-01-01 +6124,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,9483.0,2011-01-01 +6125,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7586.0,2011-01-01 +6126,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,45.7,2011-01-01 +6127,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.2,2011-01-01 +6128,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,48.2,2011-01-01 +6129,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.7,2011-01-01 +6130,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,43.2,2011-01-01 +6131,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.6,2011-01-01 +6132,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,141424.0,2011-01-01 +6133,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),129203.0,2011-01-01 +6134,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,76155.0,2011-01-01 +6135,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),69754.0,2011-01-01 +6136,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65269.0,2011-01-01 +6137,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59450.0,2011-01-01 +6138,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.3,2011-01-01 +6139,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.9,2011-01-01 +6140,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2011-01-01 +6141,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.4,2011-01-01 +6142,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.5,2011-01-01 +6143,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2011-01-01 +6144,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,25547.0,2011-01-01 +6145,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),23848.0,2011-01-01 +6146,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,14381.0,2011-01-01 +6147,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13352.0,2011-01-01 +6148,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,11167.0,2011-01-01 +6149,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10496.0,2011-01-01 +6150,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,52.9,2011-01-01 +6151,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.4,2011-01-01 +6152,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,60.9,2011-01-01 +6153,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.6,2011-01-01 +6154,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,45.2,2011-01-01 +6155,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.4,2011-01-01 +6156,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,15308.0,2011-01-01 +6157,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12064.0,2011-01-01 +6158,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,8264.0,2011-01-01 +6159,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6489.0,2011-01-01 +6160,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,7044.0,2011-01-01 +6161,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5575.0,2011-01-01 +6162,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.7,2011-01-01 +6163,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.9,2011-01-01 +6164,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.4,2011-01-01 +6165,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.9,2011-01-01 +6166,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.0,2011-01-01 +6167,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.8,2011-01-01 +6168,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,119917.0,2011-01-01 +6169,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),108683.0,2011-01-01 +6170,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,64711.0,2011-01-01 +6171,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),58842.0,2011-01-01 +6172,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55205.0,2011-01-01 +6173,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49841.0,2011-01-01 +6174,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.2,2011-01-01 +6175,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2011-01-01 +6176,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2011-01-01 +6177,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.8,2011-01-01 +6178,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.3,2011-01-01 +6179,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.7,2011-01-01 +6180,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,20766.0,2011-01-01 +6181,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),19256.0,2011-01-01 +6182,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,11715.0,2011-01-01 +6183,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10823.0,2011-01-01 +6184,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,9052.0,2011-01-01 +6185,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8434.0,2011-01-01 +6186,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,50.7,2011-01-01 +6187,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.0,2011-01-01 +6188,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.8,2011-01-01 +6189,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.3,2011-01-01 +6190,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,43.0,2011-01-01 +6191,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.0,2011-01-01 +6192,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,15188.0,2011-01-01 +6193,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11983.0,2011-01-01 +6194,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,8194.0,2011-01-01 +6195,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6443.0,2011-01-01 +6196,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,6994.0,2011-01-01 +6197,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5539.0,2011-01-01 +6198,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.9,2011-01-01 +6199,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.0,2011-01-01 +6200,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.6,2011-01-01 +6201,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.0,2011-01-01 +6202,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.1,2011-01-01 +6203,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.0,2011-01-01 +6204,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,118786.0,2011-01-01 +6205,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),107715.0,2011-01-01 +6206,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,64158.0,2011-01-01 +6207,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),58380.0,2011-01-01 +6208,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54628.0,2011-01-01 +6209,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49335.0,2011-01-01 +6210,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.2,2011-01-01 +6211,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2011-01-01 +6212,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2011-01-01 +6213,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.9,2011-01-01 +6214,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.2,2011-01-01 +6215,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.6,2011-01-01 +6216,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,20563.0,2011-01-01 +6217,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),19081.0,2011-01-01 +6218,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,11617.0,2011-01-01 +6219,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10740.0,2011-01-01 +6220,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,8947.0,2011-01-01 +6221,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8340.0,2011-01-01 +6222,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,50.6,2011-01-01 +6223,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.0,2011-01-01 +6224,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.8,2011-01-01 +6225,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.3,2011-01-01 +6226,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,42.9,2011-01-01 +6227,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.0,2011-01-01 +6228,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,15085.0,2011-01-01 +6229,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11912.0,2011-01-01 +6230,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,8137.0,2011-01-01 +6231,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6404.0,2011-01-01 +6232,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,6948.0,2011-01-01 +6233,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5508.0,2011-01-01 +6234,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.9,2011-01-01 +6235,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.1,2011-01-01 +6236,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.6,2011-01-01 +6237,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.1,2011-01-01 +6238,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.2,2011-01-01 +6239,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.1,2011-01-01 +6240,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,118030.0,2011-01-01 +6241,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),107071.0,2011-01-01 +6242,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,63779.0,2011-01-01 +6243,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),58067.0,2011-01-01 +6244,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54251.0,2011-01-01 +6245,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49004.0,2011-01-01 +6246,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.2,2011-01-01 +6247,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2011-01-01 +6248,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2011-01-01 +6249,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.0,2011-01-01 +6250,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.2,2011-01-01 +6251,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.6,2011-01-01 +6252,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,20415.0,2011-01-01 +6253,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),18955.0,2011-01-01 +6254,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,11550.0,2011-01-01 +6255,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),10685.0,2011-01-01 +6256,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,8865.0,2011-01-01 +6257,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8270.0,2011-01-01 +6258,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,50.6,2011-01-01 +6259,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.9,2011-01-01 +6260,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,58.8,2011-01-01 +6261,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.4,2011-01-01 +6262,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,42.8,2011-01-01 +6263,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.9,2011-01-01 +6264,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,423.0,2011-01-01 +6265,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),344.0,2011-01-01 +6266,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,228.0,2011-01-01 +6267,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),186.0,2011-01-01 +6268,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,195.0,2011-01-01 +6269,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),158.0,2011-01-01 +6270,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,32.0,2011-01-01 +6271,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.0,2011-01-01 +6272,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,34.1,2011-01-01 +6273,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.7,2011-01-01 +6274,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,29.8,2011-01-01 +6275,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.2,2011-01-01 +6276,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3846.0,2011-01-01 +6277,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3601.0,2011-01-01 +6278,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2073.0,2011-01-01 +6279,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1940.0,2011-01-01 +6280,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1773.0,2011-01-01 +6281,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1661.0,2011-01-01 +6282,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,84.7,2011-01-01 +6283,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.3,2011-01-01 +6284,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,90.7,2011-01-01 +6285,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.9,2011-01-01 +6286,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,78.7,2011-01-01 +6287,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.8,2011-01-01 +6288,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,548.0,2011-01-01 +6289,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),526.0,2011-01-01 +6290,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,322.0,2011-01-01 +6291,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),309.0,2011-01-01 +6292,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,226.0,2011-01-01 +6293,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),217.0,2011-01-01 +6294,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,40.3,2011-01-01 +6295,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.7,2011-01-01 +6296,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,47.8,2011-01-01 +6297,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.0,2011-01-01 +6298,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,33.0,2011-01-01 +6299,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.6,2011-01-01 +6300,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,254.0,2011-01-01 +6301,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),190.0,2011-01-01 +6302,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,150.0,2011-01-01 +6303,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),111.0,2011-01-01 +6304,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,104.0,2011-01-01 +6305,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),79.0,2011-01-01 +6306,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,29.5,2011-01-01 +6307,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.1,2011-01-01 +6308,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,33.9,2011-01-01 +6309,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),25.1,2011-01-01 +6310,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,24.8,2011-01-01 +6311,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.0,2011-01-01 +6312,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2529.0,2011-01-01 +6313,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2263.0,2011-01-01 +6314,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1332.0,2011-01-01 +6315,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1178.0,2011-01-01 +6316,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1197.0,2011-01-01 +6317,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1085.0,2011-01-01 +6318,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,81.9,2011-01-01 +6319,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.3,2011-01-01 +6320,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,84.5,2011-01-01 +6321,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.7,2011-01-01 +6322,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,79.3,2011-01-01 +6323,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.9,2011-01-01 +6324,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,520.0,2011-01-01 +6325,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),474.0,2011-01-01 +6326,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,278.0,2011-01-01 +6327,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),252.0,2011-01-01 +6328,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,242.0,2011-01-01 +6329,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),222.0,2011-01-01 +6330,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,48.9,2011-01-01 +6331,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.6,2011-01-01 +6332,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,55.8,2011-01-01 +6333,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.5,2011-01-01 +6334,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,42.8,2011-01-01 +6335,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.4,2011-01-01 +6336,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,369.0,2011-01-01 +6337,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),303.0,2011-01-01 +6338,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,224.0,2011-01-01 +6339,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),184.0,2011-01-01 +6340,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,145.0,2011-01-01 +6341,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),119.0,2011-01-01 +6342,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,29.9,2011-01-01 +6343,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.5,2011-01-01 +6344,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,35.5,2011-01-01 +6345,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.0,2011-01-01 +6346,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,24.1,2011-01-01 +6347,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.8,2011-01-01 +6348,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4019.0,2011-01-01 +6349,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3781.0,2011-01-01 +6350,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2227.0,2011-01-01 +6351,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2124.0,2011-01-01 +6352,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1792.0,2011-01-01 +6353,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1657.0,2011-01-01 +6354,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,88.0,2011-01-01 +6355,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.8,2011-01-01 +6356,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.3,2011-01-01 +6357,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.9,2011-01-01 +6358,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,80.4,2011-01-01 +6359,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.3,2011-01-01 +6360,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,757.0,2011-01-01 +6361,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),713.0,2011-01-01 +6362,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,452.0,2011-01-01 +6363,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),425.0,2011-01-01 +6364,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,305.0,2011-01-01 +6365,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),288.0,2011-01-01 +6366,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,50.6,2011-01-01 +6367,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.7,2011-01-01 +6368,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,62.6,2011-01-01 +6369,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.9,2011-01-01 +6370,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,39.4,2011-01-01 +6371,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.2,2011-01-01 +6372,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,462.0,2011-01-01 +6373,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),396.0,2011-01-01 +6374,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,236.0,2011-01-01 +6375,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),199.0,2011-01-01 +6376,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,226.0,2011-01-01 +6377,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),197.0,2011-01-01 +6378,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,67.1,2011-01-01 +6379,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.5,2011-01-01 +6380,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,67.1,2011-01-01 +6381,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.6,2011-01-01 +6382,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,67.1,2011-01-01 +6383,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.5,2011-01-01 +6384,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1956.0,2011-01-01 +6385,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1826.0,2011-01-01 +6386,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1022.0,2011-01-01 +6387,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),958.0,2011-01-01 +6388,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,934.0,2011-01-01 +6389,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),869.0,2011-01-01 +6390,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,88.2,2011-01-01 +6391,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.3,2011-01-01 +6392,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2011-01-01 +6393,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.7,2011-01-01 +6394,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,84.7,2011-01-01 +6395,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.9,2011-01-01 +6396,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,446.0,2011-01-01 +6397,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),421.0,2011-01-01 +6398,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,240.0,2011-01-01 +6399,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),225.0,2011-01-01 +6400,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,206.0,2011-01-01 +6401,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),196.0,2011-01-01 +6402,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,63.2,2011-01-01 +6403,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.5,2011-01-01 +6404,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,68.3,2011-01-01 +6405,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.8,2011-01-01 +6406,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,58.0,2011-01-01 +6407,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.3,2011-01-01 +6408,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4563.0,2011-01-01 +6409,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4174.0,2011-01-01 +6410,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2429.0,2011-01-01 +6411,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2206.0,2011-01-01 +6412,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,2134.0,2011-01-01 +6413,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1968.0,2011-01-01 +6414,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,52.4,2011-01-01 +6415,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.9,2011-01-01 +6416,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,54.8,2011-01-01 +6417,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.7,2011-01-01 +6418,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,50.0,2011-01-01 +6419,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.1,2011-01-01 +6420,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,29419.0,2011-01-01 +6421,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),27831.0,2011-01-01 +6422,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,15700.0,2011-01-01 +6423,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),14822.0,2011-01-01 +6424,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13719.0,2011-01-01 +6425,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),13009.0,2011-01-01 +6426,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2011-01-01 +6427,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.0,2011-01-01 +6428,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,93.2,2011-01-01 +6429,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.0,2011-01-01 +6430,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,82.1,2011-01-01 +6431,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.9,2011-01-01 +6432,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,6455.0,2011-01-01 +6433,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),6041.0,2011-01-01 +6434,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,3540.0,2011-01-01 +6435,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),3310.0,2011-01-01 +6436,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,2916.0,2011-01-01 +6437,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2732.0,2011-01-01 +6438,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,64.1,2011-01-01 +6439,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.0,2011-01-01 +6440,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,71.8,2011-01-01 +6441,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.1,2011-01-01 +6442,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,56.8,2011-01-01 +6443,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.2,2011-01-01 +6444,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,68.0,2011-01-01 +6445,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),53.0,2011-01-01 +6446,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,38.0,2011-01-01 +6447,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2011-01-01 +6448,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,30.0,2011-01-01 +6449,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),24.0,2011-01-01 +6450,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,40.0,2011-01-01 +6451,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.1,2011-01-01 +6452,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,43.4,2011-01-01 +6453,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.1,2011-01-01 +6454,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,36.5,2011-01-01 +6455,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.0,2011-01-01 +6456,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,488.0,2011-01-01 +6457,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),432.0,2011-01-01 +6458,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,253.0,2011-01-01 +6459,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),224.0,2011-01-01 +6460,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,235.0,2011-01-01 +6461,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),208.0,2011-01-01 +6462,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2011-01-01 +6463,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.2,2011-01-01 +6464,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2011-01-01 +6465,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.6,2011-01-01 +6466,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,84.7,2011-01-01 +6467,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.0,2011-01-01 +6468,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,109.0,2011-01-01 +6469,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),96.0,2011-01-01 +6470,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,49.0,2011-01-01 +6471,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),42.0,2011-01-01 +6472,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,60.0,2011-01-01 +6473,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),54.0,2011-01-01 +6474,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,65.1,2011-01-01 +6475,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.5,2011-01-01 +6476,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,67.0,2011-01-01 +6477,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.2,2011-01-01 +6478,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,63.5,2011-01-01 +6479,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.8,2011-01-01 +6480,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,240.0,2011-01-01 +6481,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),170.0,2011-01-01 +6482,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,124.0,2011-01-01 +6483,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),81.0,2011-01-01 +6484,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,115.0,2011-01-01 +6485,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),89.0,2011-01-01 +6486,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,41.5,2011-01-01 +6487,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.5,2011-01-01 +6488,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,42.7,2011-01-01 +6489,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.8,2011-01-01 +6490,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,40.3,2011-01-01 +6491,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.2,2011-01-01 +6492,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1624.0,2011-01-01 +6493,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1403.0,2011-01-01 +6494,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,894.0,2011-01-01 +6495,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),743.0,2011-01-01 +6496,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,731.0,2011-01-01 +6497,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),659.0,2011-01-01 +6498,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,80.2,2011-01-01 +6499,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.3,2011-01-01 +6500,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,89.0,2011-01-01 +6501,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.0,2011-01-01 +6502,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,71.5,2011-01-01 +6503,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.6,2011-01-01 +6504,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,256.0,2011-01-01 +6505,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),231.0,2011-01-01 +6506,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,150.0,2011-01-01 +6507,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),132.0,2011-01-01 +6508,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,105.0,2011-01-01 +6509,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),99.0,2011-01-01 +6510,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,55.4,2011-01-01 +6511,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.0,2011-01-01 +6512,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,65.0,2011-01-01 +6513,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.1,2011-01-01 +6514,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,45.7,2011-01-01 +6515,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.9,2011-01-01 +6516,Greece,From 15 to 24 years,Thousand persons,Total,Active population,335.0,2011-01-01 +6517,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),185.0,2011-01-01 +6518,Greece,From 15 to 24 years,Thousand persons,Males,Active population,181.0,2011-01-01 +6519,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),111.0,2011-01-01 +6520,Greece,From 15 to 24 years,Thousand persons,Females,Active population,154.0,2011-01-01 +6521,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),75.0,2011-01-01 +6522,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,29.1,2011-01-01 +6523,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),16.1,2011-01-01 +6524,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,31.7,2011-01-01 +6525,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.4,2011-01-01 +6526,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,26.6,2011-01-01 +6527,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.9,2011-01-01 +6528,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3959.0,2011-01-01 +6529,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3277.0,2011-01-01 +6530,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2220.0,2011-01-01 +6531,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1896.0,2011-01-01 +6532,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1739.0,2011-01-01 +6533,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1380.0,2011-01-01 +6534,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,83.1,2011-01-01 +6535,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.8,2011-01-01 +6536,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2011-01-01 +6537,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.9,2011-01-01 +6538,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,72.8,2011-01-01 +6539,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.8,2011-01-01 +6540,Greece,From 55 to 64 years,Thousand persons,Total,Active population,565.0,2011-01-01 +6541,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),517.0,2011-01-01 +6542,Greece,From 55 to 64 years,Thousand persons,Males,Active population,362.0,2011-01-01 +6543,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),331.0,2011-01-01 +6544,Greece,From 55 to 64 years,Thousand persons,Females,Active population,203.0,2011-01-01 +6545,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),186.0,2011-01-01 +6546,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,43.1,2011-01-01 +6547,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.5,2011-01-01 +6548,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,57.3,2011-01-01 +6549,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.3,2011-01-01 +6550,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,29.9,2011-01-01 +6551,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.5,2011-01-01 +6552,Spain,From 15 to 24 years,Thousand persons,Total,Active population,1936.0,2011-01-01 +6553,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1042.0,2011-01-01 +6554,Spain,From 15 to 24 years,Thousand persons,Males,Active population,1025.0,2011-01-01 +6555,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),531.0,2011-01-01 +6556,Spain,From 15 to 24 years,Thousand persons,Females,Active population,911.0,2011-01-01 +6557,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),510.0,2011-01-01 +6558,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,40.9,2011-01-01 +6559,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.0,2011-01-01 +6560,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,42.6,2011-01-01 +6561,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.1,2011-01-01 +6562,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,39.2,2011-01-01 +6563,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.0,2011-01-01 +6564,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18666.0,2011-01-01 +6565,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),14955.0,2011-01-01 +6566,Spain,From 25 to 54 years,Thousand persons,Males,Active population,10162.0,2011-01-01 +6567,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),8195.0,2011-01-01 +6568,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8504.0,2011-01-01 +6569,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6760.0,2011-01-01 +6570,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,86.2,2011-01-01 +6571,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.1,2011-01-01 +6572,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2011-01-01 +6573,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.6,2011-01-01 +6574,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,79.7,2011-01-01 +6575,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.4,2011-01-01 +6576,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2679.0,2011-01-01 +6577,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2274.0,2011-01-01 +6578,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1586.0,2011-01-01 +6579,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1342.0,2011-01-01 +6580,Spain,From 55 to 64 years,Thousand persons,Females,Active population,1093.0,2011-01-01 +6581,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),932.0,2011-01-01 +6582,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,52.4,2011-01-01 +6583,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.5,2011-01-01 +6584,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,63.5,2011-01-01 +6585,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.8,2011-01-01 +6586,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,41.8,2011-01-01 +6587,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.6,2011-01-01 +6588,,,,,,, +6589,,,,,,, +6590,,,,,,, +6591,,,,,,, +6592,,,,,,, +6593,,,,,,, +6594,,,,,,, +6595,,,,,,, +6596,,,,,,, +6597,,,,,,, +6598,,,,,,, +6599,,,,,,, +6600,,,,,,, +6601,,,,,,, +6602,,,,,,, +6603,,,,,,, +6604,,,,,,, +6605,,,,,,, +6606,,,,,,, +6607,,,,,,, +6608,,,,,,, +6609,,,,,,, +6610,,,,,,, +6611,,,,,,, +6612,,,,,,, +6613,,,,,,, +6614,,,,,,, +6615,,,,,,, +6616,,,,,,, +6617,,,,,,, +6618,,,,,,, +6619,,,,,,, +6620,,,,,,, +6621,,,,,,, +6622,,,,,,, +6623,,,,,,, +6624,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2793.0,2011-01-01 +6625,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2180.0,2011-01-01 +6626,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1529.0,2011-01-01 +6627,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1202.0,2011-01-01 +6628,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1264.0,2011-01-01 +6629,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),978.0,2011-01-01 +6630,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,37.9,2011-01-01 +6631,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.6,2011-01-01 +6632,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,41.3,2011-01-01 +6633,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.5,2011-01-01 +6634,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,34.5,2011-01-01 +6635,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.7,2011-01-01 +6636,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21744.0,2011-01-01 +6637,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20070.0,2011-01-01 +6638,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11342.0,2011-01-01 +6639,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10511.0,2011-01-01 +6640,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10402.0,2011-01-01 +6641,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9559.0,2011-01-01 +6642,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,88.2,2011-01-01 +6643,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.5,2011-01-01 +6644,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,93.7,2011-01-01 +6645,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.8,2011-01-01 +6646,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.0,2011-01-01 +6647,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.2,2011-01-01 +6648,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,3514.0,2011-01-01 +6649,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3313.0,2011-01-01 +6650,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,1805.0,2011-01-01 +6651,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1701.0,2011-01-01 +6652,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,1709.0,2011-01-01 +6653,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1613.0,2011-01-01 +6654,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,43.9,2011-01-01 +6655,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.4,2011-01-01 +6656,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,46.8,2011-01-01 +6657,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.1,2011-01-01 +6658,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,41.2,2011-01-01 +6659,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.9,2011-01-01 +6660,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,164.0,2011-01-01 +6661,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),104.0,2011-01-01 +6662,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,97.0,2011-01-01 +6663,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),61.0,2011-01-01 +6664,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,66.0,2011-01-01 +6665,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),42.0,2011-01-01 +6666,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,32.5,2011-01-01 +6667,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.6,2011-01-01 +6668,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,37.8,2011-01-01 +6669,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),23.8,2011-01-01 +6670,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,26.9,2011-01-01 +6671,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.2,2011-01-01 +6672,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1433.0,2011-01-01 +6673,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1255.0,2011-01-01 +6674,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,762.0,2011-01-01 +6675,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),671.0,2011-01-01 +6676,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,671.0,2011-01-01 +6677,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),585.0,2011-01-01 +6678,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,80.6,2011-01-01 +6679,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.6,2011-01-01 +6680,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,85.4,2011-01-01 +6681,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.1,2011-01-01 +6682,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,75.8,2011-01-01 +6683,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.1,2011-01-01 +6684,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,244.0,2011-01-01 +6685,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),225.0,2011-01-01 +6686,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,154.0,2011-01-01 +6687,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),141.0,2011-01-01 +6688,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,90.0,2011-01-01 +6689,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),84.0,2011-01-01 +6690,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,41.4,2011-01-01 +6691,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.2,2011-01-01 +6692,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,54.2,2011-01-01 +6693,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.6,2011-01-01 +6694,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,29.6,2011-01-01 +6695,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.7,2011-01-01 +6696,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1622.0,2011-01-01 +6697,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1149.0,2011-01-01 +6698,Italy,From 15 to 24 years,Thousand persons,Males,Active population,957.0,2011-01-01 +6699,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),698.0,2011-01-01 +6700,Italy,From 15 to 24 years,Thousand persons,Females,Active population,665.0,2011-01-01 +6701,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),452.0,2011-01-01 +6702,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,27.1,2011-01-01 +6703,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),19.2,2011-01-01 +6704,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,31.2,2011-01-01 +6705,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.8,2011-01-01 +6706,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,22.8,2011-01-01 +6707,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),15.5,2011-01-01 +6708,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19700.0,2011-01-01 +6709,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),18229.0,2011-01-01 +6710,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11338.0,2011-01-01 +6711,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10600.0,2011-01-01 +6712,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8362.0,2011-01-01 +6713,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7630.0,2011-01-01 +6714,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,76.9,2011-01-01 +6715,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.1,2011-01-01 +6716,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,89.2,2011-01-01 +6717,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.4,2011-01-01 +6718,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,64.7,2011-01-01 +6719,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),59.0,2011-01-01 +6720,Italy,From 55 to 64 years,Thousand persons,Total,Active population,2950.0,2011-01-01 +6721,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2836.0,2011-01-01 +6722,Italy,From 55 to 64 years,Thousand persons,Males,Active population,1836.0,2011-01-01 +6723,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1752.0,2011-01-01 +6724,Italy,From 55 to 64 years,Thousand persons,Females,Active population,1114.0,2011-01-01 +6725,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1084.0,2011-01-01 +6726,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,39.3,2011-01-01 +6727,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.8,2011-01-01 +6728,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,50.5,2011-01-01 +6729,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.2,2011-01-01 +6730,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,28.8,2011-01-01 +6731,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.1,2011-01-01 +6732,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,40.0,2011-01-01 +6733,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),31.0,2011-01-01 +6734,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,20.0,2011-01-01 +6735,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2011-01-01 +6736,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,20.0,2011-01-01 +6737,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),16.0,2011-01-01 +6738,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,38.8,2011-01-01 +6739,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.1,2011-01-01 +6740,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,41.4,2011-01-01 +6741,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.8,2011-01-01 +6742,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,36.6,2011-01-01 +6743,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.7,2011-01-01 +6744,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,325.0,2011-01-01 +6745,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),303.0,2011-01-01 +6746,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,164.0,2011-01-01 +6747,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),153.0,2011-01-01 +6748,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,161.0,2011-01-01 +6749,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),151.0,2011-01-01 +6750,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2011-01-01 +6751,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.3,2011-01-01 +6752,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2011-01-01 +6753,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.4,2011-01-01 +6754,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,82.0,2011-01-01 +6755,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.7,2011-01-01 +6756,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,54.0,2011-01-01 +6757,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),52.0,2011-01-01 +6758,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,34.0,2011-01-01 +6759,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),32.0,2011-01-01 +6760,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,20.0,2011-01-01 +6761,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),19.0,2011-01-01 +6762,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,57.6,2011-01-01 +6763,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),54.8,2011-01-01 +6764,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,72.9,2011-01-01 +6765,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.2,2011-01-01 +6766,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,42.7,2011-01-01 +6767,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.8,2011-01-01 +6768,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,103.0,2011-01-01 +6769,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),71.0,2011-01-01 +6770,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,57.0,2011-01-01 +6771,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),39.0,2011-01-01 +6772,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,45.0,2011-01-01 +6773,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),31.0,2011-01-01 +6774,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,37.5,2011-01-01 +6775,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.8,2011-01-01 +6776,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,41.1,2011-01-01 +6777,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.3,2011-01-01 +6778,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,33.7,2011-01-01 +6779,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.4,2011-01-01 +6780,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,756.0,2011-01-01 +6781,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),644.0,2011-01-01 +6782,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,378.0,2011-01-01 +6783,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),313.0,2011-01-01 +6784,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,378.0,2011-01-01 +6785,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),331.0,2011-01-01 +6786,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,88.0,2011-01-01 +6787,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.0,2011-01-01 +6788,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2011-01-01 +6789,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.1,2011-01-01 +6790,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,85.3,2011-01-01 +6791,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.8,2011-01-01 +6792,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,148.0,2011-01-01 +6793,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),126.0,2011-01-01 +6794,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,67.0,2011-01-01 +6795,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),55.0,2011-01-01 +6796,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,82.0,2011-01-01 +6797,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),71.0,2011-01-01 +6798,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,59.4,2011-01-01 +6799,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.5,2011-01-01 +6800,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,62.5,2011-01-01 +6801,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.7,2011-01-01 +6802,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,57.1,2011-01-01 +6803,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.7,2011-01-01 +6804,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,120.0,2011-01-01 +6805,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),81.0,2011-01-01 +6806,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,70.0,2011-01-01 +6807,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),46.0,2011-01-01 +6808,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,50.0,2011-01-01 +6809,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),35.0,2011-01-01 +6810,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,28.2,2011-01-01 +6811,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),19.0,2011-01-01 +6812,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,32.1,2011-01-01 +6813,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),20.9,2011-01-01 +6814,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,24.1,2011-01-01 +6815,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.0,2011-01-01 +6816,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1130.0,2011-01-01 +6817,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),969.0,2011-01-01 +6818,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,554.0,2011-01-01 +6819,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),462.0,2011-01-01 +6820,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,577.0,2011-01-01 +6821,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),507.0,2011-01-01 +6822,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,89.8,2011-01-01 +6823,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.9,2011-01-01 +6824,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,90.7,2011-01-01 +6825,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.7,2011-01-01 +6826,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,88.9,2011-01-01 +6827,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.1,2011-01-01 +6828,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,203.0,2011-01-01 +6829,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),176.0,2011-01-01 +6830,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,98.0,2011-01-01 +6831,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),82.0,2011-01-01 +6832,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,105.0,2011-01-01 +6833,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),93.0,2011-01-01 +6834,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,58.0,2011-01-01 +6835,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.2,2011-01-01 +6836,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,64.3,2011-01-01 +6837,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.1,2011-01-01 +6838,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,53.1,2011-01-01 +6839,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.2,2011-01-01 +6840,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,15.0,2011-01-01 +6841,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12.0,2011-01-01 +6842,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,8.0,2011-01-01 +6843,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7.0,2011-01-01 +6844,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,7.0,2011-01-01 +6845,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5.0,2011-01-01 +6846,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,24.9,2011-01-01 +6847,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.7,2011-01-01 +6848,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,26.3,2011-01-01 +6849,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.8,2011-01-01 +6850,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,23.4,2011-01-01 +6851,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.5,2011-01-01 +6852,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,197.0,2011-01-01 +6853,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),189.0,2011-01-01 +6854,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,109.0,2011-01-01 +6855,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),106.0,2011-01-01 +6856,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,88.0,2011-01-01 +6857,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),83.0,2011-01-01 +6858,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2011-01-01 +6859,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.0,2011-01-01 +6860,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,93.9,2011-01-01 +6861,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.8,2011-01-01 +6862,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,77.1,2011-01-01 +6863,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.9,2011-01-01 +6864,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,22.0,2011-01-01 +6865,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),22.0,2011-01-01 +6866,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,14.0,2011-01-01 +6867,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2011-01-01 +6868,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,9.0,2011-01-01 +6869,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8.0,2011-01-01 +6870,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,40.4,2011-01-01 +6871,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.3,2011-01-01 +6872,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,48.4,2011-01-01 +6873,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.0,2011-01-01 +6874,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,32.1,2011-01-01 +6875,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.3,2011-01-01 +6876,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,287.0,2011-01-01 +6877,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),212.0,2011-01-01 +6878,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,163.0,2011-01-01 +6879,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),119.0,2011-01-01 +6880,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,124.0,2011-01-01 +6881,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),93.0,2011-01-01 +6882,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,24.3,2011-01-01 +6883,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.0,2011-01-01 +6884,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,27.0,2011-01-01 +6885,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.7,2011-01-01 +6886,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,21.5,2011-01-01 +6887,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.2,2011-01-01 +6888,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3357.0,2011-01-01 +6889,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3016.0,2011-01-01 +6890,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1810.0,2011-01-01 +6891,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1630.0,2011-01-01 +6892,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1547.0,2011-01-01 +6893,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1386.0,2011-01-01 +6894,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,81.3,2011-01-01 +6895,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.0,2011-01-01 +6896,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,88.2,2011-01-01 +6897,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.5,2011-01-01 +6898,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,74.4,2011-01-01 +6899,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.6,2011-01-01 +6900,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,546.0,2011-01-01 +6901,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),496.0,2011-01-01 +6902,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,280.0,2011-01-01 +6903,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),252.0,2011-01-01 +6904,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,266.0,2011-01-01 +6905,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),244.0,2011-01-01 +6906,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,38.8,2011-01-01 +6907,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.3,2011-01-01 +6908,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,43.7,2011-01-01 +6909,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.3,2011-01-01 +6910,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,34.8,2011-01-01 +6911,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.9,2011-01-01 +6912,Malta,From 15 to 24 years,Thousand persons,Total,Active population,29.0,2011-01-01 +6913,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2011-01-01 +6914,Malta,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2011-01-01 +6915,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2011-01-01 +6916,Malta,From 15 to 24 years,Thousand persons,Females,Active population,13.0,2011-01-01 +6917,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),11.0,2011-01-01 +6918,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,51.9,2011-01-01 +6919,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.0,2011-01-01 +6920,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,55.7,2011-01-01 +6921,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.0,2011-01-01 +6922,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,48.0,2011-01-01 +6923,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.8,2011-01-01 +6924,Malta,From 25 to 54 years,Thousand persons,Total,Active population,127.0,2011-01-01 +6925,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),120.0,2011-01-01 +6926,Malta,From 25 to 54 years,Thousand persons,Males,Active population,82.0,2011-01-01 +6927,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),77.0,2011-01-01 +6928,Malta,From 25 to 54 years,Thousand persons,Females,Active population,45.0,2011-01-01 +6929,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),42.0,2011-01-01 +6930,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,74.7,2011-01-01 +6931,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.6,2011-01-01 +6932,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,94.9,2011-01-01 +6933,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.0,2011-01-01 +6934,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,54.0,2011-01-01 +6935,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.8,2011-01-01 +6936,Malta,From 55 to 64 years,Thousand persons,Total,Active population,20.0,2011-01-01 +6937,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),20.0,2011-01-01 +6938,Malta,From 55 to 64 years,Thousand persons,Males,Active population,16.0,2011-01-01 +6939,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15.0,2011-01-01 +6940,Malta,From 55 to 64 years,Thousand persons,Females,Active population,5.0,2011-01-01 +6941,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),4.0,2011-01-01 +6942,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,34.2,2011-01-01 +6943,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.2,2011-01-01 +6944,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,53.0,2011-01-01 +6945,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.5,2011-01-01 +6946,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,15.6,2011-01-01 +6947,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),15.1,2011-01-01 +6948,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1369.0,2011-01-01 +6949,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1232.0,2011-01-01 +6950,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,683.0,2011-01-01 +6951,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),611.0,2011-01-01 +6952,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,686.0,2011-01-01 +6953,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),620.0,2011-01-01 +6954,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,68.1,2011-01-01 +6955,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.3,2011-01-01 +6956,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,67.0,2011-01-01 +6957,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.0,2011-01-01 +6958,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,69.2,2011-01-01 +6959,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.6,2011-01-01 +6960,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,5961.0,2011-01-01 +6961,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5726.0,2011-01-01 +6962,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3176.0,2011-01-01 +6963,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3067.0,2011-01-01 +6964,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2785.0,2011-01-01 +6965,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2659.0,2011-01-01 +6966,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,87.4,2011-01-01 +6967,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.0,2011-01-01 +6968,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,93.0,2011-01-01 +6969,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.8,2011-01-01 +6970,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,81.8,2011-01-01 +6971,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.1,2011-01-01 +6972,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1252.0,2011-01-01 +6973,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1194.0,2011-01-01 +6974,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,731.0,2011-01-01 +6975,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),698.0,2011-01-01 +6976,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,521.0,2011-01-01 +6977,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),496.0,2011-01-01 +6978,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,57.9,2011-01-01 +6979,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.2,2011-01-01 +6980,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,67.5,2011-01-01 +6981,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.5,2011-01-01 +6982,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,48.2,2011-01-01 +6983,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.9,2011-01-01 +6984,Austria,From 15 to 24 years,Thousand persons,Total,Active population,580.0,2011-01-01 +6985,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),528.0,2011-01-01 +6986,Austria,From 15 to 24 years,Thousand persons,Males,Active population,310.0,2011-01-01 +6987,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),282.0,2011-01-01 +6988,Austria,From 15 to 24 years,Thousand persons,Females,Active population,270.0,2011-01-01 +6989,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),246.0,2011-01-01 +6990,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,59.2,2011-01-01 +6991,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.9,2011-01-01 +6992,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,63.6,2011-01-01 +6993,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.0,2011-01-01 +6994,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,54.8,2011-01-01 +6995,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.8,2011-01-01 +6996,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3190.0,2011-01-01 +6997,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3063.0,2011-01-01 +6998,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1674.0,2011-01-01 +6999,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1609.0,2011-01-01 +7000,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1516.0,2011-01-01 +7001,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1454.0,2011-01-01 +7002,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2011-01-01 +7003,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.1,2011-01-01 +7004,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2011-01-01 +7005,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.4,2011-01-01 +7006,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,83.2,2011-01-01 +7007,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.8,2011-01-01 +7008,Austria,From 55 to 64 years,Thousand persons,Total,Active population,406.0,2011-01-01 +7009,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),391.0,2011-01-01 +7010,Austria,From 55 to 64 years,Thousand persons,Males,Active population,239.0,2011-01-01 +7011,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),229.0,2011-01-01 +7012,Austria,From 55 to 64 years,Thousand persons,Females,Active population,167.0,2011-01-01 +7013,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),162.0,2011-01-01 +7014,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,41.4,2011-01-01 +7015,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.9,2011-01-01 +7016,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,50.4,2011-01-01 +7017,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.2,2011-01-01 +7018,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,33.0,2011-01-01 +7019,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.2,2011-01-01 +7020,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1622.0,2011-01-01 +7021,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1204.0,2011-01-01 +7022,Poland,From 15 to 24 years,Thousand persons,Males,Active population,961.0,2011-01-01 +7023,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),734.0,2011-01-01 +7024,Poland,From 15 to 24 years,Thousand persons,Females,Active population,661.0,2011-01-01 +7025,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),470.0,2011-01-01 +7026,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,33.5,2011-01-01 +7027,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.9,2011-01-01 +7028,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,38.7,2011-01-01 +7029,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.6,2011-01-01 +7030,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,28.1,2011-01-01 +7031,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.0,2011-01-01 +7032,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13285.0,2011-01-01 +7033,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12190.0,2011-01-01 +7034,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7128.0,2011-01-01 +7035,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6594.0,2011-01-01 +7036,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6157.0,2011-01-01 +7037,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5596.0,2011-01-01 +7038,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,84.2,2011-01-01 +7039,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2011-01-01 +7040,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,89.7,2011-01-01 +7041,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.0,2011-01-01 +7042,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,78.6,2011-01-01 +7043,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2011-01-01 +7044,Poland,From 55 to 64 years,Thousand persons,Total,Active population,2061.0,2011-01-01 +7045,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1919.0,2011-01-01 +7046,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1261.0,2011-01-01 +7047,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1168.0,2011-01-01 +7048,Poland,From 55 to 64 years,Thousand persons,Females,Active population,800.0,2011-01-01 +7049,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),751.0,2011-01-01 +7050,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,39.6,2011-01-01 +7051,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.9,2011-01-01 +7052,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,51.6,2011-01-01 +7053,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.8,2011-01-01 +7054,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,29.0,2011-01-01 +7055,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.2,2011-01-01 +7056,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,437.0,2011-01-01 +7057,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),305.0,2011-01-01 +7058,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,234.0,2011-01-01 +7059,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),166.0,2011-01-01 +7060,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,202.0,2011-01-01 +7061,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),138.0,2011-01-01 +7062,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,38.2,2011-01-01 +7063,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.6,2011-01-01 +7064,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,40.4,2011-01-01 +7065,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.7,2011-01-01 +7066,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,35.9,2011-01-01 +7067,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.5,2011-01-01 +7068,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,4003.0,2011-01-01 +7069,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3526.0,2011-01-01 +7070,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,2042.0,2011-01-01 +7071,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1806.0,2011-01-01 +7072,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1962.0,2011-01-01 +7073,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1720.0,2011-01-01 +7074,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2011-01-01 +7075,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.8,2011-01-01 +7076,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2011-01-01 +7077,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.7,2011-01-01 +7078,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,84.5,2011-01-01 +7079,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.1,2011-01-01 +7080,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,698.0,2011-01-01 +7081,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),623.0,2011-01-01 +7082,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,379.0,2011-01-01 +7083,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),334.0,2011-01-01 +7084,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,319.0,2011-01-01 +7085,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),289.0,2011-01-01 +7086,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,53.6,2011-01-01 +7087,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.8,2011-01-01 +7088,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,61.6,2011-01-01 +7089,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.2,2011-01-01 +7090,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,46.4,2011-01-01 +7091,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.0,2011-01-01 +7092,Romania,From 15 to 24 years,Thousand persons,Total,Active population,760.0,2011-01-01 +7093,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),578.0,2011-01-01 +7094,Romania,From 15 to 24 years,Thousand persons,Males,Active population,450.0,2011-01-01 +7095,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),342.0,2011-01-01 +7096,Romania,From 15 to 24 years,Thousand persons,Females,Active population,310.0,2011-01-01 +7097,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),236.0,2011-01-01 +7098,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,30.7,2011-01-01 +7099,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.4,2011-01-01 +7100,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,35.3,2011-01-01 +7101,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.8,2011-01-01 +7102,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,25.8,2011-01-01 +7103,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.7,2011-01-01 +7104,Romania,From 25 to 54 years,Thousand persons,Total,Active population,6920.0,2011-01-01 +7105,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),6484.0,2011-01-01 +7106,Romania,From 25 to 54 years,Thousand persons,Males,Active population,3852.0,2011-01-01 +7107,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3598.0,2011-01-01 +7108,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3068.0,2011-01-01 +7109,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2886.0,2011-01-01 +7110,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,80.9,2011-01-01 +7111,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.8,2011-01-01 +7112,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,89.0,2011-01-01 +7113,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.1,2011-01-01 +7114,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,72.6,2011-01-01 +7115,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.3,2011-01-01 +7116,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1119.0,2011-01-01 +7117,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1077.0,2011-01-01 +7118,Romania,From 55 to 64 years,Thousand persons,Males,Active population,650.0,2011-01-01 +7119,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),615.0,2011-01-01 +7120,Romania,From 55 to 64 years,Thousand persons,Females,Active population,469.0,2011-01-01 +7121,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),462.0,2011-01-01 +7122,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,41.4,2011-01-01 +7123,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.9,2011-01-01 +7124,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,51.3,2011-01-01 +7125,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.6,2011-01-01 +7126,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,32.7,2011-01-01 +7127,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.2,2011-01-01 +7128,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,87.0,2011-01-01 +7129,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),73.0,2011-01-01 +7130,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,52.0,2011-01-01 +7131,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),44.0,2011-01-01 +7132,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,35.0,2011-01-01 +7133,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),29.0,2011-01-01 +7134,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,37.4,2011-01-01 +7135,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.5,2011-01-01 +7136,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,42.0,2011-01-01 +7137,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.7,2011-01-01 +7138,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,32.3,2011-01-01 +7139,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.9,2011-01-01 +7140,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,817.0,2011-01-01 +7141,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),754.0,2011-01-01 +7142,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,427.0,2011-01-01 +7143,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),395.0,2011-01-01 +7144,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,390.0,2011-01-01 +7145,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),359.0,2011-01-01 +7146,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.1,2011-01-01 +7147,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.1,2011-01-01 +7148,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2011-01-01 +7149,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.8,2011-01-01 +7150,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,88.4,2011-01-01 +7151,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.3,2011-01-01 +7152,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,94.0,2011-01-01 +7153,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),88.0,2011-01-01 +7154,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,61.0,2011-01-01 +7155,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),56.0,2011-01-01 +7156,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,33.0,2011-01-01 +7157,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),32.0,2011-01-01 +7158,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,33.3,2011-01-01 +7159,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.2,2011-01-01 +7160,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,42.7,2011-01-01 +7161,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.5,2011-01-01 +7162,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,23.7,2011-01-01 +7163,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.7,2011-01-01 +7164,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,226.0,2011-01-01 +7165,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),151.0,2011-01-01 +7166,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,143.0,2011-01-01 +7167,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),95.0,2011-01-01 +7168,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,84.0,2011-01-01 +7169,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),55.0,2011-01-01 +7170,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,30.1,2011-01-01 +7171,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.0,2011-01-01 +7172,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,37.2,2011-01-01 +7173,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.8,2011-01-01 +7174,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,22.7,2011-01-01 +7175,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),15.0,2011-01-01 +7176,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2126.0,2011-01-01 +7177,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1868.0,2011-01-01 +7178,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1155.0,2011-01-01 +7179,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1020.0,2011-01-01 +7180,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,970.0,2011-01-01 +7181,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),849.0,2011-01-01 +7182,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.0,2011-01-01 +7183,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.5,2011-01-01 +7184,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2011-01-01 +7185,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.5,2011-01-01 +7186,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.4,2011-01-01 +7187,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.4,2011-01-01 +7188,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,316.0,2011-01-01 +7189,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),284.0,2011-01-01 +7190,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,190.0,2011-01-01 +7191,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),170.0,2011-01-01 +7192,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,126.0,2011-01-01 +7193,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),114.0,2011-01-01 +7194,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,46.0,2011-01-01 +7195,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.3,2011-01-01 +7196,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,58.8,2011-01-01 +7197,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.5,2011-01-01 +7198,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,34.6,2011-01-01 +7199,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.4,2011-01-01 +7200,Finland,From 15 to 24 years,Thousand persons,Total,Active population,323.0,2011-01-01 +7201,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),258.0,2011-01-01 +7202,Finland,From 15 to 24 years,Thousand persons,Males,Active population,160.0,2011-01-01 +7203,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),125.0,2011-01-01 +7204,Finland,From 15 to 24 years,Thousand persons,Females,Active population,163.0,2011-01-01 +7205,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),133.0,2011-01-01 +7206,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,50.5,2011-01-01 +7207,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.4,2011-01-01 +7208,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,50.5,2011-01-01 +7209,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.5,2011-01-01 +7210,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,50.5,2011-01-01 +7211,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.2,2011-01-01 +7212,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1837.0,2011-01-01 +7213,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1724.0,2011-01-01 +7214,Finland,From 25 to 54 years,Thousand persons,Males,Active population,969.0,2011-01-01 +7215,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),905.0,2011-01-01 +7216,Finland,From 25 to 54 years,Thousand persons,Females,Active population,868.0,2011-01-01 +7217,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),820.0,2011-01-01 +7218,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2011-01-01 +7219,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.3,2011-01-01 +7220,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,90.9,2011-01-01 +7221,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.8,2011-01-01 +7222,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,84.3,2011-01-01 +7223,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.6,2011-01-01 +7224,Finland,From 55 to 64 years,Thousand persons,Total,Active population,476.0,2011-01-01 +7225,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),446.0,2011-01-01 +7226,Finland,From 55 to 64 years,Thousand persons,Males,Active population,237.0,2011-01-01 +7227,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),219.0,2011-01-01 +7228,Finland,From 55 to 64 years,Thousand persons,Females,Active population,240.0,2011-01-01 +7229,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),227.0,2011-01-01 +7230,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,60.9,2011-01-01 +7231,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.0,2011-01-01 +7232,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,61.4,2011-01-01 +7233,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.8,2011-01-01 +7234,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,60.4,2011-01-01 +7235,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.2,2011-01-01 +7236,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,661.0,2011-01-01 +7237,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),510.0,2011-01-01 +7238,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,340.0,2011-01-01 +7239,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),261.0,2011-01-01 +7240,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,321.0,2011-01-01 +7241,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),249.0,2011-01-01 +7242,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,53.0,2011-01-01 +7243,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.9,2011-01-01 +7244,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,53.2,2011-01-01 +7245,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.8,2011-01-01 +7246,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,52.8,2011-01-01 +7247,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.0,2011-01-01 +7248,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3330.0,2011-01-01 +7249,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3139.0,2011-01-01 +7250,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1750.0,2011-01-01 +7251,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1651.0,2011-01-01 +7252,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1580.0,2011-01-01 +7253,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1488.0,2011-01-01 +7254,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.3,2011-01-01 +7255,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.1,2011-01-01 +7256,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,93.2,2011-01-01 +7257,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.9,2011-01-01 +7258,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,87.3,2011-01-01 +7259,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.2,2011-01-01 +7260,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,896.0,2011-01-01 +7261,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),849.0,2011-01-01 +7262,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,471.0,2011-01-01 +7263,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),443.0,2011-01-01 +7264,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,425.0,2011-01-01 +7265,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),406.0,2011-01-01 +7266,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,76.0,2011-01-01 +7267,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.0,2011-01-01 +7268,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,79.9,2011-01-01 +7269,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.2,2011-01-01 +7270,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,72.1,2011-01-01 +7271,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.9,2011-01-01 +7272,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4568.0,2011-01-01 +7273,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3596.0,2011-01-01 +7274,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2398.0,2011-01-01 +7275,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1828.0,2011-01-01 +7276,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2170.0,2011-01-01 +7277,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1768.0,2011-01-01 +7278,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,58.2,2011-01-01 +7279,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.8,2011-01-01 +7280,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,60.7,2011-01-01 +7281,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.3,2011-01-01 +7282,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,55.7,2011-01-01 +7283,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.3,2011-01-01 +7284,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,21991.0,2011-01-01 +7285,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20645.0,2011-01-01 +7286,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11686.0,2011-01-01 +7287,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10946.0,2011-01-01 +7288,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10306.0,2011-01-01 +7289,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9699.0,2011-01-01 +7290,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,85.3,2011-01-01 +7291,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.1,2011-01-01 +7292,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2011-01-01 +7293,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.9,2011-01-01 +7294,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,79.0,2011-01-01 +7295,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.4,2011-01-01 +7296,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4383.0,2011-01-01 +7297,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4164.0,2011-01-01 +7298,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2469.0,2011-01-01 +7299,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2315.0,2011-01-01 +7300,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,1914.0,2011-01-01 +7301,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1849.0,2011-01-01 +7302,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,59.7,2011-01-01 +7303,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.7,2011-01-01 +7304,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,68.4,2011-01-01 +7305,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.1,2011-01-01 +7306,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,51.3,2011-01-01 +7307,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.5,2011-01-01 +7308,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,30.0,2011-01-01 +7309,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2011-01-01 +7310,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,15.0,2011-01-01 +7311,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12.0,2011-01-01 +7312,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,15.0,2011-01-01 +7313,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2011-01-01 +7314,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,73.1,2011-01-01 +7315,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.5,2011-01-01 +7316,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,71.7,2011-01-01 +7317,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.7,2011-01-01 +7318,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,74.6,2011-01-01 +7319,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.6,2011-01-01 +7320,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,113.0,2011-01-01 +7321,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),106.0,2011-01-01 +7322,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,59.0,2011-01-01 +7323,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56.0,2011-01-01 +7324,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,54.0,2011-01-01 +7325,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2011-01-01 +7326,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2011-01-01 +7327,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.4,2011-01-01 +7328,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2011-01-01 +7329,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.9,2011-01-01 +7330,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,84.7,2011-01-01 +7331,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.9,2011-01-01 +7332,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,29.0,2011-01-01 +7333,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),27.0,2011-01-01 +7334,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2011-01-01 +7335,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2011-01-01 +7336,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,14.0,2011-01-01 +7337,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2011-01-01 +7338,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,83.8,2011-01-01 +7339,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.2,2011-01-01 +7340,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,88.3,2011-01-01 +7341,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.0,2011-01-01 +7342,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,79.1,2011-01-01 +7343,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.3,2011-01-01 +7344,Norway,From 15 to 24 years,Thousand persons,Total,Active population,357.0,2011-01-01 +7345,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),326.0,2011-01-01 +7346,Norway,From 15 to 24 years,Thousand persons,Males,Active population,180.0,2011-01-01 +7347,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),163.0,2011-01-01 +7348,Norway,From 15 to 24 years,Thousand persons,Females,Active population,177.0,2011-01-01 +7349,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),163.0,2011-01-01 +7350,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,55.6,2011-01-01 +7351,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.8,2011-01-01 +7352,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,54.7,2011-01-01 +7353,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.4,2011-01-01 +7354,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,56.6,2011-01-01 +7355,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),52.3,2011-01-01 +7356,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1771.0,2011-01-01 +7357,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1723.0,2011-01-01 +7358,Norway,From 25 to 54 years,Thousand persons,Males,Active population,933.0,2011-01-01 +7359,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),906.0,2011-01-01 +7360,Norway,From 25 to 54 years,Thousand persons,Females,Active population,838.0,2011-01-01 +7361,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),817.0,2011-01-01 +7362,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,87.0,2011-01-01 +7363,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.7,2011-01-01 +7364,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,89.6,2011-01-01 +7365,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.1,2011-01-01 +7366,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,84.3,2011-01-01 +7367,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.2,2011-01-01 +7368,Norway,From 55 to 64 years,Thousand persons,Total,Active population,416.0,2011-01-01 +7369,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),411.0,2011-01-01 +7370,Norway,From 55 to 64 years,Thousand persons,Males,Active population,220.0,2011-01-01 +7371,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),217.0,2011-01-01 +7372,Norway,From 55 to 64 years,Thousand persons,Females,Active population,196.0,2011-01-01 +7373,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),194.0,2011-01-01 +7374,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,70.4,2011-01-01 +7375,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.6,2011-01-01 +7376,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,73.9,2011-01-01 +7377,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),72.9,2011-01-01 +7378,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,66.9,2011-01-01 +7379,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.1,2011-01-01 +7380,Switzerland,From 15 to 24 years,Thousand persons,Total,Active population,631.0,2011-01-01 +7381,Switzerland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),583.0,2011-01-01 +7382,Switzerland,From 15 to 24 years,Thousand persons,Males,Active population,327.0,2011-01-01 +7383,Switzerland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),303.0,2011-01-01 +7384,Switzerland,From 15 to 24 years,Thousand persons,Females,Active population,304.0,2011-01-01 +7385,Switzerland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),280.0,2011-01-01 +7386,Switzerland,From 15 to 24 years,Percentage of total population,Total,Active population,68.2,2011-01-01 +7387,Switzerland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.9,2011-01-01 +7388,Switzerland,From 15 to 24 years,Percentage of total population,Males,Active population,69.3,2011-01-01 +7389,Switzerland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.1,2011-01-01 +7390,Switzerland,From 15 to 24 years,Percentage of total population,Females,Active population,67.0,2011-01-01 +7391,Switzerland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.7,2011-01-01 +7392,Switzerland,From 25 to 54 years,Thousand persons,Total,Active population,3101.0,2011-01-01 +7393,Switzerland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2989.0,2011-01-01 +7394,Switzerland,From 25 to 54 years,Thousand persons,Males,Active population,1668.0,2011-01-01 +7395,Switzerland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1615.0,2011-01-01 +7396,Switzerland,From 25 to 54 years,Thousand persons,Females,Active population,1432.0,2011-01-01 +7397,Switzerland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1374.0,2011-01-01 +7398,Switzerland,From 25 to 54 years,Percentage of total population,Total,Active population,89.7,2011-01-01 +7399,Switzerland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.4,2011-01-01 +7400,Switzerland,From 25 to 54 years,Percentage of total population,Males,Active population,95.9,2011-01-01 +7401,Switzerland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.8,2011-01-01 +7402,Switzerland,From 25 to 54 years,Percentage of total population,Females,Active population,83.4,2011-01-01 +7403,Switzerland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.0,2011-01-01 +7404,Switzerland,From 55 to 64 years,Thousand persons,Total,Active population,683.0,2011-01-01 +7405,Switzerland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),661.0,2011-01-01 +7406,Switzerland,From 55 to 64 years,Thousand persons,Males,Active population,387.0,2011-01-01 +7407,Switzerland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),375.0,2011-01-01 +7408,Switzerland,From 55 to 64 years,Thousand persons,Females,Active population,297.0,2011-01-01 +7409,Switzerland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),287.0,2011-01-01 +7410,Switzerland,From 55 to 64 years,Percentage of total population,Total,Active population,71.8,2011-01-01 +7411,Switzerland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.5,2011-01-01 +7412,Switzerland,From 55 to 64 years,Percentage of total population,Males,Active population,81.7,2011-01-01 +7413,Switzerland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.1,2011-01-01 +7414,Switzerland,From 55 to 64 years,Percentage of total population,Females,Active population,62.1,2011-01-01 +7415,Switzerland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.0,2011-01-01 +7416,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,101.0,2011-01-01 +7417,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),45.0,2011-01-01 +7418,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,65.0,2011-01-01 +7419,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2011-01-01 +7420,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,37.0,2011-01-01 +7421,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),17.0,2011-01-01 +7422,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,32.1,2011-01-01 +7423,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),14.4,2011-01-01 +7424,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,39.9,2011-01-01 +7425,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),17.7,2011-01-01 +7426,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,23.9,2011-01-01 +7427,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),10.8,2011-01-01 +7428,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,717.0,2011-01-01 +7429,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),511.0,2011-01-01 +7430,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,424.0,2011-01-01 +7431,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),303.0,2011-01-01 +7432,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,293.0,2011-01-01 +7433,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),208.0,2011-01-01 +7434,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,79.2,2011-01-01 +7435,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.4,2011-01-01 +7436,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2011-01-01 +7437,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.7,2011-01-01 +7438,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,65.8,2011-01-01 +7439,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.8,2011-01-01 +7440,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,115.0,2011-01-01 +7441,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),83.0,2011-01-01 +7442,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,77.0,2011-01-01 +7443,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),54.0,2011-01-01 +7444,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,38.0,2011-01-01 +7445,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),29.0,2011-01-01 +7446,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,49.2,2011-01-01 +7447,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.4,2011-01-01 +7448,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,67.7,2011-01-01 +7449,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.3,2011-01-01 +7450,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,31.7,2011-01-01 +7451,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.0,2011-01-01 +7452,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4437.0,2011-01-01 +7453,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3695.0,2011-01-01 +7454,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,2894.0,2011-01-01 +7455,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2444.0,2011-01-01 +7456,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1543.0,2011-01-01 +7457,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1251.0,2011-01-01 +7458,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,38.5,2011-01-01 +7459,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.0,2011-01-01 +7460,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,51.3,2011-01-01 +7461,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.3,2011-01-01 +7462,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,26.2,2011-01-01 +7463,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.2,2011-01-01 +7464,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,19492.0,2011-01-01 +7465,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),17995.0,2011-01-01 +7466,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,13996.0,2011-01-01 +7467,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),12981.0,2011-01-01 +7468,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,5495.0,2011-01-01 +7469,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5015.0,2011-01-01 +7470,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,62.3,2011-01-01 +7471,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.5,2011-01-01 +7472,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,89.2,2011-01-01 +7473,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2011-01-01 +7474,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,35.2,2011-01-01 +7475,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.2,2011-01-01 +7476,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,1840.0,2011-01-01 +7477,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1760.0,2011-01-01 +7478,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1319.0,2011-01-01 +7479,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1247.0,2011-01-01 +7480,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,521.0,2011-01-01 +7481,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),513.0,2011-01-01 +7482,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,32.8,2011-01-01 +7483,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.4,2011-01-01 +7484,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,48.1,2011-01-01 +7485,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.4,2011-01-01 +7486,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,18.1,2011-01-01 +7487,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.9,2011-01-01 +7488,,,,,,, +7489,,,,,,, +7490,,,,,,, +7491,,,,,,, +7492,,,,,,, +7493,,,,,,, +7494,,,,,,, +7495,,,,,,, +7496,,,,,,, +7497,,,,,,, +7498,,,,,,, +7499,,,,,,, +7500,,,,,,, +7501,,,,,,, +7502,,,,,,, +7503,,,,,,, +7504,,,,,,, +7505,,,,,,, +7506,,,,,,, +7507,,,,,,, +7508,,,,,,, +7509,,,,,,, +7510,,,,,,, +7511,,,,,,, +7512,,,,,,, +7513,,,,,,, +7514,,,,,,, +7515,,,,,,, +7516,,,,,,, +7517,,,,,,, +7518,,,,,,, +7519,,,,,,, +7520,,,,,,, +7521,,,,,,, +7522,,,,,,, +7523,,,,,,, +7524,,,,,,, +7525,,,,,,, +7526,,,,,,, +7527,,,,,,, +7528,,,,,,, +7529,,,,,,, +7530,,,,,,, +7531,,,,,,, +7532,,,,,,, +7533,,,,,,, +7534,,,,,,, +7535,,,,,,, +7536,,,,,,, +7537,,,,,,, +7538,,,,,,, +7539,,,,,,, +7540,,,,,,, +7541,,,,,,, +7542,,,,,,, +7543,,,,,,, +7544,,,,,,, +7545,,,,,,, +7546,,,,,,, +7547,,,,,,, +7548,,,,,,, +7549,,,,,,, +7550,,,,,,, +7551,,,,,,, +7552,,,,,,, +7553,,,,,,, +7554,,,,,,, +7555,,,,,,, +7556,,,,,,, +7557,,,,,,, +7558,,,,,,, +7559,,,,,,, +7560,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,24090.0,2012-01-01 +7561,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18507.0,2012-01-01 +7562,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,13101.0,2012-01-01 +7563,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9975.0,2012-01-01 +7564,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,10990.0,2012-01-01 +7565,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8533.0,2012-01-01 +7566,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.3,2012-01-01 +7567,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.5,2012-01-01 +7568,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.2,2012-01-01 +7569,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.4,2012-01-01 +7570,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.3,2012-01-01 +7571,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.5,2012-01-01 +7572,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,179099.0,2012-01-01 +7573,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),162079.0,2012-01-01 +7574,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,96207.0,2012-01-01 +7575,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),87282.0,2012-01-01 +7576,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82892.0,2012-01-01 +7577,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74797.0,2012-01-01 +7578,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2012-01-01 +7579,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2012-01-01 +7580,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2012-01-01 +7581,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.3,2012-01-01 +7582,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.0,2012-01-01 +7583,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.3,2012-01-01 +7584,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,33177.0,2012-01-01 +7585,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),30765.0,2012-01-01 +7586,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,18623.0,2012-01-01 +7587,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),17168.0,2012-01-01 +7588,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,14554.0,2012-01-01 +7589,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),13597.0,2012-01-01 +7590,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,52.5,2012-01-01 +7591,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.7,2012-01-01 +7592,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,61.0,2012-01-01 +7593,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.2,2012-01-01 +7594,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,44.6,2012-01-01 +7595,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.7,2012-01-01 +7596,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,23939.0,2012-01-01 +7597,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18420.0,2012-01-01 +7598,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,13012.0,2012-01-01 +7599,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9923.0,2012-01-01 +7600,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,10928.0,2012-01-01 +7601,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8497.0,2012-01-01 +7602,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.4,2012-01-01 +7603,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.6,2012-01-01 +7604,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.3,2012-01-01 +7605,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.5,2012-01-01 +7606,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.5,2012-01-01 +7607,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.7,2012-01-01 +7608,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,177674.0,2012-01-01 +7609,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),160861.0,2012-01-01 +7610,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,95454.0,2012-01-01 +7611,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),86636.0,2012-01-01 +7612,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,82220.0,2012-01-01 +7613,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74225.0,2012-01-01 +7614,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2012-01-01 +7615,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2012-01-01 +7616,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2012-01-01 +7617,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.3,2012-01-01 +7618,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.0,2012-01-01 +7619,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.3,2012-01-01 +7620,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,32929.0,2012-01-01 +7621,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),30542.0,2012-01-01 +7622,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,18468.0,2012-01-01 +7623,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),17030.0,2012-01-01 +7624,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,14460.0,2012-01-01 +7625,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),13512.0,2012-01-01 +7626,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,52.6,2012-01-01 +7627,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.8,2012-01-01 +7628,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,61.0,2012-01-01 +7629,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.3,2012-01-01 +7630,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,44.7,2012-01-01 +7631,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.8,2012-01-01 +7632,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,20055.0,2012-01-01 +7633,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),15526.0,2012-01-01 +7634,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,10730.0,2012-01-01 +7635,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8208.0,2012-01-01 +7636,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,9325.0,2012-01-01 +7637,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7318.0,2012-01-01 +7638,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,45.4,2012-01-01 +7639,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.1,2012-01-01 +7640,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.8,2012-01-01 +7641,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.5,2012-01-01 +7642,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,42.9,2012-01-01 +7643,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.7,2012-01-01 +7644,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,141739.0,2012-01-01 +7645,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),128041.0,2012-01-01 +7646,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,76052.0,2012-01-01 +7647,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),68857.0,2012-01-01 +7648,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65687.0,2012-01-01 +7649,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59185.0,2012-01-01 +7650,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2012-01-01 +7651,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.3,2012-01-01 +7652,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2012-01-01 +7653,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.4,2012-01-01 +7654,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.1,2012-01-01 +7655,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.3,2012-01-01 +7656,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,26668.0,2012-01-01 +7657,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),24741.0,2012-01-01 +7658,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,14878.0,2012-01-01 +7659,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13721.0,2012-01-01 +7660,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,11790.0,2012-01-01 +7661,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11020.0,2012-01-01 +7662,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,54.8,2012-01-01 +7663,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.8,2012-01-01 +7664,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,62.7,2012-01-01 +7665,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.8,2012-01-01 +7666,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,47.3,2012-01-01 +7667,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.2,2012-01-01 +7668,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,15013.0,2012-01-01 +7669,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11496.0,2012-01-01 +7670,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,8137.0,2012-01-01 +7671,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6199.0,2012-01-01 +7672,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,6877.0,2012-01-01 +7673,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5297.0,2012-01-01 +7674,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.3,2012-01-01 +7675,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.6,2012-01-01 +7676,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.0,2012-01-01 +7677,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.5,2012-01-01 +7678,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.5,2012-01-01 +7679,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.6,2012-01-01 +7680,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,120060.0,2012-01-01 +7681,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),107349.0,2012-01-01 +7682,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,64530.0,2012-01-01 +7683,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),57857.0,2012-01-01 +7684,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55530.0,2012-01-01 +7685,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49492.0,2012-01-01 +7686,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2012-01-01 +7687,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.5,2012-01-01 +7688,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2012-01-01 +7689,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2012-01-01 +7690,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.0,2012-01-01 +7691,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.4,2012-01-01 +7692,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,21881.0,2012-01-01 +7693,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),20138.0,2012-01-01 +7694,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,12215.0,2012-01-01 +7695,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11187.0,2012-01-01 +7696,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,9666.0,2012-01-01 +7697,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8951.0,2012-01-01 +7698,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,52.8,2012-01-01 +7699,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.6,2012-01-01 +7700,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,60.7,2012-01-01 +7701,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.6,2012-01-01 +7702,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,45.3,2012-01-01 +7703,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.9,2012-01-01 +7704,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,14893.0,2012-01-01 +7705,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11407.0,2012-01-01 +7706,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,8068.0,2012-01-01 +7707,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6151.0,2012-01-01 +7708,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,6824.0,2012-01-01 +7709,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5257.0,2012-01-01 +7710,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.4,2012-01-01 +7711,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.7,2012-01-01 +7712,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.1,2012-01-01 +7713,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.6,2012-01-01 +7714,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.6,2012-01-01 +7715,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.7,2012-01-01 +7716,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,118949.0,2012-01-01 +7717,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),106377.0,2012-01-01 +7718,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,63985.0,2012-01-01 +7719,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),57389.0,2012-01-01 +7720,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54964.0,2012-01-01 +7721,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48988.0,2012-01-01 +7722,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2012-01-01 +7723,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.5,2012-01-01 +7724,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2012-01-01 +7725,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2012-01-01 +7726,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.9,2012-01-01 +7727,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.3,2012-01-01 +7728,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,21671.0,2012-01-01 +7729,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),19954.0,2012-01-01 +7730,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,12114.0,2012-01-01 +7731,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11100.0,2012-01-01 +7732,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,9557.0,2012-01-01 +7733,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8853.0,2012-01-01 +7734,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,52.7,2012-01-01 +7735,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.5,2012-01-01 +7736,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,60.7,2012-01-01 +7737,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.6,2012-01-01 +7738,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,45.2,2012-01-01 +7739,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.9,2012-01-01 +7740,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,14792.0,2012-01-01 +7741,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11335.0,2012-01-01 +7742,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,8011.0,2012-01-01 +7743,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),6110.0,2012-01-01 +7744,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,6780.0,2012-01-01 +7745,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5225.0,2012-01-01 +7746,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.4,2012-01-01 +7747,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.7,2012-01-01 +7748,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.1,2012-01-01 +7749,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.6,2012-01-01 +7750,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.6,2012-01-01 +7751,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.8,2012-01-01 +7752,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,118201.0,2012-01-01 +7753,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),105731.0,2012-01-01 +7754,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,63612.0,2012-01-01 +7755,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),57071.0,2012-01-01 +7756,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54589.0,2012-01-01 +7757,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48660.0,2012-01-01 +7758,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2012-01-01 +7759,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.5,2012-01-01 +7760,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2012-01-01 +7761,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2012-01-01 +7762,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,78.9,2012-01-01 +7763,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.3,2012-01-01 +7764,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,21515.0,2012-01-01 +7765,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),19820.0,2012-01-01 +7766,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,12046.0,2012-01-01 +7767,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11042.0,2012-01-01 +7768,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,9469.0,2012-01-01 +7769,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8778.0,2012-01-01 +7770,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,52.6,2012-01-01 +7771,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.5,2012-01-01 +7772,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,60.7,2012-01-01 +7773,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.6,2012-01-01 +7774,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,45.1,2012-01-01 +7775,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.8,2012-01-01 +7776,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,417.0,2012-01-01 +7777,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),335.0,2012-01-01 +7778,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,235.0,2012-01-01 +7779,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),187.0,2012-01-01 +7780,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,183.0,2012-01-01 +7781,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),148.0,2012-01-01 +7782,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,31.5,2012-01-01 +7783,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.3,2012-01-01 +7784,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,35.0,2012-01-01 +7785,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.8,2012-01-01 +7786,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,27.9,2012-01-01 +7787,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.6,2012-01-01 +7788,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3863.0,2012-01-01 +7789,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3603.0,2012-01-01 +7790,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2077.0,2012-01-01 +7791,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1935.0,2012-01-01 +7792,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1786.0,2012-01-01 +7793,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1668.0,2012-01-01 +7794,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2012-01-01 +7795,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.3,2012-01-01 +7796,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,90.7,2012-01-01 +7797,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.5,2012-01-01 +7798,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,79.1,2012-01-01 +7799,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.9,2012-01-01 +7800,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,567.0,2012-01-01 +7801,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),541.0,2012-01-01 +7802,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,325.0,2012-01-01 +7803,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),312.0,2012-01-01 +7804,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,241.0,2012-01-01 +7805,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),229.0,2012-01-01 +7806,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,41.4,2012-01-01 +7807,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.5,2012-01-01 +7808,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,47.9,2012-01-01 +7809,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.0,2012-01-01 +7810,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,34.9,2012-01-01 +7811,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.1,2012-01-01 +7812,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,248.0,2012-01-01 +7813,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),178.0,2012-01-01 +7814,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,148.0,2012-01-01 +7815,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),104.0,2012-01-01 +7816,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,100.0,2012-01-01 +7817,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),74.0,2012-01-01 +7818,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,30.4,2012-01-01 +7819,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.9,2012-01-01 +7820,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,35.3,2012-01-01 +7821,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.9,2012-01-01 +7822,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,25.3,2012-01-01 +7823,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.7,2012-01-01 +7824,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2521.0,2012-01-01 +7825,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2237.0,2012-01-01 +7826,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1328.0,2012-01-01 +7827,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1163.0,2012-01-01 +7828,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1193.0,2012-01-01 +7829,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1074.0,2012-01-01 +7830,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,82.3,2012-01-01 +7831,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.1,2012-01-01 +7832,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,84.8,2012-01-01 +7833,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.3,2012-01-01 +7834,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,79.8,2012-01-01 +7835,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.8,2012-01-01 +7836,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,535.0,2012-01-01 +7837,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),479.0,2012-01-01 +7838,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,282.0,2012-01-01 +7839,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),250.0,2012-01-01 +7840,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,252.0,2012-01-01 +7841,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),229.0,2012-01-01 +7842,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,51.1,2012-01-01 +7843,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.7,2012-01-01 +7844,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,57.3,2012-01-01 +7845,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.8,2012-01-01 +7846,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,45.5,2012-01-01 +7847,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.3,2012-01-01 +7848,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,374.0,2012-01-01 +7849,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),301.0,2012-01-01 +7850,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,222.0,2012-01-01 +7851,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),178.0,2012-01-01 +7852,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,151.0,2012-01-01 +7853,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),122.0,2012-01-01 +7854,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,31.3,2012-01-01 +7855,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.2,2012-01-01 +7856,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,36.4,2012-01-01 +7857,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.2,2012-01-01 +7858,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,25.9,2012-01-01 +7859,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.0,2012-01-01 +7860,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4027.0,2012-01-01 +7861,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3780.0,2012-01-01 +7862,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2229.0,2012-01-01 +7863,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2122.0,2012-01-01 +7864,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1798.0,2012-01-01 +7865,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1658.0,2012-01-01 +7866,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2012-01-01 +7867,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2012-01-01 +7868,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.5,2012-01-01 +7869,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.9,2012-01-01 +7870,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,80.9,2012-01-01 +7871,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.6,2012-01-01 +7872,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,774.0,2012-01-01 +7873,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),729.0,2012-01-01 +7874,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,457.0,2012-01-01 +7875,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),431.0,2012-01-01 +7876,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,317.0,2012-01-01 +7877,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),298.0,2012-01-01 +7878,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,52.4,2012-01-01 +7879,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.3,2012-01-01 +7880,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,64.0,2012-01-01 +7881,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.3,2012-01-01 +7882,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,41.5,2012-01-01 +7883,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.0,2012-01-01 +7884,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,448.0,2012-01-01 +7885,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),385.0,2012-01-01 +7886,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,229.0,2012-01-01 +7887,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),195.0,2012-01-01 +7888,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,219.0,2012-01-01 +7889,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),190.0,2012-01-01 +7890,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,64.1,2012-01-01 +7891,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.0,2012-01-01 +7892,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,64.1,2012-01-01 +7893,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.6,2012-01-01 +7894,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,64.0,2012-01-01 +7895,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.4,2012-01-01 +7896,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1941.0,2012-01-01 +7897,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1811.0,2012-01-01 +7898,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1009.0,2012-01-01 +7899,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),942.0,2012-01-01 +7900,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,932.0,2012-01-01 +7901,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),868.0,2012-01-01 +7902,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2012-01-01 +7903,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.9,2012-01-01 +7904,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,90.6,2012-01-01 +7905,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.6,2012-01-01 +7906,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,84.9,2012-01-01 +7907,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.1,2012-01-01 +7908,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,450.0,2012-01-01 +7909,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),425.0,2012-01-01 +7910,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,244.0,2012-01-01 +7911,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),230.0,2012-01-01 +7912,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,206.0,2012-01-01 +7913,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),196.0,2012-01-01 +7914,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,64.4,2012-01-01 +7915,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.8,2012-01-01 +7916,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,69.9,2012-01-01 +7917,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.9,2012-01-01 +7918,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,58.9,2012-01-01 +7919,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.8,2012-01-01 +7920,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4382.0,2012-01-01 +7921,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4029.0,2012-01-01 +7922,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2362.0,2012-01-01 +7923,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2156.0,2012-01-01 +7924,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,2020.0,2012-01-01 +7925,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1873.0,2012-01-01 +7926,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,50.7,2012-01-01 +7927,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.6,2012-01-01 +7928,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,53.2,2012-01-01 +7929,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.6,2012-01-01 +7930,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,48.0,2012-01-01 +7931,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.5,2012-01-01 +7932,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,29385.0,2012-01-01 +7933,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),27917.0,2012-01-01 +7934,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,15694.0,2012-01-01 +7935,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),14894.0,2012-01-01 +7936,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13691.0,2012-01-01 +7937,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),13023.0,2012-01-01 +7938,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2012-01-01 +7939,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.3,2012-01-01 +7940,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2012-01-01 +7941,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.4,2012-01-01 +7942,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,82.3,2012-01-01 +7943,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.2,2012-01-01 +7944,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,6771.0,2012-01-01 +7945,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),6374.0,2012-01-01 +7946,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,3689.0,2012-01-01 +7947,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),3462.0,2012-01-01 +7948,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,3082.0,2012-01-01 +7949,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2912.0,2012-01-01 +7950,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,65.4,2012-01-01 +7951,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.6,2012-01-01 +7952,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,73.1,2012-01-01 +7953,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),68.6,2012-01-01 +7954,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,58.2,2012-01-01 +7955,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.9,2012-01-01 +7956,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,66.0,2012-01-01 +7957,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),52.0,2012-01-01 +7958,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,36.0,2012-01-01 +7959,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),28.0,2012-01-01 +7960,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,30.0,2012-01-01 +7961,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),24.0,2012-01-01 +7962,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,40.8,2012-01-01 +7963,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.3,2012-01-01 +7964,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,44.3,2012-01-01 +7965,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.2,2012-01-01 +7966,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2012-01-01 +7967,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.3,2012-01-01 +7968,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,482.0,2012-01-01 +7969,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),437.0,2012-01-01 +7970,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,253.0,2012-01-01 +7971,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),228.0,2012-01-01 +7972,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,230.0,2012-01-01 +7973,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),209.0,2012-01-01 +7974,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2012-01-01 +7975,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.5,2012-01-01 +7976,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2012-01-01 +7977,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.1,2012-01-01 +7978,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,83.5,2012-01-01 +7979,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.8,2012-01-01 +7980,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,110.0,2012-01-01 +7981,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),102.0,2012-01-01 +7982,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,48.0,2012-01-01 +7983,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),44.0,2012-01-01 +7984,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,62.0,2012-01-01 +7985,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),58.0,2012-01-01 +7986,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,65.1,2012-01-01 +7987,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.5,2012-01-01 +7988,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,65.3,2012-01-01 +7989,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.2,2012-01-01 +7990,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,65.0,2012-01-01 +7991,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.5,2012-01-01 +7992,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,224.0,2012-01-01 +7993,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),156.0,2012-01-01 +7994,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,116.0,2012-01-01 +7995,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),74.0,2012-01-01 +7996,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,109.0,2012-01-01 +7997,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),83.0,2012-01-01 +7998,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,40.5,2012-01-01 +7999,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.2,2012-01-01 +8000,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,41.3,2012-01-01 +8001,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.3,2012-01-01 +8002,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,39.7,2012-01-01 +8003,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.2,2012-01-01 +8004,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1623.0,2012-01-01 +8005,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1403.0,2012-01-01 +8006,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,889.0,2012-01-01 +8007,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),742.0,2012-01-01 +8008,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,734.0,2012-01-01 +8009,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),661.0,2012-01-01 +8010,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,80.4,2012-01-01 +8011,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.5,2012-01-01 +8012,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,89.3,2012-01-01 +8013,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.5,2012-01-01 +8014,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,71.7,2012-01-01 +8015,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.6,2012-01-01 +8016,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,258.0,2012-01-01 +8017,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),231.0,2012-01-01 +8018,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,151.0,2012-01-01 +8019,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),131.0,2012-01-01 +8020,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,107.0,2012-01-01 +8021,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),100.0,2012-01-01 +8022,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,55.1,2012-01-01 +8023,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.3,2012-01-01 +8024,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,64.6,2012-01-01 +8025,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.8,2012-01-01 +8026,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,45.6,2012-01-01 +8027,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.7,2012-01-01 +8028,Greece,From 15 to 24 years,Thousand persons,Total,Active population,329.0,2012-01-01 +8029,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),147.0,2012-01-01 +8030,Greece,From 15 to 24 years,Thousand persons,Males,Active population,175.0,2012-01-01 +8031,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),90.0,2012-01-01 +8032,Greece,From 15 to 24 years,Thousand persons,Females,Active population,154.0,2012-01-01 +8033,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),57.0,2012-01-01 +8034,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,29.1,2012-01-01 +8035,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),13.0,2012-01-01 +8036,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,31.2,2012-01-01 +8037,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),16.1,2012-01-01 +8038,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,27.0,2012-01-01 +8039,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),10.0,2012-01-01 +8040,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3945.0,2012-01-01 +8041,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3009.0,2012-01-01 +8042,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2196.0,2012-01-01 +8043,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1735.0,2012-01-01 +8044,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1749.0,2012-01-01 +8045,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1275.0,2012-01-01 +8046,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,83.7,2012-01-01 +8047,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),63.9,2012-01-01 +8048,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2012-01-01 +8049,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.9,2012-01-01 +8050,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,74.0,2012-01-01 +8051,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.9,2012-01-01 +8052,Greece,From 55 to 64 years,Thousand persons,Total,Active population,554.0,2012-01-01 +8053,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),480.0,2012-01-01 +8054,Greece,From 55 to 64 years,Thousand persons,Males,Active population,349.0,2012-01-01 +8055,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),301.0,2012-01-01 +8056,Greece,From 55 to 64 years,Thousand persons,Females,Active population,206.0,2012-01-01 +8057,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),179.0,2012-01-01 +8058,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,42.1,2012-01-01 +8059,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.5,2012-01-01 +8060,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,55.2,2012-01-01 +8061,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.7,2012-01-01 +8062,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,30.0,2012-01-01 +8063,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.1,2012-01-01 +8064,Spain,From 15 to 24 years,Thousand persons,Total,Active population,1809.0,2012-01-01 +8065,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),853.0,2012-01-01 +8066,Spain,From 15 to 24 years,Thousand persons,Males,Active population,955.0,2012-01-01 +8067,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),438.0,2012-01-01 +8068,Spain,From 15 to 24 years,Thousand persons,Females,Active population,854.0,2012-01-01 +8069,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),414.0,2012-01-01 +8070,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,39.0,2012-01-01 +8071,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.4,2012-01-01 +8072,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,40.3,2012-01-01 +8073,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.5,2012-01-01 +8074,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,37.6,2012-01-01 +8075,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.3,2012-01-01 +8076,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18680.0,2012-01-01 +8077,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),14335.0,2012-01-01 +8078,Spain,From 25 to 54 years,Thousand persons,Males,Active population,10071.0,2012-01-01 +8079,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),7754.0,2012-01-01 +8080,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8609.0,2012-01-01 +8081,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6581.0,2012-01-01 +8082,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,86.9,2012-01-01 +8083,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),66.7,2012-01-01 +8084,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2012-01-01 +8085,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.3,2012-01-01 +8086,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,81.1,2012-01-01 +8087,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.0,2012-01-01 +8088,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2792.0,2012-01-01 +8089,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2289.0,2012-01-01 +8090,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1621.0,2012-01-01 +8091,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1328.0,2012-01-01 +8092,Spain,From 55 to 64 years,Thousand persons,Females,Active population,1171.0,2012-01-01 +8093,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),961.0,2012-01-01 +8094,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,53.5,2012-01-01 +8095,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.9,2012-01-01 +8096,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,63.6,2012-01-01 +8097,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.1,2012-01-01 +8098,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,43.9,2012-01-01 +8099,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.0,2012-01-01 +8100,,,,,,, +8101,,,,,,, +8102,,,,,,, +8103,,,,,,, +8104,,,,,,, +8105,,,,,,, +8106,,,,,,, +8107,,,,,,, +8108,,,,,,, +8109,,,,,,, +8110,,,,,,, +8111,,,,,,, +8112,,,,,,, +8113,,,,,,, +8114,,,,,,, +8115,,,,,,, +8116,,,,,,, +8117,,,,,,, +8118,,,,,,, +8119,,,,,,, +8120,,,,,,, +8121,,,,,,, +8122,,,,,,, +8123,,,,,,, +8124,,,,,,, +8125,,,,,,, +8126,,,,,,, +8127,,,,,,, +8128,,,,,,, +8129,,,,,,, +8130,,,,,,, +8131,,,,,,, +8132,,,,,,, +8133,,,,,,, +8134,,,,,,, +8135,,,,,,, +8136,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2737.0,2012-01-01 +8137,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2090.0,2012-01-01 +8138,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1501.0,2012-01-01 +8139,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1140.0,2012-01-01 +8140,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1236.0,2012-01-01 +8141,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),950.0,2012-01-01 +8142,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,37.4,2012-01-01 +8143,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.6,2012-01-01 +8144,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,40.8,2012-01-01 +8145,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.0,2012-01-01 +8146,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,34.0,2012-01-01 +8147,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.1,2012-01-01 +8148,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21708.0,2012-01-01 +8149,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19917.0,2012-01-01 +8150,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11316.0,2012-01-01 +8151,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10397.0,2012-01-01 +8152,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10393.0,2012-01-01 +8153,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9519.0,2012-01-01 +8154,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,88.2,2012-01-01 +8155,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.9,2012-01-01 +8156,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2012-01-01 +8157,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.0,2012-01-01 +8158,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.0,2012-01-01 +8159,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.0,2012-01-01 +8160,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,3797.0,2012-01-01 +8161,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3562.0,2012-01-01 +8162,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,1959.0,2012-01-01 +8163,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1832.0,2012-01-01 +8164,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,1838.0,2012-01-01 +8165,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1729.0,2012-01-01 +8166,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,47.4,2012-01-01 +8167,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.5,2012-01-01 +8168,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,50.8,2012-01-01 +8169,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.5,2012-01-01 +8170,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,44.2,2012-01-01 +8171,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.6,2012-01-01 +8172,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,151.0,2012-01-01 +8173,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),87.0,2012-01-01 +8174,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,89.0,2012-01-01 +8175,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),51.0,2012-01-01 +8176,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,62.0,2012-01-01 +8177,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),36.0,2012-01-01 +8178,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,30.1,2012-01-01 +8179,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),17.4,2012-01-01 +8180,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,34.6,2012-01-01 +8181,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),20.0,2012-01-01 +8182,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,25.3,2012-01-01 +8183,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),14.7,2012-01-01 +8184,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1425.0,2012-01-01 +8185,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1218.0,2012-01-01 +8186,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,754.0,2012-01-01 +8187,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),646.0,2012-01-01 +8188,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,672.0,2012-01-01 +8189,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),572.0,2012-01-01 +8190,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,80.9,2012-01-01 +8191,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.2,2012-01-01 +8192,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,85.2,2012-01-01 +8193,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.0,2012-01-01 +8194,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,76.6,2012-01-01 +8195,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.2,2012-01-01 +8196,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,248.0,2012-01-01 +8197,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),223.0,2012-01-01 +8198,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,154.0,2012-01-01 +8199,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),138.0,2012-01-01 +8200,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,94.0,2012-01-01 +8201,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),85.0,2012-01-01 +8202,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,41.8,2012-01-01 +8203,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.5,2012-01-01 +8204,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,53.9,2012-01-01 +8205,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.0,2012-01-01 +8206,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,30.6,2012-01-01 +8207,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.7,2012-01-01 +8208,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1711.0,2012-01-01 +8209,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1107.0,2012-01-01 +8210,Italy,From 15 to 24 years,Thousand persons,Males,Active population,1011.0,2012-01-01 +8211,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),670.0,2012-01-01 +8212,Italy,From 15 to 24 years,Thousand persons,Females,Active population,700.0,2012-01-01 +8213,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),437.0,2012-01-01 +8214,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,28.6,2012-01-01 +8215,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.5,2012-01-01 +8216,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,32.9,2012-01-01 +8217,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),21.8,2012-01-01 +8218,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,24.0,2012-01-01 +8219,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),15.0,2012-01-01 +8220,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19925.0,2012-01-01 +8221,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),18014.0,2012-01-01 +8222,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11342.0,2012-01-01 +8223,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10369.0,2012-01-01 +8224,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8583.0,2012-01-01 +8225,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7644.0,2012-01-01 +8226,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,77.8,2012-01-01 +8227,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.4,2012-01-01 +8228,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,89.4,2012-01-01 +8229,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.7,2012-01-01 +8230,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,66.5,2012-01-01 +8231,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),59.2,2012-01-01 +8232,Italy,From 55 to 64 years,Thousand persons,Total,Active population,3196.0,2012-01-01 +8233,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3028.0,2012-01-01 +8234,Italy,From 55 to 64 years,Thousand persons,Males,Active population,1950.0,2012-01-01 +8235,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1834.0,2012-01-01 +8236,Italy,From 55 to 64 years,Thousand persons,Females,Active population,1247.0,2012-01-01 +8237,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1195.0,2012-01-01 +8238,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,42.5,2012-01-01 +8239,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.3,2012-01-01 +8240,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,53.6,2012-01-01 +8241,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.4,2012-01-01 +8242,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,32.2,2012-01-01 +8243,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.8,2012-01-01 +8244,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,41.0,2012-01-01 +8245,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),30.0,2012-01-01 +8246,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,21.0,2012-01-01 +8247,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),15.0,2012-01-01 +8248,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,20.0,2012-01-01 +8249,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2012-01-01 +8250,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,38.9,2012-01-01 +8251,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.1,2012-01-01 +8252,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,42.8,2012-01-01 +8253,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.5,2012-01-01 +8254,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,35.5,2012-01-01 +8255,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.1,2012-01-01 +8256,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,331.0,2012-01-01 +8257,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),297.0,2012-01-01 +8258,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,168.0,2012-01-01 +8259,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),149.0,2012-01-01 +8260,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,164.0,2012-01-01 +8261,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),148.0,2012-01-01 +8262,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2012-01-01 +8263,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.4,2012-01-01 +8264,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,93.8,2012-01-01 +8265,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.3,2012-01-01 +8266,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,82.0,2012-01-01 +8267,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.0,2012-01-01 +8268,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,54.0,2012-01-01 +8269,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),48.0,2012-01-01 +8270,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,34.0,2012-01-01 +8271,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),30.0,2012-01-01 +8272,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,20.0,2012-01-01 +8273,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2012-01-01 +8274,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,56.1,2012-01-01 +8275,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.7,2012-01-01 +8276,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,71.2,2012-01-01 +8277,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.5,2012-01-01 +8278,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,41.3,2012-01-01 +8279,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.2,2012-01-01 +8280,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,101.0,2012-01-01 +8281,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),72.0,2012-01-01 +8282,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,57.0,2012-01-01 +8283,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),41.0,2012-01-01 +8284,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,44.0,2012-01-01 +8285,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),31.0,2012-01-01 +8286,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,40.1,2012-01-01 +8287,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.7,2012-01-01 +8288,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,44.0,2012-01-01 +8289,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.8,2012-01-01 +8290,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,36.1,2012-01-01 +8291,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.4,2012-01-01 +8292,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,748.0,2012-01-01 +8293,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),646.0,2012-01-01 +8294,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,374.0,2012-01-01 +8295,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),318.0,2012-01-01 +8296,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,374.0,2012-01-01 +8297,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),328.0,2012-01-01 +8298,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2012-01-01 +8299,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.3,2012-01-01 +8300,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,91.2,2012-01-01 +8301,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.7,2012-01-01 +8302,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,85.7,2012-01-01 +8303,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.0,2012-01-01 +8304,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,157.0,2012-01-01 +8305,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),134.0,2012-01-01 +8306,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,69.0,2012-01-01 +8307,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),58.0,2012-01-01 +8308,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,88.0,2012-01-01 +8309,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),76.0,2012-01-01 +8310,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,61.8,2012-01-01 +8311,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.8,2012-01-01 +8312,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,63.2,2012-01-01 +8313,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.2,2012-01-01 +8314,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,60.8,2012-01-01 +8315,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),52.5,2012-01-01 +8316,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,121.0,2012-01-01 +8317,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),88.0,2012-01-01 +8318,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,68.0,2012-01-01 +8319,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),48.0,2012-01-01 +8320,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,52.0,2012-01-01 +8321,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),40.0,2012-01-01 +8322,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,29.3,2012-01-01 +8323,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.5,2012-01-01 +8324,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,32.4,2012-01-01 +8325,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.8,2012-01-01 +8326,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2012-01-01 +8327,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.1,2012-01-01 +8328,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1111.0,2012-01-01 +8329,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),972.0,2012-01-01 +8330,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,545.0,2012-01-01 +8331,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),468.0,2012-01-01 +8332,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,567.0,2012-01-01 +8333,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),504.0,2012-01-01 +8334,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,89.7,2012-01-01 +8335,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.5,2012-01-01 +8336,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,90.5,2012-01-01 +8337,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.7,2012-01-01 +8338,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,89.0,2012-01-01 +8339,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.1,2012-01-01 +8340,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,209.0,2012-01-01 +8341,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),184.0,2012-01-01 +8342,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,100.0,2012-01-01 +8343,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),87.0,2012-01-01 +8344,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,109.0,2012-01-01 +8345,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),98.0,2012-01-01 +8346,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,58.7,2012-01-01 +8347,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.7,2012-01-01 +8348,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,64.6,2012-01-01 +8349,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.9,2012-01-01 +8350,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,54.2,2012-01-01 +8351,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.5,2012-01-01 +8352,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,16.0,2012-01-01 +8353,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),13.0,2012-01-01 +8354,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,9.0,2012-01-01 +8355,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7.0,2012-01-01 +8356,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,7.0,2012-01-01 +8357,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2012-01-01 +8358,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,26.8,2012-01-01 +8359,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.7,2012-01-01 +8360,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,28.8,2012-01-01 +8361,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),23.4,2012-01-01 +8362,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,24.7,2012-01-01 +8363,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.1,2012-01-01 +8364,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,206.0,2012-01-01 +8365,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),197.0,2012-01-01 +8366,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,114.0,2012-01-01 +8367,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),109.0,2012-01-01 +8368,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,93.0,2012-01-01 +8369,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),88.0,2012-01-01 +8370,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,87.0,2012-01-01 +8371,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.1,2012-01-01 +8372,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,94.6,2012-01-01 +8373,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.0,2012-01-01 +8374,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2012-01-01 +8375,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.0,2012-01-01 +8376,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,24.0,2012-01-01 +8377,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),23.0,2012-01-01 +8378,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,14.0,2012-01-01 +8379,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2012-01-01 +8380,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,10.0,2012-01-01 +8381,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10.0,2012-01-01 +8382,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,41.9,2012-01-01 +8383,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.0,2012-01-01 +8384,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,48.3,2012-01-01 +8385,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.4,2012-01-01 +8386,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,35.2,2012-01-01 +8387,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.3,2012-01-01 +8388,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,300.0,2012-01-01 +8389,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),215.0,2012-01-01 +8390,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,167.0,2012-01-01 +8391,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),118.0,2012-01-01 +8392,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,133.0,2012-01-01 +8393,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),97.0,2012-01-01 +8394,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,25.7,2012-01-01 +8395,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.4,2012-01-01 +8396,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,27.9,2012-01-01 +8397,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.8,2012-01-01 +8398,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,23.4,2012-01-01 +8399,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.0,2012-01-01 +8400,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3405.0,2012-01-01 +8401,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3065.0,2012-01-01 +8402,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1830.0,2012-01-01 +8403,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1642.0,2012-01-01 +8404,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1575.0,2012-01-01 +8405,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1422.0,2012-01-01 +8406,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,82.9,2012-01-01 +8407,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.6,2012-01-01 +8408,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,89.4,2012-01-01 +8409,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.2,2012-01-01 +8410,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,76.5,2012-01-01 +8411,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.0,2012-01-01 +8412,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,560.0,2012-01-01 +8413,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),513.0,2012-01-01 +8414,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,294.0,2012-01-01 +8415,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),268.0,2012-01-01 +8416,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,266.0,2012-01-01 +8417,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),245.0,2012-01-01 +8418,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,39.5,2012-01-01 +8419,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.1,2012-01-01 +8420,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,45.4,2012-01-01 +8421,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.4,2012-01-01 +8422,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,34.5,2012-01-01 +8423,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.7,2012-01-01 +8424,Malta,From 15 to 24 years,Thousand persons,Total,Active population,28.0,2012-01-01 +8425,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),24.0,2012-01-01 +8426,Malta,From 15 to 24 years,Thousand persons,Males,Active population,15.0,2012-01-01 +8427,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2012-01-01 +8428,Malta,From 15 to 24 years,Thousand persons,Females,Active population,13.0,2012-01-01 +8429,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),11.0,2012-01-01 +8430,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,50.9,2012-01-01 +8431,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.8,2012-01-01 +8432,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,54.0,2012-01-01 +8433,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.7,2012-01-01 +8434,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,47.7,2012-01-01 +8435,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.7,2012-01-01 +8436,Malta,From 25 to 54 years,Thousand persons,Total,Active population,130.0,2012-01-01 +8437,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),123.0,2012-01-01 +8438,Malta,From 25 to 54 years,Thousand persons,Males,Active population,81.0,2012-01-01 +8439,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),77.0,2012-01-01 +8440,Malta,From 25 to 54 years,Thousand persons,Females,Active population,49.0,2012-01-01 +8441,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),46.0,2012-01-01 +8442,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,76.5,2012-01-01 +8443,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.6,2012-01-01 +8444,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,94.3,2012-01-01 +8445,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.7,2012-01-01 +8446,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,58.1,2012-01-01 +8447,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.9,2012-01-01 +8448,Malta,From 55 to 64 years,Thousand persons,Total,Active population,21.0,2012-01-01 +8449,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),21.0,2012-01-01 +8450,Malta,From 55 to 64 years,Thousand persons,Males,Active population,16.0,2012-01-01 +8451,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2012-01-01 +8452,Malta,From 55 to 64 years,Thousand persons,Females,Active population,5.0,2012-01-01 +8453,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),5.0,2012-01-01 +8454,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,36.0,2012-01-01 +8455,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.7,2012-01-01 +8456,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,54.9,2012-01-01 +8457,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.1,2012-01-01 +8458,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,17.3,2012-01-01 +8459,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.3,2012-01-01 +8460,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1400.0,2012-01-01 +8461,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1236.0,2012-01-01 +8462,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,695.0,2012-01-01 +8463,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),613.0,2012-01-01 +8464,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,705.0,2012-01-01 +8465,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),623.0,2012-01-01 +8466,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,69.2,2012-01-01 +8467,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.1,2012-01-01 +8468,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,67.7,2012-01-01 +8469,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.7,2012-01-01 +8470,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,70.8,2012-01-01 +8471,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.5,2012-01-01 +8472,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,5976.0,2012-01-01 +8473,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5699.0,2012-01-01 +8474,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3176.0,2012-01-01 +8475,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3042.0,2012-01-01 +8476,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2800.0,2012-01-01 +8477,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2656.0,2012-01-01 +8478,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2012-01-01 +8479,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.6,2012-01-01 +8480,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,93.0,2012-01-01 +8481,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.1,2012-01-01 +8482,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,82.3,2012-01-01 +8483,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.1,2012-01-01 +8484,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1308.0,2012-01-01 +8485,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1240.0,2012-01-01 +8486,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,760.0,2012-01-01 +8487,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),720.0,2012-01-01 +8488,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,548.0,2012-01-01 +8489,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),520.0,2012-01-01 +8490,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,60.8,2012-01-01 +8491,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.6,2012-01-01 +8492,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,70.6,2012-01-01 +8493,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.9,2012-01-01 +8494,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,51.0,2012-01-01 +8495,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.3,2012-01-01 +8496,Austria,From 15 to 24 years,Thousand persons,Total,Active population,582.0,2012-01-01 +8497,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),527.0,2012-01-01 +8498,Austria,From 15 to 24 years,Thousand persons,Males,Active population,309.0,2012-01-01 +8499,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),280.0,2012-01-01 +8500,Austria,From 15 to 24 years,Thousand persons,Females,Active population,273.0,2012-01-01 +8501,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),247.0,2012-01-01 +8502,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,59.2,2012-01-01 +8503,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.7,2012-01-01 +8504,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,63.1,2012-01-01 +8505,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.1,2012-01-01 +8506,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,55.4,2012-01-01 +8507,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.3,2012-01-01 +8508,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3211.0,2012-01-01 +8509,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3072.0,2012-01-01 +8510,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1680.0,2012-01-01 +8511,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1607.0,2012-01-01 +8512,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1531.0,2012-01-01 +8513,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1465.0,2012-01-01 +8514,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,88.1,2012-01-01 +8515,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.3,2012-01-01 +8516,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,92.3,2012-01-01 +8517,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.3,2012-01-01 +8518,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,84.0,2012-01-01 +8519,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.4,2012-01-01 +8520,Austria,From 55 to 64 years,Thousand persons,Total,Active population,429.0,2012-01-01 +8521,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),415.0,2012-01-01 +8522,Austria,From 55 to 64 years,Thousand persons,Males,Active population,252.0,2012-01-01 +8523,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),243.0,2012-01-01 +8524,Austria,From 55 to 64 years,Thousand persons,Females,Active population,177.0,2012-01-01 +8525,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),172.0,2012-01-01 +8526,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,43.1,2012-01-01 +8527,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.6,2012-01-01 +8528,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,52.2,2012-01-01 +8529,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.2,2012-01-01 +8530,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,34.5,2012-01-01 +8531,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.5,2012-01-01 +8532,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1564.0,2012-01-01 +8533,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1150.0,2012-01-01 +8534,Poland,From 15 to 24 years,Thousand persons,Males,Active population,922.0,2012-01-01 +8535,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),700.0,2012-01-01 +8536,Poland,From 15 to 24 years,Thousand persons,Females,Active population,642.0,2012-01-01 +8537,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),450.0,2012-01-01 +8538,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,33.6,2012-01-01 +8539,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.7,2012-01-01 +8540,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,38.5,2012-01-01 +8541,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.2,2012-01-01 +8542,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,28.4,2012-01-01 +8543,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.9,2012-01-01 +8544,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13297.0,2012-01-01 +8545,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12131.0,2012-01-01 +8546,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7130.0,2012-01-01 +8547,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6563.0,2012-01-01 +8548,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6166.0,2012-01-01 +8549,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5568.0,2012-01-01 +8550,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,84.6,2012-01-01 +8551,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.2,2012-01-01 +8552,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,90.0,2012-01-01 +8553,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.9,2012-01-01 +8554,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,79.1,2012-01-01 +8555,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2012-01-01 +8556,Poland,From 55 to 64 years,Thousand persons,Total,Active population,2224.0,2012-01-01 +8557,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2059.0,2012-01-01 +8558,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1342.0,2012-01-01 +8559,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1235.0,2012-01-01 +8560,Poland,From 55 to 64 years,Thousand persons,Females,Active population,883.0,2012-01-01 +8561,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),824.0,2012-01-01 +8562,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,41.8,2012-01-01 +8563,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.7,2012-01-01 +8564,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,53.5,2012-01-01 +8565,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.3,2012-01-01 +8566,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,31.3,2012-01-01 +8567,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.2,2012-01-01 +8568,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,419.0,2012-01-01 +8569,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),260.0,2012-01-01 +8570,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,225.0,2012-01-01 +8571,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),142.0,2012-01-01 +8572,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,195.0,2012-01-01 +8573,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),118.0,2012-01-01 +8574,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,37.1,2012-01-01 +8575,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.0,2012-01-01 +8576,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,39.2,2012-01-01 +8577,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.8,2012-01-01 +8578,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,34.9,2012-01-01 +8579,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.2,2012-01-01 +8580,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,3964.0,2012-01-01 +8581,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3382.0,2012-01-01 +8582,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,2008.0,2012-01-01 +8583,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1713.0,2012-01-01 +8584,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1957.0,2012-01-01 +8585,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1669.0,2012-01-01 +8586,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,88.5,2012-01-01 +8587,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.5,2012-01-01 +8588,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2012-01-01 +8589,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.6,2012-01-01 +8590,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,85.0,2012-01-01 +8591,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.5,2012-01-01 +8592,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,704.0,2012-01-01 +8593,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),614.0,2012-01-01 +8594,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,377.0,2012-01-01 +8595,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),322.0,2012-01-01 +8596,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,327.0,2012-01-01 +8597,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),292.0,2012-01-01 +8598,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,53.3,2012-01-01 +8599,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.5,2012-01-01 +8600,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,60.4,2012-01-01 +8601,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.6,2012-01-01 +8602,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,47.0,2012-01-01 +8603,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.0,2012-01-01 +8604,Romania,From 15 to 24 years,Thousand persons,Total,Active population,742.0,2012-01-01 +8605,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),575.0,2012-01-01 +8606,Romania,From 15 to 24 years,Thousand persons,Males,Active population,442.0,2012-01-01 +8607,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),344.0,2012-01-01 +8608,Romania,From 15 to 24 years,Thousand persons,Females,Active population,300.0,2012-01-01 +8609,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),231.0,2012-01-01 +8610,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,30.5,2012-01-01 +8611,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.7,2012-01-01 +8612,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,35.3,2012-01-01 +8613,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.5,2012-01-01 +8614,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,25.5,2012-01-01 +8615,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.6,2012-01-01 +8616,Romania,From 25 to 54 years,Thousand persons,Total,Active population,6937.0,2012-01-01 +8617,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),6517.0,2012-01-01 +8618,Romania,From 25 to 54 years,Thousand persons,Males,Active population,3878.0,2012-01-01 +8619,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3627.0,2012-01-01 +8620,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3059.0,2012-01-01 +8621,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2890.0,2012-01-01 +8622,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,81.5,2012-01-01 +8623,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.6,2012-01-01 +8624,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,89.9,2012-01-01 +8625,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.1,2012-01-01 +8626,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,72.9,2012-01-01 +8627,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.9,2012-01-01 +8628,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1169.0,2012-01-01 +8629,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1130.0,2012-01-01 +8630,Romania,From 55 to 64 years,Thousand persons,Males,Active population,682.0,2012-01-01 +8631,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),651.0,2012-01-01 +8632,Romania,From 55 to 64 years,Thousand persons,Females,Active population,487.0,2012-01-01 +8633,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),478.0,2012-01-01 +8634,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,43.0,2012-01-01 +8635,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.6,2012-01-01 +8636,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,53.6,2012-01-01 +8637,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.2,2012-01-01 +8638,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,33.7,2012-01-01 +8639,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.1,2012-01-01 +8640,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,77.0,2012-01-01 +8641,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),61.0,2012-01-01 +8642,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,46.0,2012-01-01 +8643,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),36.0,2012-01-01 +8644,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,31.0,2012-01-01 +8645,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),25.0,2012-01-01 +8646,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,34.4,2012-01-01 +8647,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.3,2012-01-01 +8648,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,38.1,2012-01-01 +8649,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.4,2012-01-01 +8650,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,30.0,2012-01-01 +8651,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.7,2012-01-01 +8652,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,817.0,2012-01-01 +8653,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),750.0,2012-01-01 +8654,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,427.0,2012-01-01 +8655,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),395.0,2012-01-01 +8656,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,390.0,2012-01-01 +8657,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),355.0,2012-01-01 +8658,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.8,2012-01-01 +8659,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.3,2012-01-01 +8660,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2012-01-01 +8661,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.4,2012-01-01 +8662,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,89.1,2012-01-01 +8663,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.0,2012-01-01 +8664,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,102.0,2012-01-01 +8665,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),96.0,2012-01-01 +8666,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,64.0,2012-01-01 +8667,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),59.0,2012-01-01 +8668,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,38.0,2012-01-01 +8669,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),36.0,2012-01-01 +8670,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,35.1,2012-01-01 +8671,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.9,2012-01-01 +8672,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,43.6,2012-01-01 +8673,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.7,2012-01-01 +8674,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,26.5,2012-01-01 +8675,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.0,2012-01-01 +8676,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,222.0,2012-01-01 +8677,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),146.0,2012-01-01 +8678,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,138.0,2012-01-01 +8679,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),90.0,2012-01-01 +8680,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,84.0,2012-01-01 +8681,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),57.0,2012-01-01 +8682,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,30.5,2012-01-01 +8683,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.1,2012-01-01 +8684,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,37.1,2012-01-01 +8685,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.1,2012-01-01 +8686,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,23.6,2012-01-01 +8687,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),15.9,2012-01-01 +8688,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2128.0,2012-01-01 +8689,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1865.0,2012-01-01 +8690,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1160.0,2012-01-01 +8691,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1027.0,2012-01-01 +8692,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,968.0,2012-01-01 +8693,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),838.0,2012-01-01 +8694,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2012-01-01 +8695,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.4,2012-01-01 +8696,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.8,2012-01-01 +8697,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.0,2012-01-01 +8698,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.4,2012-01-01 +8699,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.6,2012-01-01 +8700,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,345.0,2012-01-01 +8701,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),306.0,2012-01-01 +8702,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,202.0,2012-01-01 +8703,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),180.0,2012-01-01 +8704,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,143.0,2012-01-01 +8705,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),126.0,2012-01-01 +8706,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,48.5,2012-01-01 +8707,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.1,2012-01-01 +8708,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,60.3,2012-01-01 +8709,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.6,2012-01-01 +8710,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,38.0,2012-01-01 +8711,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.6,2012-01-01 +8712,Finland,From 15 to 24 years,Thousand persons,Total,Active population,331.0,2012-01-01 +8713,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),268.0,2012-01-01 +8714,Finland,From 15 to 24 years,Thousand persons,Males,Active population,163.0,2012-01-01 +8715,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),131.0,2012-01-01 +8716,Finland,From 15 to 24 years,Thousand persons,Females,Active population,168.0,2012-01-01 +8717,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),137.0,2012-01-01 +8718,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,51.6,2012-01-01 +8719,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.8,2012-01-01 +8720,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,51.2,2012-01-01 +8721,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.0,2012-01-01 +8722,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,52.0,2012-01-01 +8723,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.7,2012-01-01 +8724,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1824.0,2012-01-01 +8725,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1713.0,2012-01-01 +8726,Finland,From 25 to 54 years,Thousand persons,Males,Active population,961.0,2012-01-01 +8727,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),897.0,2012-01-01 +8728,Finland,From 25 to 54 years,Thousand persons,Females,Active population,864.0,2012-01-01 +8729,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),815.0,2012-01-01 +8730,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2012-01-01 +8731,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.0,2012-01-01 +8732,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,90.4,2012-01-01 +8733,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.4,2012-01-01 +8734,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,84.1,2012-01-01 +8735,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.4,2012-01-01 +8736,Finland,From 55 to 64 years,Thousand persons,Total,Active population,482.0,2012-01-01 +8737,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),450.0,2012-01-01 +8738,Finland,From 55 to 64 years,Thousand persons,Males,Active population,235.0,2012-01-01 +8739,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),216.0,2012-01-01 +8740,Finland,From 55 to 64 years,Thousand persons,Females,Active population,247.0,2012-01-01 +8741,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),234.0,2012-01-01 +8742,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,62.3,2012-01-01 +8743,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.2,2012-01-01 +8744,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,61.6,2012-01-01 +8745,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.6,2012-01-01 +8746,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,62.9,2012-01-01 +8747,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),59.7,2012-01-01 +8748,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,652.0,2012-01-01 +8749,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),498.0,2012-01-01 +8750,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,329.0,2012-01-01 +8751,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),247.0,2012-01-01 +8752,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,322.0,2012-01-01 +8753,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),251.0,2012-01-01 +8754,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,52.6,2012-01-01 +8755,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.2,2012-01-01 +8756,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,51.8,2012-01-01 +8757,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.8,2012-01-01 +8758,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,53.4,2012-01-01 +8759,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.6,2012-01-01 +8760,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3362.0,2012-01-01 +8761,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3163.0,2012-01-01 +8762,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1766.0,2012-01-01 +8763,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1659.0,2012-01-01 +8764,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1596.0,2012-01-01 +8765,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1504.0,2012-01-01 +8766,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.6,2012-01-01 +8767,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.2,2012-01-01 +8768,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2012-01-01 +8769,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.8,2012-01-01 +8770,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,87.6,2012-01-01 +8771,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.5,2012-01-01 +8772,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,895.0,2012-01-01 +8773,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),849.0,2012-01-01 +8774,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,471.0,2012-01-01 +8775,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),444.0,2012-01-01 +8776,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,424.0,2012-01-01 +8777,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),405.0,2012-01-01 +8778,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,77.0,2012-01-01 +8779,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.0,2012-01-01 +8780,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,80.9,2012-01-01 +8781,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.3,2012-01-01 +8782,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,73.0,2012-01-01 +8783,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.6,2012-01-01 +8784,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4597.0,2012-01-01 +8785,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3622.0,2012-01-01 +8786,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2416.0,2012-01-01 +8787,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1838.0,2012-01-01 +8788,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2181.0,2012-01-01 +8789,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1784.0,2012-01-01 +8790,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,58.6,2012-01-01 +8791,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.2,2012-01-01 +8792,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,60.9,2012-01-01 +8793,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.4,2012-01-01 +8794,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,56.3,2012-01-01 +8795,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.0,2012-01-01 +8796,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,22124.0,2012-01-01 +8797,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20807.0,2012-01-01 +8798,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11753.0,2012-01-01 +8799,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11060.0,2012-01-01 +8800,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10371.0,2012-01-01 +8801,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9747.0,2012-01-01 +8802,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2012-01-01 +8803,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.5,2012-01-01 +8804,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2012-01-01 +8805,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.6,2012-01-01 +8806,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2012-01-01 +8807,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.5,2012-01-01 +8808,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4440.0,2012-01-01 +8809,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4220.0,2012-01-01 +8810,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2481.0,2012-01-01 +8811,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2334.0,2012-01-01 +8812,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,1959.0,2012-01-01 +8813,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1887.0,2012-01-01 +8814,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,61.1,2012-01-01 +8815,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.1,2012-01-01 +8816,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,69.5,2012-01-01 +8817,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.4,2012-01-01 +8818,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,53.0,2012-01-01 +8819,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.0,2012-01-01 +8820,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,31.0,2012-01-01 +8821,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),27.0,2012-01-01 +8822,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2012-01-01 +8823,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2012-01-01 +8824,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,15.0,2012-01-01 +8825,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2012-01-01 +8826,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,75.7,2012-01-01 +8827,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),65.4,2012-01-01 +8828,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,73.5,2012-01-01 +8829,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.7,2012-01-01 +8830,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,78.0,2012-01-01 +8831,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.4,2012-01-01 +8832,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,111.0,2012-01-01 +8833,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),106.0,2012-01-01 +8834,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,58.0,2012-01-01 +8835,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),55.0,2012-01-01 +8836,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,53.0,2012-01-01 +8837,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2012-01-01 +8838,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,88.5,2012-01-01 +8839,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.5,2012-01-01 +8840,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2012-01-01 +8841,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.3,2012-01-01 +8842,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,85.4,2012-01-01 +8843,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.6,2012-01-01 +8844,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,29.0,2012-01-01 +8845,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),28.0,2012-01-01 +8846,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2012-01-01 +8847,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15.0,2012-01-01 +8848,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,14.0,2012-01-01 +8849,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2012-01-01 +8850,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,82.6,2012-01-01 +8851,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.1,2012-01-01 +8852,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,87.1,2012-01-01 +8853,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.1,2012-01-01 +8854,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,78.0,2012-01-01 +8855,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.0,2012-01-01 +8856,Norway,From 15 to 24 years,Thousand persons,Total,Active population,373.0,2012-01-01 +8857,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),342.0,2012-01-01 +8858,Norway,From 15 to 24 years,Thousand persons,Males,Active population,188.0,2012-01-01 +8859,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),170.0,2012-01-01 +8860,Norway,From 15 to 24 years,Thousand persons,Females,Active population,185.0,2012-01-01 +8861,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),172.0,2012-01-01 +8862,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,57.0,2012-01-01 +8863,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.2,2012-01-01 +8864,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,56.3,2012-01-01 +8865,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.7,2012-01-01 +8866,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,57.8,2012-01-01 +8867,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.8,2012-01-01 +8868,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1791.0,2012-01-01 +8869,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1745.0,2012-01-01 +8870,Norway,From 25 to 54 years,Thousand persons,Males,Active population,950.0,2012-01-01 +8871,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),922.0,2012-01-01 +8872,Norway,From 25 to 54 years,Thousand persons,Females,Active population,841.0,2012-01-01 +8873,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),823.0,2012-01-01 +8874,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,86.8,2012-01-01 +8875,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.6,2012-01-01 +8876,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,89.6,2012-01-01 +8877,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.0,2012-01-01 +8878,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,84.0,2012-01-01 +8879,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.1,2012-01-01 +8880,Norway,From 55 to 64 years,Thousand persons,Total,Active population,424.0,2012-01-01 +8881,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),419.0,2012-01-01 +8882,Norway,From 55 to 64 years,Thousand persons,Males,Active population,227.0,2012-01-01 +8883,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),223.0,2012-01-01 +8884,Norway,From 55 to 64 years,Thousand persons,Females,Active population,198.0,2012-01-01 +8885,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),196.0,2012-01-01 +8886,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,71.8,2012-01-01 +8887,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.9,2012-01-01 +8888,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,75.9,2012-01-01 +8889,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.8,2012-01-01 +8890,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,67.5,2012-01-01 +8891,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.9,2012-01-01 +8892,Switzerland,From 15 to 24 years,Thousand persons,Total,Active population,626.0,2012-01-01 +8893,Switzerland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),573.0,2012-01-01 +8894,Switzerland,From 15 to 24 years,Thousand persons,Males,Active population,328.0,2012-01-01 +8895,Switzerland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),299.0,2012-01-01 +8896,Switzerland,From 15 to 24 years,Thousand persons,Females,Active population,298.0,2012-01-01 +8897,Switzerland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),274.0,2012-01-01 +8898,Switzerland,From 15 to 24 years,Percentage of total population,Total,Active population,67.4,2012-01-01 +8899,Switzerland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.7,2012-01-01 +8900,Switzerland,From 15 to 24 years,Percentage of total population,Males,Active population,69.3,2012-01-01 +8901,Switzerland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.2,2012-01-01 +8902,Switzerland,From 15 to 24 years,Percentage of total population,Females,Active population,65.4,2012-01-01 +8903,Switzerland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.1,2012-01-01 +8904,Switzerland,From 25 to 54 years,Thousand persons,Total,Active population,3134.0,2012-01-01 +8905,Switzerland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3017.0,2012-01-01 +8906,Switzerland,From 25 to 54 years,Thousand persons,Males,Active population,1682.0,2012-01-01 +8907,Switzerland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1625.0,2012-01-01 +8908,Switzerland,From 25 to 54 years,Thousand persons,Females,Active population,1452.0,2012-01-01 +8909,Switzerland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1391.0,2012-01-01 +8910,Switzerland,From 25 to 54 years,Percentage of total population,Total,Active population,90.0,2012-01-01 +8911,Switzerland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.7,2012-01-01 +8912,Switzerland,From 25 to 54 years,Percentage of total population,Males,Active population,95.9,2012-01-01 +8913,Switzerland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.7,2012-01-01 +8914,Switzerland,From 25 to 54 years,Percentage of total population,Females,Active population,84.1,2012-01-01 +8915,Switzerland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.6,2012-01-01 +8916,Switzerland,From 55 to 64 years,Thousand persons,Total,Active population,697.0,2012-01-01 +8917,Switzerland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),675.0,2012-01-01 +8918,Switzerland,From 55 to 64 years,Thousand persons,Males,Active population,391.0,2012-01-01 +8919,Switzerland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),379.0,2012-01-01 +8920,Switzerland,From 55 to 64 years,Thousand persons,Females,Active population,305.0,2012-01-01 +8921,Switzerland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),296.0,2012-01-01 +8922,Switzerland,From 55 to 64 years,Percentage of total population,Total,Active population,72.7,2012-01-01 +8923,Switzerland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.5,2012-01-01 +8924,Switzerland,From 55 to 64 years,Percentage of total population,Males,Active population,82.0,2012-01-01 +8925,Switzerland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.5,2012-01-01 +8926,Switzerland,From 55 to 64 years,Percentage of total population,Females,Active population,63.5,2012-01-01 +8927,Switzerland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.5,2012-01-01 +8928,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,102.0,2012-01-01 +8929,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),47.0,2012-01-01 +8930,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,63.0,2012-01-01 +8931,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),28.0,2012-01-01 +8932,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,39.0,2012-01-01 +8933,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),19.0,2012-01-01 +8934,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,33.6,2012-01-01 +8935,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.5,2012-01-01 +8936,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,40.5,2012-01-01 +8937,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.1,2012-01-01 +8938,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,26.2,2012-01-01 +8939,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.6,2012-01-01 +8940,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,716.0,2012-01-01 +8941,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),509.0,2012-01-01 +8942,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,427.0,2012-01-01 +8943,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),303.0,2012-01-01 +8944,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,288.0,2012-01-01 +8945,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),205.0,2012-01-01 +8946,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,78.5,2012-01-01 +8947,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.8,2012-01-01 +8948,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2012-01-01 +8949,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.4,2012-01-01 +8950,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,64.4,2012-01-01 +8951,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.8,2012-01-01 +8952,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,117.0,2012-01-01 +8953,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),88.0,2012-01-01 +8954,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,78.0,2012-01-01 +8955,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),57.0,2012-01-01 +8956,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,39.0,2012-01-01 +8957,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),31.0,2012-01-01 +8958,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,47.2,2012-01-01 +8959,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.4,2012-01-01 +8960,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,63.9,2012-01-01 +8961,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.6,2012-01-01 +8962,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,31.2,2012-01-01 +8963,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.5,2012-01-01 +8964,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4325.0,2012-01-01 +8965,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3647.0,2012-01-01 +8966,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,2851.0,2012-01-01 +8967,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2435.0,2012-01-01 +8968,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1475.0,2012-01-01 +8969,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1211.0,2012-01-01 +8970,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,37.4,2012-01-01 +8971,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.5,2012-01-01 +8972,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,49.8,2012-01-01 +8973,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.5,2012-01-01 +8974,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,25.2,2012-01-01 +8975,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.7,2012-01-01 +8976,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,20091.0,2012-01-01 +8977,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),18648.0,2012-01-01 +8978,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,14240.0,2012-01-01 +8979,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),13282.0,2012-01-01 +8980,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,5851.0,2012-01-01 +8981,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5366.0,2012-01-01 +8982,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,62.8,2012-01-01 +8983,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.3,2012-01-01 +8984,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,88.8,2012-01-01 +8985,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.8,2012-01-01 +8986,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,36.7,2012-01-01 +8987,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.7,2012-01-01 +8988,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,1952.0,2012-01-01 +8989,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1876.0,2012-01-01 +8990,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1404.0,2012-01-01 +8991,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1337.0,2012-01-01 +8992,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,548.0,2012-01-01 +8993,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),539.0,2012-01-01 +8994,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,33.2,2012-01-01 +8995,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.9,2012-01-01 +8996,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,48.7,2012-01-01 +8997,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.3,2012-01-01 +8998,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,18.3,2012-01-01 +8999,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.0,2012-01-01 +9000,,,,,,, +9001,,,,,,, +9002,,,,,,, +9003,,,,,,, +9004,,,,,,, +9005,,,,,,, +9006,,,,,,, +9007,,,,,,, +9008,,,,,,, +9009,,,,,,, +9010,,,,,,, +9011,,,,,,, +9012,,,,,,, +9013,,,,,,, +9014,,,,,,, +9015,,,,,,, +9016,,,,,,, +9017,,,,,,, +9018,,,,,,, +9019,,,,,,, +9020,,,,,,, +9021,,,,,,, +9022,,,,,,, +9023,,,,,,, +9024,,,,,,, +9025,,,,,,, +9026,,,,,,, +9027,,,,,,, +9028,,,,,,, +9029,,,,,,, +9030,,,,,,, +9031,,,,,,, +9032,,,,,,, +9033,,,,,,, +9034,,,,,,, +9035,,,,,,, +9036,,,,,,, +9037,,,,,,, +9038,,,,,,, +9039,,,,,,, +9040,,,,,,, +9041,,,,,,, +9042,,,,,,, +9043,,,,,,, +9044,,,,,,, +9045,,,,,,, +9046,,,,,,, +9047,,,,,,, +9048,,,,,,, +9049,,,,,,, +9050,,,,,,, +9051,,,,,,, +9052,,,,,,, +9053,,,,,,, +9054,,,,,,, +9055,,,,,,, +9056,,,,,,, +9057,,,,,,, +9058,,,,,,, +9059,,,,,,, +9060,,,,,,, +9061,,,,,,, +9062,,,,,,, +9063,,,,,,, +9064,,,,,,, +9065,,,,,,, +9066,,,,,,, +9067,,,,,,, +9068,,,,,,, +9069,,,,,,, +9070,,,,,,, +9071,,,,,,, +9072,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,23602.0,2013-01-01 +9073,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18020.0,2013-01-01 +9074,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,12813.0,2013-01-01 +9075,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9700.0,2013-01-01 +9076,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,10789.0,2013-01-01 +9077,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8320.0,2013-01-01 +9078,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.0,2013-01-01 +9079,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.1,2013-01-01 +9080,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.8,2013-01-01 +9081,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.9,2013-01-01 +9082,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.2,2013-01-01 +9083,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.2,2013-01-01 +9084,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,178630.0,2013-01-01 +9085,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),160842.0,2013-01-01 +9086,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,95750.0,2013-01-01 +9087,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),86426.0,2013-01-01 +9088,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82880.0,2013-01-01 +9089,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74416.0,2013-01-01 +9090,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2013-01-01 +9091,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.9,2013-01-01 +9092,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2013-01-01 +9093,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.6,2013-01-01 +9094,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2013-01-01 +9095,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.1,2013-01-01 +9096,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,34571.0,2013-01-01 +9097,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),31915.0,2013-01-01 +9098,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,19255.0,2013-01-01 +9099,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),17661.0,2013-01-01 +9100,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,15316.0,2013-01-01 +9101,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),14254.0,2013-01-01 +9102,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,54.3,2013-01-01 +9103,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.1,2013-01-01 +9104,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,62.6,2013-01-01 +9105,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.4,2013-01-01 +9106,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,46.5,2013-01-01 +9107,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.3,2013-01-01 +9108,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,23454.0,2013-01-01 +9109,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),17946.0,2013-01-01 +9110,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,12725.0,2013-01-01 +9111,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9656.0,2013-01-01 +9112,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,10728.0,2013-01-01 +9113,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8290.0,2013-01-01 +9114,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,42.2,2013-01-01 +9115,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.3,2013-01-01 +9116,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.9,2013-01-01 +9117,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.0,2013-01-01 +9118,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.3,2013-01-01 +9119,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.4,2013-01-01 +9120,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,177218.0,2013-01-01 +9121,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),159648.0,2013-01-01 +9122,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,95006.0,2013-01-01 +9123,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),85797.0,2013-01-01 +9124,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,82212.0,2013-01-01 +9125,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),73851.0,2013-01-01 +9126,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2013-01-01 +9127,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.9,2013-01-01 +9128,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2013-01-01 +9129,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2013-01-01 +9130,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2013-01-01 +9131,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.2,2013-01-01 +9132,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,34320.0,2013-01-01 +9133,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),31689.0,2013-01-01 +9134,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,19107.0,2013-01-01 +9135,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),17531.0,2013-01-01 +9136,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,15213.0,2013-01-01 +9137,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),14158.0,2013-01-01 +9138,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,54.4,2013-01-01 +9139,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.2,2013-01-01 +9140,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,62.7,2013-01-01 +9141,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.5,2013-01-01 +9142,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,46.6,2013-01-01 +9143,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.4,2013-01-01 +9144,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,19712.0,2013-01-01 +9145,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),15165.0,2013-01-01 +9146,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,10512.0,2013-01-01 +9147,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7994.0,2013-01-01 +9148,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,9200.0,2013-01-01 +9149,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7171.0,2013-01-01 +9150,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.9,2013-01-01 +9151,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.6,2013-01-01 +9152,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,47.1,2013-01-01 +9153,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.8,2013-01-01 +9154,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,42.7,2013-01-01 +9155,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.3,2013-01-01 +9156,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,141357.0,2013-01-01 +9157,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),126931.0,2013-01-01 +9158,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,75612.0,2013-01-01 +9159,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),68032.0,2013-01-01 +9160,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65745.0,2013-01-01 +9161,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),58899.0,2013-01-01 +9162,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2013-01-01 +9163,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.9,2013-01-01 +9164,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2013-01-01 +9165,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.6,2013-01-01 +9166,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.4,2013-01-01 +9167,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.1,2013-01-01 +9168,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,27774.0,2013-01-01 +9169,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),25637.0,2013-01-01 +9170,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,15366.0,2013-01-01 +9171,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14090.0,2013-01-01 +9172,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,12408.0,2013-01-01 +9173,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11547.0,2013-01-01 +9174,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,56.6,2013-01-01 +9175,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.2,2013-01-01 +9176,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,64.3,2013-01-01 +9177,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.0,2013-01-01 +9178,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,49.3,2013-01-01 +9179,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.9,2013-01-01 +9180,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,14704.0,2013-01-01 +9181,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11141.0,2013-01-01 +9182,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,7949.0,2013-01-01 +9183,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5992.0,2013-01-01 +9184,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,6755.0,2013-01-01 +9185,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5149.0,2013-01-01 +9186,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,40.8,2013-01-01 +9187,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.9,2013-01-01 +9188,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,43.3,2013-01-01 +9189,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.7,2013-01-01 +9190,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.2,2013-01-01 +9191,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.1,2013-01-01 +9192,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,119494.0,2013-01-01 +9193,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),106009.0,2013-01-01 +9194,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,64028.0,2013-01-01 +9195,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56958.0,2013-01-01 +9196,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55465.0,2013-01-01 +9197,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49051.0,2013-01-01 +9198,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2013-01-01 +9199,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.9,2013-01-01 +9200,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2013-01-01 +9201,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.7,2013-01-01 +9202,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2013-01-01 +9203,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.1,2013-01-01 +9204,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,22905.0,2013-01-01 +9205,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),20952.0,2013-01-01 +9206,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,12681.0,2013-01-01 +9207,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11523.0,2013-01-01 +9208,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,10224.0,2013-01-01 +9209,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9430.0,2013-01-01 +9210,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,54.6,2013-01-01 +9211,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.0,2013-01-01 +9212,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,62.4,2013-01-01 +9213,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.7,2013-01-01 +9214,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,47.3,2013-01-01 +9215,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.6,2013-01-01 +9216,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,14578.0,2013-01-01 +9217,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11043.0,2013-01-01 +9218,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,7876.0,2013-01-01 +9219,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5936.0,2013-01-01 +9220,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,6702.0,2013-01-01 +9221,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5108.0,2013-01-01 +9222,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,40.9,2013-01-01 +9223,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.0,2013-01-01 +9224,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,43.4,2013-01-01 +9225,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.7,2013-01-01 +9226,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.3,2013-01-01 +9227,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.2,2013-01-01 +9228,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,118403.0,2013-01-01 +9229,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),105038.0,2013-01-01 +9230,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,63490.0,2013-01-01 +9231,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56484.0,2013-01-01 +9232,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54912.0,2013-01-01 +9233,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48554.0,2013-01-01 +9234,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2013-01-01 +9235,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.8,2013-01-01 +9236,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2013-01-01 +9237,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.7,2013-01-01 +9238,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.1,2013-01-01 +9239,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.0,2013-01-01 +9240,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,22684.0,2013-01-01 +9241,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),20757.0,2013-01-01 +9242,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,12576.0,2013-01-01 +9243,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11433.0,2013-01-01 +9244,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,10108.0,2013-01-01 +9245,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9324.0,2013-01-01 +9246,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,54.6,2013-01-01 +9247,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.9,2013-01-01 +9248,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,62.4,2013-01-01 +9249,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.7,2013-01-01 +9250,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,47.2,2013-01-01 +9251,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.6,2013-01-01 +9252,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,14486.0,2013-01-01 +9253,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10972.0,2013-01-01 +9254,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,7824.0,2013-01-01 +9255,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5896.0,2013-01-01 +9256,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,6661.0,2013-01-01 +9257,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5077.0,2013-01-01 +9258,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,40.9,2013-01-01 +9259,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.0,2013-01-01 +9260,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,43.4,2013-01-01 +9261,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.7,2013-01-01 +9262,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.3,2013-01-01 +9263,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.2,2013-01-01 +9264,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,117667.0,2013-01-01 +9265,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),104384.0,2013-01-01 +9266,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,63120.0,2013-01-01 +9267,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56157.0,2013-01-01 +9268,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54547.0,2013-01-01 +9269,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48227.0,2013-01-01 +9270,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2013-01-01 +9271,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.8,2013-01-01 +9272,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2013-01-01 +9273,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.7,2013-01-01 +9274,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.1,2013-01-01 +9275,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.9,2013-01-01 +9276,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,22527.0,2013-01-01 +9277,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),20616.0,2013-01-01 +9278,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,12507.0,2013-01-01 +9279,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11371.0,2013-01-01 +9280,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,10019.0,2013-01-01 +9281,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9244.0,2013-01-01 +9282,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,54.5,2013-01-01 +9283,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.9,2013-01-01 +9284,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,62.4,2013-01-01 +9285,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.7,2013-01-01 +9286,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,47.1,2013-01-01 +9287,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.5,2013-01-01 +9288,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,411.0,2013-01-01 +9289,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),313.0,2013-01-01 +9290,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,226.0,2013-01-01 +9291,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),170.0,2013-01-01 +9292,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,185.0,2013-01-01 +9293,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),143.0,2013-01-01 +9294,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,31.0,2013-01-01 +9295,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.6,2013-01-01 +9296,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,33.7,2013-01-01 +9297,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),25.3,2013-01-01 +9298,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,28.2,2013-01-01 +9299,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.9,2013-01-01 +9300,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3879.0,2013-01-01 +9301,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3593.0,2013-01-01 +9302,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2079.0,2013-01-01 +9303,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1922.0,2013-01-01 +9304,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1800.0,2013-01-01 +9305,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1671.0,2013-01-01 +9306,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.3,2013-01-01 +9307,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.0,2013-01-01 +9308,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,90.9,2013-01-01 +9309,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.0,2013-01-01 +9310,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,79.7,2013-01-01 +9311,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.0,2013-01-01 +9312,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,611.0,2013-01-01 +9313,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),578.0,2013-01-01 +9314,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,346.0,2013-01-01 +9315,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),327.0,2013-01-01 +9316,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,265.0,2013-01-01 +9317,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),251.0,2013-01-01 +9318,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,44.1,2013-01-01 +9319,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.7,2013-01-01 +9320,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,50.5,2013-01-01 +9321,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.7,2013-01-01 +9322,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,37.8,2013-01-01 +9323,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.8,2013-01-01 +9324,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,230.0,2013-01-01 +9325,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),164.0,2013-01-01 +9326,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,136.0,2013-01-01 +9327,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),95.0,2013-01-01 +9328,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,93.0,2013-01-01 +9329,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),69.0,2013-01-01 +9330,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,29.6,2013-01-01 +9331,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.2,2013-01-01 +9332,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,34.3,2013-01-01 +9333,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.0,2013-01-01 +9334,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,24.7,2013-01-01 +9335,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.4,2013-01-01 +9336,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2532.0,2013-01-01 +9337,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2233.0,2013-01-01 +9338,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1337.0,2013-01-01 +9339,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1169.0,2013-01-01 +9340,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1195.0,2013-01-01 +9341,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1064.0,2013-01-01 +9342,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,83.1,2013-01-01 +9343,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.3,2013-01-01 +9344,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,85.7,2013-01-01 +9345,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.0,2013-01-01 +9346,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,80.3,2013-01-01 +9347,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2013-01-01 +9348,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,561.0,2013-01-01 +9349,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),492.0,2013-01-01 +9350,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,293.0,2013-01-01 +9351,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),254.0,2013-01-01 +9352,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,268.0,2013-01-01 +9353,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),238.0,2013-01-01 +9354,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,54.1,2013-01-01 +9355,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.4,2013-01-01 +9356,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,59.9,2013-01-01 +9357,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.9,2013-01-01 +9358,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,49.0,2013-01-01 +9359,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.4,2013-01-01 +9360,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,362.0,2013-01-01 +9361,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),294.0,2013-01-01 +9362,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,216.0,2013-01-01 +9363,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),176.0,2013-01-01 +9364,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,146.0,2013-01-01 +9365,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),118.0,2013-01-01 +9366,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,31.5,2013-01-01 +9367,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.6,2013-01-01 +9368,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,36.8,2013-01-01 +9369,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.9,2013-01-01 +9370,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2013-01-01 +9371,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.0,2013-01-01 +9372,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4055.0,2013-01-01 +9373,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3802.0,2013-01-01 +9374,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2236.0,2013-01-01 +9375,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2127.0,2013-01-01 +9376,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1819.0,2013-01-01 +9377,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1676.0,2013-01-01 +9378,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,89.1,2013-01-01 +9379,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.5,2013-01-01 +9380,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.8,2013-01-01 +9381,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.2,2013-01-01 +9382,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,81.9,2013-01-01 +9383,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.5,2013-01-01 +9384,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,796.0,2013-01-01 +9385,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),750.0,2013-01-01 +9386,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,465.0,2013-01-01 +9387,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),440.0,2013-01-01 +9388,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,331.0,2013-01-01 +9389,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),310.0,2013-01-01 +9390,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,54.8,2013-01-01 +9391,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.6,2013-01-01 +9392,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,66.1,2013-01-01 +9393,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.5,2013-01-01 +9394,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,44.2,2013-01-01 +9395,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.4,2013-01-01 +9396,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,438.0,2013-01-01 +9397,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),381.0,2013-01-01 +9398,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,221.0,2013-01-01 +9399,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),189.0,2013-01-01 +9400,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,217.0,2013-01-01 +9401,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),191.0,2013-01-01 +9402,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,61.7,2013-01-01 +9403,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.7,2013-01-01 +9404,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,61.1,2013-01-01 +9405,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.3,2013-01-01 +9406,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,62.4,2013-01-01 +9407,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.0,2013-01-01 +9408,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1935.0,2013-01-01 +9409,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1813.0,2013-01-01 +9410,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1004.0,2013-01-01 +9411,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),946.0,2013-01-01 +9412,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,931.0,2013-01-01 +9413,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),867.0,2013-01-01 +9414,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,87.5,2013-01-01 +9415,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.0,2013-01-01 +9416,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,90.2,2013-01-01 +9417,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.0,2013-01-01 +9418,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,84.8,2013-01-01 +9419,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.0,2013-01-01 +9420,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,451.0,2013-01-01 +9421,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),428.0,2013-01-01 +9422,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,242.0,2013-01-01 +9423,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),230.0,2013-01-01 +9424,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,209.0,2013-01-01 +9425,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),199.0,2013-01-01 +9426,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,65.0,2013-01-01 +9427,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.7,2013-01-01 +9428,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,70.2,2013-01-01 +9429,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.5,2013-01-01 +9430,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,59.9,2013-01-01 +9431,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.8,2013-01-01 +9432,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4341.0,2013-01-01 +9433,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4001.0,2013-01-01 +9434,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2325.0,2013-01-01 +9435,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2128.0,2013-01-01 +9436,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,2016.0,2013-01-01 +9437,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1873.0,2013-01-01 +9438,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,50.8,2013-01-01 +9439,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.9,2013-01-01 +9440,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,52.9,2013-01-01 +9441,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.4,2013-01-01 +9442,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,48.7,2013-01-01 +9443,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.2,2013-01-01 +9444,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,29308.0,2013-01-01 +9445,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),27881.0,2013-01-01 +9446,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,15634.0,2013-01-01 +9447,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),14838.0,2013-01-01 +9448,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13675.0,2013-01-01 +9449,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),13043.0,2013-01-01 +9450,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2013-01-01 +9451,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.4,2013-01-01 +9452,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2013-01-01 +9453,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.2,2013-01-01 +9454,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,82.4,2013-01-01 +9455,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.6,2013-01-01 +9456,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,7165.0,2013-01-01 +9457,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),6757.0,2013-01-01 +9458,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,3853.0,2013-01-01 +9459,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),3618.0,2013-01-01 +9460,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,3312.0,2013-01-01 +9461,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),3140.0,2013-01-01 +9462,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,67.5,2013-01-01 +9463,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),63.6,2013-01-01 +9464,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,74.5,2013-01-01 +9465,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.9,2013-01-01 +9466,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,60.8,2013-01-01 +9467,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.6,2013-01-01 +9468,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,61.0,2013-01-01 +9469,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),50.0,2013-01-01 +9470,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,32.0,2013-01-01 +9471,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),26.0,2013-01-01 +9472,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,29.0,2013-01-01 +9473,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),23.0,2013-01-01 +9474,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,39.8,2013-01-01 +9475,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.4,2013-01-01 +9476,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,41.4,2013-01-01 +9477,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.0,2013-01-01 +9478,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,38.2,2013-01-01 +9479,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.7,2013-01-01 +9480,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,480.0,2013-01-01 +9481,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),440.0,2013-01-01 +9482,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,253.0,2013-01-01 +9483,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),232.0,2013-01-01 +9484,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,227.0,2013-01-01 +9485,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),208.0,2013-01-01 +9486,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2013-01-01 +9487,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.4,2013-01-01 +9488,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,92.3,2013-01-01 +9489,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.7,2013-01-01 +9490,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,82.9,2013-01-01 +9491,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.1,2013-01-01 +9492,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,114.0,2013-01-01 +9493,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),107.0,2013-01-01 +9494,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,50.0,2013-01-01 +9495,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),46.0,2013-01-01 +9496,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,63.0,2013-01-01 +9497,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),61.0,2013-01-01 +9498,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,66.6,2013-01-01 +9499,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.6,2013-01-01 +9500,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,66.9,2013-01-01 +9501,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.4,2013-01-01 +9502,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,66.5,2013-01-01 +9503,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.6,2013-01-01 +9504,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,212.0,2013-01-01 +9505,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),155.0,2013-01-01 +9506,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,111.0,2013-01-01 +9507,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),78.0,2013-01-01 +9508,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,101.0,2013-01-01 +9509,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),77.0,2013-01-01 +9510,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,39.7,2013-01-01 +9511,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.0,2013-01-01 +9512,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,40.6,2013-01-01 +9513,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.5,2013-01-01 +9514,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,38.7,2013-01-01 +9515,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.6,2013-01-01 +9516,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1624.0,2013-01-01 +9517,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1428.0,2013-01-01 +9518,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,884.0,2013-01-01 +9519,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),759.0,2013-01-01 +9520,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,740.0,2013-01-01 +9521,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),669.0,2013-01-01 +9522,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,80.8,2013-01-01 +9523,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.0,2013-01-01 +9524,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,89.2,2013-01-01 +9525,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.7,2013-01-01 +9526,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,72.5,2013-01-01 +9527,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.6,2013-01-01 +9528,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,273.0,2013-01-01 +9529,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),244.0,2013-01-01 +9530,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,161.0,2013-01-01 +9531,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),140.0,2013-01-01 +9532,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,113.0,2013-01-01 +9533,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),104.0,2013-01-01 +9534,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,57.4,2013-01-01 +9535,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.3,2013-01-01 +9536,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,67.8,2013-01-01 +9537,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.3,2013-01-01 +9538,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,47.1,2013-01-01 +9539,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.4,2013-01-01 +9540,Greece,From 15 to 24 years,Thousand persons,Total,Active population,315.0,2013-01-01 +9541,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),131.0,2013-01-01 +9542,Greece,From 15 to 24 years,Thousand persons,Males,Active population,174.0,2013-01-01 +9543,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),80.0,2013-01-01 +9544,Greece,From 15 to 24 years,Thousand persons,Females,Active population,141.0,2013-01-01 +9545,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2013-01-01 +9546,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,28.4,2013-01-01 +9547,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),11.8,2013-01-01 +9548,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,31.6,2013-01-01 +9549,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),14.6,2013-01-01 +9550,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,25.3,2013-01-01 +9551,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),9.1,2013-01-01 +9552,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3908.0,2013-01-01 +9553,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2858.0,2013-01-01 +9554,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2171.0,2013-01-01 +9555,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1657.0,2013-01-01 +9556,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1737.0,2013-01-01 +9557,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1201.0,2013-01-01 +9558,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,83.9,2013-01-01 +9559,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.3,2013-01-01 +9560,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2013-01-01 +9561,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.4,2013-01-01 +9562,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,74.3,2013-01-01 +9563,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.4,2013-01-01 +9564,Greece,From 55 to 64 years,Thousand persons,Total,Active population,561.0,2013-01-01 +9565,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),470.0,2013-01-01 +9566,Greece,From 55 to 64 years,Thousand persons,Males,Active population,347.0,2013-01-01 +9567,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),290.0,2013-01-01 +9568,Greece,From 55 to 64 years,Thousand persons,Females,Active population,214.0,2013-01-01 +9569,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),180.0,2013-01-01 +9570,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,42.4,2013-01-01 +9571,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.6,2013-01-01 +9572,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,55.0,2013-01-01 +9573,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.0,2013-01-01 +9574,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,31.0,2013-01-01 +9575,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.0,2013-01-01 +9576,Spain,From 15 to 24 years,Thousand persons,Total,Active population,1714.0,2013-01-01 +9577,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),763.0,2013-01-01 +9578,Spain,From 15 to 24 years,Thousand persons,Males,Active population,917.0,2013-01-01 +9579,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),401.0,2013-01-01 +9580,Spain,From 15 to 24 years,Thousand persons,Females,Active population,798.0,2013-01-01 +9581,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),362.0,2013-01-01 +9582,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,37.8,2013-01-01 +9583,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),16.8,2013-01-01 +9584,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,39.6,2013-01-01 +9585,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),17.3,2013-01-01 +9586,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,35.9,2013-01-01 +9587,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.3,2013-01-01 +9588,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18460.0,2013-01-01 +9589,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),13944.0,2013-01-01 +9590,Spain,From 25 to 54 years,Thousand persons,Males,Active population,9878.0,2013-01-01 +9591,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),7526.0,2013-01-01 +9592,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8581.0,2013-01-01 +9593,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6417.0,2013-01-01 +9594,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,87.2,2013-01-01 +9595,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),65.8,2013-01-01 +9596,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2013-01-01 +9597,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),70.4,2013-01-01 +9598,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,81.8,2013-01-01 +9599,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.2,2013-01-01 +9600,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2869.0,2013-01-01 +9601,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2295.0,2013-01-01 +9602,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1642.0,2013-01-01 +9603,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1309.0,2013-01-01 +9604,Spain,From 55 to 64 years,Thousand persons,Females,Active population,1227.0,2013-01-01 +9605,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),985.0,2013-01-01 +9606,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,54.1,2013-01-01 +9607,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.2,2013-01-01 +9608,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,63.3,2013-01-01 +9609,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.5,2013-01-01 +9610,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,45.2,2013-01-01 +9611,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.3,2013-01-01 +9612,,,,,,, +9613,,,,,,, +9614,,,,,,, +9615,,,,,,, +9616,,,,,,, +9617,,,,,,, +9618,,,,,,, +9619,,,,,,, +9620,,,,,,, +9621,,,,,,, +9622,,,,,,, +9623,,,,,,, +9624,,,,,,, +9625,,,,,,, +9626,,,,,,, +9627,,,,,,, +9628,,,,,,, +9629,,,,,,, +9630,,,,,,, +9631,,,,,,, +9632,,,,,,, +9633,,,,,,, +9634,,,,,,, +9635,,,,,,, +9636,,,,,,, +9637,,,,,,, +9638,,,,,,, +9639,,,,,,, +9640,,,,,,, +9641,,,,,,, +9642,,,,,,, +9643,,,,,,, +9644,,,,,,, +9645,,,,,,, +9646,,,,,,, +9647,,,,,,, +9648,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2720.0,2013-01-01 +9649,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2065.0,2013-01-01 +9650,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1493.0,2013-01-01 +9651,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1138.0,2013-01-01 +9652,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1226.0,2013-01-01 +9653,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),927.0,2013-01-01 +9654,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,37.4,2013-01-01 +9655,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.4,2013-01-01 +9656,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,40.8,2013-01-01 +9657,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.0,2013-01-01 +9658,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,33.9,2013-01-01 +9659,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.6,2013-01-01 +9660,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21727.0,2013-01-01 +9661,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19829.0,2013-01-01 +9662,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11284.0,2013-01-01 +9663,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10297.0,2013-01-01 +9664,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10442.0,2013-01-01 +9665,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9532.0,2013-01-01 +9666,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,88.3,2013-01-01 +9667,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.6,2013-01-01 +9668,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,93.3,2013-01-01 +9669,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.2,2013-01-01 +9670,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.5,2013-01-01 +9671,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.2,2013-01-01 +9672,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,3921.0,2013-01-01 +9673,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3646.0,2013-01-01 +9674,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,2009.0,2013-01-01 +9675,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1859.0,2013-01-01 +9676,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,1912.0,2013-01-01 +9677,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1787.0,2013-01-01 +9678,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,49.0,2013-01-01 +9679,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.6,2013-01-01 +9680,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,52.3,2013-01-01 +9681,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.4,2013-01-01 +9682,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,46.0,2013-01-01 +9683,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.0,2013-01-01 +9684,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,148.0,2013-01-01 +9685,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),74.0,2013-01-01 +9686,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,88.0,2013-01-01 +9687,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),44.0,2013-01-01 +9688,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,60.0,2013-01-01 +9689,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),30.0,2013-01-01 +9690,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,29.9,2013-01-01 +9691,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),14.9,2013-01-01 +9692,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,34.7,2013-01-01 +9693,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),17.4,2013-01-01 +9694,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,24.8,2013-01-01 +9695,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.4,2013-01-01 +9696,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1412.0,2013-01-01 +9697,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1193.0,2013-01-01 +9698,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,743.0,2013-01-01 +9699,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),629.0,2013-01-01 +9700,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,668.0,2013-01-01 +9701,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),564.0,2013-01-01 +9702,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,80.8,2013-01-01 +9703,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.3,2013-01-01 +9704,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,84.7,2013-01-01 +9705,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.6,2013-01-01 +9706,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,76.8,2013-01-01 +9707,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.9,2013-01-01 +9708,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,251.0,2013-01-01 +9709,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),226.0,2013-01-01 +9710,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,148.0,2013-01-01 +9711,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),130.0,2013-01-01 +9712,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,103.0,2013-01-01 +9713,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),96.0,2013-01-01 +9714,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,41.9,2013-01-01 +9715,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.8,2013-01-01 +9716,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,51.0,2013-01-01 +9717,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.0,2013-01-01 +9718,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,33.4,2013-01-01 +9719,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.0,2013-01-01 +9720,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1627.0,2013-01-01 +9721,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),976.0,2013-01-01 +9722,Italy,From 15 to 24 years,Thousand persons,Males,Active population,944.0,2013-01-01 +9723,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),576.0,2013-01-01 +9724,Italy,From 15 to 24 years,Thousand persons,Females,Active population,683.0,2013-01-01 +9725,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),400.0,2013-01-01 +9726,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,27.1,2013-01-01 +9727,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),16.3,2013-01-01 +9728,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,30.7,2013-01-01 +9729,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.7,2013-01-01 +9730,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,23.4,2013-01-01 +9731,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),13.7,2013-01-01 +9732,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19771.0,2013-01-01 +9733,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),17557.0,2013-01-01 +9734,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11240.0,2013-01-01 +9735,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10079.0,2013-01-01 +9736,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8531.0,2013-01-01 +9737,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7479.0,2013-01-01 +9738,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,77.1,2013-01-01 +9739,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.5,2013-01-01 +9740,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,88.3,2013-01-01 +9741,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.2,2013-01-01 +9742,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,66.1,2013-01-01 +9743,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.0,2013-01-01 +9744,Italy,From 55 to 64 years,Thousand persons,Total,Active population,3418.0,2013-01-01 +9745,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3222.0,2013-01-01 +9746,Italy,From 55 to 64 years,Thousand persons,Males,Active population,2069.0,2013-01-01 +9747,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1929.0,2013-01-01 +9748,Italy,From 55 to 64 years,Thousand persons,Females,Active population,1349.0,2013-01-01 +9749,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1293.0,2013-01-01 +9750,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,45.3,2013-01-01 +9751,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.7,2013-01-01 +9752,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,56.6,2013-01-01 +9753,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.8,2013-01-01 +9754,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,34.7,2013-01-01 +9755,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.2,2013-01-01 +9756,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,40.0,2013-01-01 +9757,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2013-01-01 +9758,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,20.0,2013-01-01 +9759,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12.0,2013-01-01 +9760,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,20.0,2013-01-01 +9761,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),13.0,2013-01-01 +9762,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,38.4,2013-01-01 +9763,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.5,2013-01-01 +9764,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,40.8,2013-01-01 +9765,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.0,2013-01-01 +9766,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,36.3,2013-01-01 +9767,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.0,2013-01-01 +9768,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,331.0,2013-01-01 +9769,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),285.0,2013-01-01 +9770,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,168.0,2013-01-01 +9771,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),143.0,2013-01-01 +9772,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,163.0,2013-01-01 +9773,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),141.0,2013-01-01 +9774,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2013-01-01 +9775,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.5,2013-01-01 +9776,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,94.0,2013-01-01 +9777,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.4,2013-01-01 +9778,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,82.0,2013-01-01 +9779,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.1,2013-01-01 +9780,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,54.0,2013-01-01 +9781,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),47.0,2013-01-01 +9782,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,33.0,2013-01-01 +9783,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2013-01-01 +9784,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,20.0,2013-01-01 +9785,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2013-01-01 +9786,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,56.6,2013-01-01 +9787,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.6,2013-01-01 +9788,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,71.2,2013-01-01 +9789,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.1,2013-01-01 +9790,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,42.3,2013-01-01 +9791,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.3,2013-01-01 +9792,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,93.0,2013-01-01 +9793,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),71.0,2013-01-01 +9794,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,51.0,2013-01-01 +9795,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),40.0,2013-01-01 +9796,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,41.0,2013-01-01 +9797,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),31.0,2013-01-01 +9798,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,39.4,2013-01-01 +9799,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.2,2013-01-01 +9800,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,42.6,2013-01-01 +9801,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.3,2013-01-01 +9802,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,36.0,2013-01-01 +9803,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.0,2013-01-01 +9804,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,736.0,2013-01-01 +9805,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),654.0,2013-01-01 +9806,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,370.0,2013-01-01 +9807,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),327.0,2013-01-01 +9808,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,365.0,2013-01-01 +9809,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),328.0,2013-01-01 +9810,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2013-01-01 +9811,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.9,2013-01-01 +9812,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,90.6,2013-01-01 +9813,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.9,2013-01-01 +9814,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,84.8,2013-01-01 +9815,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.1,2013-01-01 +9816,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,158.0,2013-01-01 +9817,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),141.0,2013-01-01 +9818,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,69.0,2013-01-01 +9819,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),61.0,2013-01-01 +9820,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,88.0,2013-01-01 +9821,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),80.0,2013-01-01 +9822,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,61.3,2013-01-01 +9823,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),54.8,2013-01-01 +9824,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,62.2,2013-01-01 +9825,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.2,2013-01-01 +9826,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,60.5,2013-01-01 +9827,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.6,2013-01-01 +9828,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,125.0,2013-01-01 +9829,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),98.0,2013-01-01 +9830,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,73.0,2013-01-01 +9831,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),56.0,2013-01-01 +9832,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,52.0,2013-01-01 +9833,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),42.0,2013-01-01 +9834,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,31.5,2013-01-01 +9835,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.6,2013-01-01 +9836,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,35.8,2013-01-01 +9837,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.6,2013-01-01 +9838,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,27.0,2013-01-01 +9839,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.5,2013-01-01 +9840,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1091.0,2013-01-01 +9841,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),971.0,2013-01-01 +9842,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,538.0,2013-01-01 +9843,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),474.0,2013-01-01 +9844,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,553.0,2013-01-01 +9845,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),497.0,2013-01-01 +9846,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,89.5,2013-01-01 +9847,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.6,2013-01-01 +9848,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,90.6,2013-01-01 +9849,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.8,2013-01-01 +9850,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,88.4,2013-01-01 +9851,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.4,2013-01-01 +9852,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,220.0,2013-01-01 +9853,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),196.0,2013-01-01 +9854,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,105.0,2013-01-01 +9855,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),90.0,2013-01-01 +9856,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,116.0,2013-01-01 +9857,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),106.0,2013-01-01 +9858,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,60.1,2013-01-01 +9859,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.4,2013-01-01 +9860,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,65.2,2013-01-01 +9861,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.1,2013-01-01 +9862,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,56.1,2013-01-01 +9863,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.2,2013-01-01 +9864,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,16.0,2013-01-01 +9865,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),13.0,2013-01-01 +9866,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,9.0,2013-01-01 +9867,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8.0,2013-01-01 +9868,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,6.0,2013-01-01 +9869,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2013-01-01 +9870,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,25.9,2013-01-01 +9871,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.9,2013-01-01 +9872,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,29.8,2013-01-01 +9873,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.2,2013-01-01 +9874,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,21.8,2013-01-01 +9875,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.4,2013-01-01 +9876,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,211.0,2013-01-01 +9877,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),199.0,2013-01-01 +9878,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,115.0,2013-01-01 +9879,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),110.0,2013-01-01 +9880,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,95.0,2013-01-01 +9881,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),90.0,2013-01-01 +9882,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,87.5,2013-01-01 +9883,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2013-01-01 +9884,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,94.4,2013-01-01 +9885,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.1,2013-01-01 +9886,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,80.5,2013-01-01 +9887,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.5,2013-01-01 +9888,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,25.0,2013-01-01 +9889,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),23.0,2013-01-01 +9890,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2013-01-01 +9891,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2013-01-01 +9892,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,10.0,2013-01-01 +9893,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9.0,2013-01-01 +9894,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,42.5,2013-01-01 +9895,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.5,2013-01-01 +9896,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,50.5,2013-01-01 +9897,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.3,2013-01-01 +9898,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,34.2,2013-01-01 +9899,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.4,2013-01-01 +9900,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,314.0,2013-01-01 +9901,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),231.0,2013-01-01 +9902,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,182.0,2013-01-01 +9903,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),135.0,2013-01-01 +9904,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,132.0,2013-01-01 +9905,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),95.0,2013-01-01 +9906,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,27.4,2013-01-01 +9907,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.1,2013-01-01 +9908,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,31.0,2013-01-01 +9909,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),23.0,2013-01-01 +9910,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,23.6,2013-01-01 +9911,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.0,2013-01-01 +9912,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3403.0,2013-01-01 +9913,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3094.0,2013-01-01 +9914,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1826.0,2013-01-01 +9915,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1660.0,2013-01-01 +9916,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1578.0,2013-01-01 +9917,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1433.0,2013-01-01 +9918,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,83.3,2013-01-01 +9919,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.7,2013-01-01 +9920,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,89.5,2013-01-01 +9921,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.4,2013-01-01 +9922,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,77.1,2013-01-01 +9923,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.0,2013-01-01 +9924,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,582.0,2013-01-01 +9925,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),536.0,2013-01-01 +9926,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,316.0,2013-01-01 +9927,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),289.0,2013-01-01 +9928,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,267.0,2013-01-01 +9929,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),247.0,2013-01-01 +9930,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,41.2,2013-01-01 +9931,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.9,2013-01-01 +9932,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,49.0,2013-01-01 +9933,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.8,2013-01-01 +9934,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,34.7,2013-01-01 +9935,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.1,2013-01-01 +9936,Malta,From 15 to 24 years,Thousand persons,Total,Active population,29.0,2013-01-01 +9937,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2013-01-01 +9938,Malta,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2013-01-01 +9939,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2013-01-01 +9940,Malta,From 15 to 24 years,Thousand persons,Females,Active population,13.0,2013-01-01 +9941,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2013-01-01 +9942,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,52.8,2013-01-01 +9943,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.0,2013-01-01 +9944,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,55.9,2013-01-01 +9945,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.5,2013-01-01 +9946,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,49.5,2013-01-01 +9947,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.4,2013-01-01 +9948,Malta,From 25 to 54 years,Thousand persons,Total,Active population,133.0,2013-01-01 +9949,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),126.0,2013-01-01 +9950,Malta,From 25 to 54 years,Thousand persons,Males,Active population,82.0,2013-01-01 +9951,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),78.0,2013-01-01 +9952,Malta,From 25 to 54 years,Thousand persons,Females,Active population,51.0,2013-01-01 +9953,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49.0,2013-01-01 +9954,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,78.1,2013-01-01 +9955,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.0,2013-01-01 +9956,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,94.4,2013-01-01 +9957,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.6,2013-01-01 +9958,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,61.1,2013-01-01 +9959,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.8,2013-01-01 +9960,Malta,From 55 to 64 years,Thousand persons,Total,Active population,23.0,2013-01-01 +9961,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),21.0,2013-01-01 +9962,Malta,From 55 to 64 years,Thousand persons,Males,Active population,17.0,2013-01-01 +9963,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2013-01-01 +9964,Malta,From 55 to 64 years,Thousand persons,Females,Active population,6.0,2013-01-01 +9965,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2013-01-01 +9966,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,38.5,2013-01-01 +9967,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.3,2013-01-01 +9968,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,57.2,2013-01-01 +9969,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.9,2013-01-01 +9970,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,19.7,2013-01-01 +9971,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.7,2013-01-01 +9972,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1411.0,2013-01-01 +9973,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1225.0,2013-01-01 +9974,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,709.0,2013-01-01 +9975,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),613.0,2013-01-01 +9976,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,703.0,2013-01-01 +9977,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),612.0,2013-01-01 +9978,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,69.2,2013-01-01 +9979,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.1,2013-01-01 +9980,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,68.4,2013-01-01 +9981,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.2,2013-01-01 +9982,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,70.0,2013-01-01 +9983,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.0,2013-01-01 +9984,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,5964.0,2013-01-01 +9985,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5604.0,2013-01-01 +9986,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3156.0,2013-01-01 +9987,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2970.0,2013-01-01 +9988,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2808.0,2013-01-01 +9989,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2634.0,2013-01-01 +9990,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,87.4,2013-01-01 +9991,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.2,2013-01-01 +9992,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,92.3,2013-01-01 +9993,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.8,2013-01-01 +9994,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,82.6,2013-01-01 +9995,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.5,2013-01-01 +9996,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1367.0,2013-01-01 +9997,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1275.0,2013-01-01 +9998,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,799.0,2013-01-01 +9999,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),741.0,2013-01-01 +10000,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,569.0,2013-01-01 +10001,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),533.0,2013-01-01 +10002,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,63.5,2013-01-01 +10003,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.2,2013-01-01 +10004,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,74.2,2013-01-01 +10005,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),68.9,2013-01-01 +10006,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,52.8,2013-01-01 +10007,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.5,2013-01-01 +10008,Austria,From 15 to 24 years,Thousand persons,Total,Active population,577.0,2013-01-01 +10009,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),521.0,2013-01-01 +10010,Austria,From 15 to 24 years,Thousand persons,Males,Active population,305.0,2013-01-01 +10011,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),277.0,2013-01-01 +10012,Austria,From 15 to 24 years,Thousand persons,Females,Active population,271.0,2013-01-01 +10013,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),244.0,2013-01-01 +10014,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,58.8,2013-01-01 +10015,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.1,2013-01-01 +10016,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,62.3,2013-01-01 +10017,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.4,2013-01-01 +10018,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,55.3,2013-01-01 +10019,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.8,2013-01-01 +10020,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3225.0,2013-01-01 +10021,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3067.0,2013-01-01 +10022,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1681.0,2013-01-01 +10023,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1597.0,2013-01-01 +10024,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1544.0,2013-01-01 +10025,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1470.0,2013-01-01 +10026,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,88.3,2013-01-01 +10027,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.0,2013-01-01 +10028,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2013-01-01 +10029,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.5,2013-01-01 +10030,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,84.5,2013-01-01 +10031,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.5,2013-01-01 +10032,Austria,From 55 to 64 years,Thousand persons,Total,Active population,460.0,2013-01-01 +10033,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),442.0,2013-01-01 +10034,Austria,From 55 to 64 years,Thousand persons,Males,Active population,271.0,2013-01-01 +10035,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),259.0,2013-01-01 +10036,Austria,From 55 to 64 years,Thousand persons,Females,Active population,189.0,2013-01-01 +10037,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),183.0,2013-01-01 +10038,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,45.5,2013-01-01 +10039,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.8,2013-01-01 +10040,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,55.1,2013-01-01 +10041,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.8,2013-01-01 +10042,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,36.4,2013-01-01 +10043,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.2,2013-01-01 +10044,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1492.0,2013-01-01 +10045,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1085.0,2013-01-01 +10046,Poland,From 15 to 24 years,Thousand persons,Males,Active population,884.0,2013-01-01 +10047,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),660.0,2013-01-01 +10048,Poland,From 15 to 24 years,Thousand persons,Females,Active population,608.0,2013-01-01 +10049,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),425.0,2013-01-01 +10050,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,33.3,2013-01-01 +10051,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.2,2013-01-01 +10052,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,38.4,2013-01-01 +10053,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.6,2013-01-01 +10054,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,27.9,2013-01-01 +10055,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.5,2013-01-01 +10056,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13230.0,2013-01-01 +10057,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12033.0,2013-01-01 +10058,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7099.0,2013-01-01 +10059,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6518.0,2013-01-01 +10060,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6131.0,2013-01-01 +10061,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5516.0,2013-01-01 +10062,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,84.6,2013-01-01 +10063,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.0,2013-01-01 +10064,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,90.0,2013-01-01 +10065,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2013-01-01 +10066,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,79.1,2013-01-01 +10067,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.2,2013-01-01 +10068,Poland,From 55 to 64 years,Thousand persons,Total,Active population,2379.0,2013-01-01 +10069,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2195.0,2013-01-01 +10070,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1426.0,2013-01-01 +10071,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1308.0,2013-01-01 +10072,Poland,From 55 to 64 years,Thousand persons,Females,Active population,953.0,2013-01-01 +10073,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),887.0,2013-01-01 +10074,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,44.0,2013-01-01 +10075,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.6,2013-01-01 +10076,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,55.9,2013-01-01 +10077,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.3,2013-01-01 +10078,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,33.3,2013-01-01 +10079,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.0,2013-01-01 +10080,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,389.0,2013-01-01 +10081,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),241.0,2013-01-01 +10082,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,204.0,2013-01-01 +10083,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),129.0,2013-01-01 +10084,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,185.0,2013-01-01 +10085,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),112.0,2013-01-01 +10086,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,35.0,2013-01-01 +10087,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.7,2013-01-01 +10088,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,36.2,2013-01-01 +10089,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.9,2013-01-01 +10090,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,33.8,2013-01-01 +10091,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.4,2013-01-01 +10092,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,3897.0,2013-01-01 +10093,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3292.0,2013-01-01 +10094,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,1951.0,2013-01-01 +10095,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1650.0,2013-01-01 +10096,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1945.0,2013-01-01 +10097,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1642.0,2013-01-01 +10098,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,88.3,2013-01-01 +10099,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.6,2013-01-01 +10100,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,91.1,2013-01-01 +10101,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.1,2013-01-01 +10102,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,85.5,2013-01-01 +10103,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.2,2013-01-01 +10104,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,724.0,2013-01-01 +10105,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),625.0,2013-01-01 +10106,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,395.0,2013-01-01 +10107,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),337.0,2013-01-01 +10108,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,329.0,2013-01-01 +10109,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),288.0,2013-01-01 +10110,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,54.4,2013-01-01 +10111,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.9,2013-01-01 +10112,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,62.7,2013-01-01 +10113,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.5,2013-01-01 +10114,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,46.9,2013-01-01 +10115,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.0,2013-01-01 +10116,Romania,From 15 to 24 years,Thousand persons,Total,Active population,705.0,2013-01-01 +10117,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),537.0,2013-01-01 +10118,Romania,From 15 to 24 years,Thousand persons,Males,Active population,424.0,2013-01-01 +10119,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),326.0,2013-01-01 +10120,Romania,From 15 to 24 years,Thousand persons,Females,Active population,280.0,2013-01-01 +10121,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),211.0,2013-01-01 +10122,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,30.1,2013-01-01 +10123,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.9,2013-01-01 +10124,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,35.1,2013-01-01 +10125,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.0,2013-01-01 +10126,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,24.7,2013-01-01 +10127,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.6,2013-01-01 +10128,Romania,From 25 to 54 years,Thousand persons,Total,Active population,6932.0,2013-01-01 +10129,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),6490.0,2013-01-01 +10130,Romania,From 25 to 54 years,Thousand persons,Males,Active population,3899.0,2013-01-01 +10131,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3630.0,2013-01-01 +10132,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3033.0,2013-01-01 +10133,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2860.0,2013-01-01 +10134,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,81.5,2013-01-01 +10135,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.3,2013-01-01 +10136,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,90.0,2013-01-01 +10137,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.8,2013-01-01 +10138,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,72.7,2013-01-01 +10139,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.6,2013-01-01 +10140,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1196.0,2013-01-01 +10141,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1151.0,2013-01-01 +10142,Romania,From 55 to 64 years,Thousand persons,Males,Active population,697.0,2013-01-01 +10143,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),665.0,2013-01-01 +10144,Romania,From 55 to 64 years,Thousand persons,Females,Active population,498.0,2013-01-01 +10145,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),486.0,2013-01-01 +10146,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,43.4,2013-01-01 +10147,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.8,2013-01-01 +10148,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,53.9,2013-01-01 +10149,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.4,2013-01-01 +10150,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,34.1,2013-01-01 +10151,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.2,2013-01-01 +10152,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,74.0,2013-01-01 +10153,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),58.0,2013-01-01 +10154,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,42.0,2013-01-01 +10155,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),34.0,2013-01-01 +10156,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,31.0,2013-01-01 +10157,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),24.0,2013-01-01 +10158,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,33.8,2013-01-01 +10159,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.5,2013-01-01 +10160,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,37.1,2013-01-01 +10161,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.7,2013-01-01 +10162,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,30.2,2013-01-01 +10163,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.0,2013-01-01 +10164,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,811.0,2013-01-01 +10165,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),733.0,2013-01-01 +10166,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,427.0,2013-01-01 +10167,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),389.0,2013-01-01 +10168,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,384.0,2013-01-01 +10169,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),343.0,2013-01-01 +10170,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.7,2013-01-01 +10171,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.9,2013-01-01 +10172,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2013-01-01 +10173,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.3,2013-01-01 +10174,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,88.7,2013-01-01 +10175,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.3,2013-01-01 +10176,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,105.0,2013-01-01 +10177,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),98.0,2013-01-01 +10178,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,66.0,2013-01-01 +10179,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),61.0,2013-01-01 +10180,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,39.0,2013-01-01 +10181,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),37.0,2013-01-01 +10182,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,36.0,2013-01-01 +10183,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.5,2013-01-01 +10184,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,45.1,2013-01-01 +10185,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.8,2013-01-01 +10186,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,27.0,2013-01-01 +10187,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.2,2013-01-01 +10188,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,217.0,2013-01-01 +10189,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),144.0,2013-01-01 +10190,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,135.0,2013-01-01 +10191,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),88.0,2013-01-01 +10192,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,82.0,2013-01-01 +10193,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),56.0,2013-01-01 +10194,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,30.8,2013-01-01 +10195,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.4,2013-01-01 +10196,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,37.6,2013-01-01 +10197,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.4,2013-01-01 +10198,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,23.7,2013-01-01 +10199,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.2,2013-01-01 +10200,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2128.0,2013-01-01 +10201,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1855.0,2013-01-01 +10202,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1159.0,2013-01-01 +10203,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1018.0,2013-01-01 +10204,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,969.0,2013-01-01 +10205,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),837.0,2013-01-01 +10206,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.2,2013-01-01 +10207,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.0,2013-01-01 +10208,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2013-01-01 +10209,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.2,2013-01-01 +10210,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.5,2013-01-01 +10211,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.6,2013-01-01 +10212,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,359.0,2013-01-01 +10213,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),319.0,2013-01-01 +10214,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,204.0,2013-01-01 +10215,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),183.0,2013-01-01 +10216,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,154.0,2013-01-01 +10217,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),136.0,2013-01-01 +10218,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,49.5,2013-01-01 +10219,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.0,2013-01-01 +10220,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,59.5,2013-01-01 +10221,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.3,2013-01-01 +10222,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,40.4,2013-01-01 +10223,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.7,2013-01-01 +10224,Finland,From 15 to 24 years,Thousand persons,Total,Active population,331.0,2013-01-01 +10225,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),265.0,2013-01-01 +10226,Finland,From 15 to 24 years,Thousand persons,Males,Active population,161.0,2013-01-01 +10227,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),124.0,2013-01-01 +10228,Finland,From 15 to 24 years,Thousand persons,Females,Active population,169.0,2013-01-01 +10229,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),140.0,2013-01-01 +10230,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,51.8,2013-01-01 +10231,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.5,2013-01-01 +10232,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,50.8,2013-01-01 +10233,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.1,2013-01-01 +10234,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,52.9,2013-01-01 +10235,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.9,2013-01-01 +10236,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1811.0,2013-01-01 +10237,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1692.0,2013-01-01 +10238,Finland,From 25 to 54 years,Thousand persons,Males,Active population,957.0,2013-01-01 +10239,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),891.0,2013-01-01 +10240,Finland,From 25 to 54 years,Thousand persons,Females,Active population,854.0,2013-01-01 +10241,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),801.0,2013-01-01 +10242,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,86.8,2013-01-01 +10243,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.0,2013-01-01 +10244,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,90.1,2013-01-01 +10245,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.9,2013-01-01 +10246,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,83.3,2013-01-01 +10247,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.1,2013-01-01 +10248,Finland,From 55 to 64 years,Thousand persons,Total,Active population,480.0,2013-01-01 +10249,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),446.0,2013-01-01 +10250,Finland,From 55 to 64 years,Thousand persons,Males,Active population,231.0,2013-01-01 +10251,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),212.0,2013-01-01 +10252,Finland,From 55 to 64 years,Thousand persons,Females,Active population,249.0,2013-01-01 +10253,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),234.0,2013-01-01 +10254,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,62.9,2013-01-01 +10255,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.5,2013-01-01 +10256,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,61.5,2013-01-01 +10257,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.5,2013-01-01 +10258,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,64.3,2013-01-01 +10259,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.5,2013-01-01 +10260,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,668.0,2013-01-01 +10261,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),510.0,2013-01-01 +10262,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,339.0,2013-01-01 +10263,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),255.0,2013-01-01 +10264,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,329.0,2013-01-01 +10265,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),255.0,2013-01-01 +10266,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,54.5,2013-01-01 +10267,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.7,2013-01-01 +10268,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,53.9,2013-01-01 +10269,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.5,2013-01-01 +10270,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,55.2,2013-01-01 +10271,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.9,2013-01-01 +10272,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3402.0,2013-01-01 +10273,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3196.0,2013-01-01 +10274,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1782.0,2013-01-01 +10275,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1675.0,2013-01-01 +10276,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1620.0,2013-01-01 +10277,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1521.0,2013-01-01 +10278,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.9,2013-01-01 +10279,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.4,2013-01-01 +10280,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2013-01-01 +10281,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.0,2013-01-01 +10282,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,88.1,2013-01-01 +10283,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.7,2013-01-01 +10284,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,894.0,2013-01-01 +10285,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),848.0,2013-01-01 +10286,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,471.0,2013-01-01 +10287,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),444.0,2013-01-01 +10288,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,422.0,2013-01-01 +10289,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),404.0,2013-01-01 +10290,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,77.5,2013-01-01 +10291,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.6,2013-01-01 +10292,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,81.6,2013-01-01 +10293,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.9,2013-01-01 +10294,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,73.4,2013-01-01 +10295,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.3,2013-01-01 +10296,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4542.0,2013-01-01 +10297,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3602.0,2013-01-01 +10298,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2373.0,2013-01-01 +10299,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1827.0,2013-01-01 +10300,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2168.0,2013-01-01 +10301,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1775.0,2013-01-01 +10302,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,58.3,2013-01-01 +10303,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.3,2013-01-01 +10304,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,60.2,2013-01-01 +10305,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.4,2013-01-01 +10306,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,56.4,2013-01-01 +10307,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.2,2013-01-01 +10308,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,22236.0,2013-01-01 +10309,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20978.0,2013-01-01 +10310,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11795.0,2013-01-01 +10311,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11115.0,2013-01-01 +10312,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10440.0,2013-01-01 +10313,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9863.0,2013-01-01 +10314,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,85.7,2013-01-01 +10315,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.8,2013-01-01 +10316,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2013-01-01 +10317,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.7,2013-01-01 +10318,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,79.5,2013-01-01 +10319,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.1,2013-01-01 +10320,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4556.0,2013-01-01 +10321,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4337.0,2013-01-01 +10322,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2516.0,2013-01-01 +10323,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2380.0,2013-01-01 +10324,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,2040.0,2013-01-01 +10325,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1957.0,2013-01-01 +10326,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,62.8,2013-01-01 +10327,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.8,2013-01-01 +10328,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,70.6,2013-01-01 +10329,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.8,2013-01-01 +10330,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,55.3,2013-01-01 +10331,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.0,2013-01-01 +10332,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,32.0,2013-01-01 +10333,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),28.0,2013-01-01 +10334,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2013-01-01 +10335,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2013-01-01 +10336,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,16.0,2013-01-01 +10337,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2013-01-01 +10338,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,78.0,2013-01-01 +10339,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.7,2013-01-01 +10340,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,74.8,2013-01-01 +10341,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.7,2013-01-01 +10342,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,81.5,2013-01-01 +10343,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.2,2013-01-01 +10344,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,113.0,2013-01-01 +10345,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),107.0,2013-01-01 +10346,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,59.0,2013-01-01 +10347,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56.0,2013-01-01 +10348,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,54.0,2013-01-01 +10349,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2013-01-01 +10350,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,88.9,2013-01-01 +10351,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.7,2013-01-01 +10352,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2013-01-01 +10353,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.2,2013-01-01 +10354,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,85.5,2013-01-01 +10355,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.3,2013-01-01 +10356,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,30.0,2013-01-01 +10357,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),29.0,2013-01-01 +10358,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,16.0,2013-01-01 +10359,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2013-01-01 +10360,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,14.0,2013-01-01 +10361,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),14.0,2013-01-01 +10362,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,83.8,2013-01-01 +10363,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.1,2013-01-01 +10364,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,89.9,2013-01-01 +10365,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.2,2013-01-01 +10366,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,77.7,2013-01-01 +10367,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.1,2013-01-01 +10368,Norway,From 15 to 24 years,Thousand persons,Total,Active population,375.0,2013-01-01 +10369,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),341.0,2013-01-01 +10370,Norway,From 15 to 24 years,Thousand persons,Males,Active population,188.0,2013-01-01 +10371,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),168.0,2013-01-01 +10372,Norway,From 15 to 24 years,Thousand persons,Females,Active population,187.0,2013-01-01 +10373,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),173.0,2013-01-01 +10374,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,57.0,2013-01-01 +10375,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.8,2013-01-01 +10376,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,55.9,2013-01-01 +10377,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.9,2013-01-01 +10378,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,58.2,2013-01-01 +10379,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.8,2013-01-01 +10380,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1808.0,2013-01-01 +10381,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1756.0,2013-01-01 +10382,Norway,From 25 to 54 years,Thousand persons,Males,Active population,956.0,2013-01-01 +10383,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),929.0,2013-01-01 +10384,Norway,From 25 to 54 years,Thousand persons,Females,Active population,852.0,2013-01-01 +10385,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),828.0,2013-01-01 +10386,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,86.6,2013-01-01 +10387,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.1,2013-01-01 +10388,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,89.1,2013-01-01 +10389,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.5,2013-01-01 +10390,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,84.0,2013-01-01 +10391,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.5,2013-01-01 +10392,Norway,From 55 to 64 years,Thousand persons,Total,Active population,428.0,2013-01-01 +10393,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),423.0,2013-01-01 +10394,Norway,From 55 to 64 years,Thousand persons,Males,Active population,228.0,2013-01-01 +10395,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),225.0,2013-01-01 +10396,Norway,From 55 to 64 years,Thousand persons,Females,Active population,200.0,2013-01-01 +10397,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),198.0,2013-01-01 +10398,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,72.0,2013-01-01 +10399,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.1,2013-01-01 +10400,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,75.9,2013-01-01 +10401,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.9,2013-01-01 +10402,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,67.9,2013-01-01 +10403,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.1,2013-01-01 +10404,Switzerland,From 15 to 24 years,Thousand persons,Total,Active population,630.0,2013-01-01 +10405,Switzerland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),576.0,2013-01-01 +10406,Switzerland,From 15 to 24 years,Thousand persons,Males,Active population,326.0,2013-01-01 +10407,Switzerland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),297.0,2013-01-01 +10408,Switzerland,From 15 to 24 years,Thousand persons,Females,Active population,304.0,2013-01-01 +10409,Switzerland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),278.0,2013-01-01 +10410,Switzerland,From 15 to 24 years,Percentage of total population,Total,Active population,67.7,2013-01-01 +10411,Switzerland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.9,2013-01-01 +10412,Switzerland,From 15 to 24 years,Percentage of total population,Males,Active population,68.8,2013-01-01 +10413,Switzerland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.7,2013-01-01 +10414,Switzerland,From 15 to 24 years,Percentage of total population,Females,Active population,66.5,2013-01-01 +10415,Switzerland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.0,2013-01-01 +10416,Switzerland,From 25 to 54 years,Thousand persons,Total,Active population,3165.0,2013-01-01 +10417,Switzerland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3036.0,2013-01-01 +10418,Switzerland,From 25 to 54 years,Thousand persons,Males,Active population,1693.0,2013-01-01 +10419,Switzerland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1627.0,2013-01-01 +10420,Switzerland,From 25 to 54 years,Thousand persons,Females,Active population,1472.0,2013-01-01 +10421,Switzerland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1409.0,2013-01-01 +10422,Switzerland,From 25 to 54 years,Percentage of total population,Total,Active population,90.1,2013-01-01 +10423,Switzerland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.4,2013-01-01 +10424,Switzerland,From 25 to 54 years,Percentage of total population,Males,Active population,95.6,2013-01-01 +10425,Switzerland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.8,2013-01-01 +10426,Switzerland,From 25 to 54 years,Percentage of total population,Females,Active population,84.5,2013-01-01 +10427,Switzerland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.9,2013-01-01 +10428,Switzerland,From 55 to 64 years,Thousand persons,Total,Active population,719.0,2013-01-01 +10429,Switzerland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),697.0,2013-01-01 +10430,Switzerland,From 55 to 64 years,Thousand persons,Males,Active population,400.0,2013-01-01 +10431,Switzerland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),388.0,2013-01-01 +10432,Switzerland,From 55 to 64 years,Thousand persons,Females,Active population,319.0,2013-01-01 +10433,Switzerland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),310.0,2013-01-01 +10434,Switzerland,From 55 to 64 years,Percentage of total population,Total,Active population,73.9,2013-01-01 +10435,Switzerland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.7,2013-01-01 +10436,Switzerland,From 55 to 64 years,Percentage of total population,Males,Active population,82.4,2013-01-01 +10437,Switzerland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.9,2013-01-01 +10438,Switzerland,From 55 to 64 years,Percentage of total population,Females,Active population,65.4,2013-01-01 +10439,Switzerland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.6,2013-01-01 +10440,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,100.0,2013-01-01 +10441,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),48.0,2013-01-01 +10442,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,61.0,2013-01-01 +10443,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2013-01-01 +10444,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,39.0,2013-01-01 +10445,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),19.0,2013-01-01 +10446,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,33.6,2013-01-01 +10447,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),16.2,2013-01-01 +10448,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,39.9,2013-01-01 +10449,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.9,2013-01-01 +10450,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,27.1,2013-01-01 +10451,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),13.3,2013-01-01 +10452,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,725.0,2013-01-01 +10453,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),530.0,2013-01-01 +10454,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,428.0,2013-01-01 +10455,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),314.0,2013-01-01 +10456,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,297.0,2013-01-01 +10457,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),216.0,2013-01-01 +10458,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,79.2,2013-01-01 +10459,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.9,2013-01-01 +10460,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2013-01-01 +10461,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.4,2013-01-01 +10462,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,66.0,2013-01-01 +10463,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.0,2013-01-01 +10464,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,125.0,2013-01-01 +10465,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),95.0,2013-01-01 +10466,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,82.0,2013-01-01 +10467,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),61.0,2013-01-01 +10468,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,44.0,2013-01-01 +10469,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),34.0,2013-01-01 +10470,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,49.9,2013-01-01 +10471,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.9,2013-01-01 +10472,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,65.7,2013-01-01 +10473,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.4,2013-01-01 +10474,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,34.5,2013-01-01 +10475,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.6,2013-01-01 +10476,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4489.0,2013-01-01 +10477,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3728.0,2013-01-01 +10478,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,2929.0,2013-01-01 +10479,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2476.0,2013-01-01 +10480,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1560.0,2013-01-01 +10481,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1252.0,2013-01-01 +10482,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,38.8,2013-01-01 +10483,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.2,2013-01-01 +10484,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,51.0,2013-01-01 +10485,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.1,2013-01-01 +10486,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,26.8,2013-01-01 +10487,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.5,2013-01-01 +10488,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,20775.0,2013-01-01 +10489,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19195.0,2013-01-01 +10490,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,14565.0,2013-01-01 +10491,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),13566.0,2013-01-01 +10492,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,6210.0,2013-01-01 +10493,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5629.0,2013-01-01 +10494,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,64.0,2013-01-01 +10495,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.1,2013-01-01 +10496,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,89.4,2013-01-01 +10497,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.2,2013-01-01 +10498,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,38.4,2013-01-01 +10499,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.8,2013-01-01 +10500,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,2027.0,2013-01-01 +10501,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1932.0,2013-01-01 +10502,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1443.0,2013-01-01 +10503,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1361.0,2013-01-01 +10504,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,584.0,2013-01-01 +10505,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),571.0,2013-01-01 +10506,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,33.0,2013-01-01 +10507,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.5,2013-01-01 +10508,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,47.9,2013-01-01 +10509,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.2,2013-01-01 +10510,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,18.7,2013-01-01 +10511,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.3,2013-01-01 +10512,,,,,,, +10513,,,,,,, +10514,,,,,,, +10515,,,,,,, +10516,,,,,,, +10517,,,,,,, +10518,,,,,,, +10519,,,,,,, +10520,,,,,,, +10521,,,,,,, +10522,,,,,,, +10523,,,,,,, +10524,,,,,,, +10525,,,,,,, +10526,,,,,,, +10527,,,,,,, +10528,,,,,,, +10529,,,,,,, +10530,,,,,,, +10531,,,,,,, +10532,,,,,,, +10533,,,,,,, +10534,,,,,,, +10535,,,,,,, +10536,,,,,,, +10537,,,,,,, +10538,,,,,,, +10539,,,,,,, +10540,,,,,,, +10541,,,,,,, +10542,,,,,,, +10543,,,,,,, +10544,,,,,,, +10545,,,,,,, +10546,,,,,,, +10547,,,,,,, +10548,,,,,,, +10549,,,,,,, +10550,,,,,,, +10551,,,,,,, +10552,,,,,,, +10553,,,,,,, +10554,,,,,,, +10555,,,,,,, +10556,,,,,,, +10557,,,,,,, +10558,,,,,,, +10559,,,,,,, +10560,,,,,,, +10561,,,,,,, +10562,,,,,,, +10563,,,,,,, +10564,,,,,,, +10565,,,,,,, +10566,,,,,,, +10567,,,,,,, +10568,,,,,,, +10569,,,,,,, +10570,,,,,,, +10571,,,,,,, +10572,,,,,,, +10573,,,,,,, +10574,,,,,,, +10575,,,,,,, +10576,,,,,,, +10577,,,,,,, +10578,,,,,,, +10579,,,,,,, +10580,,,,,,, +10581,,,,,,, +10582,,,,,,, +10583,,,,,,, +10584,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,23105.0,2014-01-01 +10585,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),17997.0,2014-01-01 +10586,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,12548.0,2014-01-01 +10587,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9692.0,2014-01-01 +10588,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,10557.0,2014-01-01 +10589,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8305.0,2014-01-01 +10590,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.7,2014-01-01 +10591,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.5,2014-01-01 +10592,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.4,2014-01-01 +10593,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.3,2014-01-01 +10594,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.9,2014-01-01 +10595,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.6,2014-01-01 +10596,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,178416.0,2014-01-01 +10597,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),161636.0,2014-01-01 +10598,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,95502.0,2014-01-01 +10599,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),86804.0,2014-01-01 +10600,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82914.0,2014-01-01 +10601,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74832.0,2014-01-01 +10602,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2014-01-01 +10603,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.5,2014-01-01 +10604,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2014-01-01 +10605,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.2,2014-01-01 +10606,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.5,2014-01-01 +10607,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.7,2014-01-01 +10608,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,35868.0,2014-01-01 +10609,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),33223.0,2014-01-01 +10610,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,19838.0,2014-01-01 +10611,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),18265.0,2014-01-01 +10612,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,16030.0,2014-01-01 +10613,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),14958.0,2014-01-01 +10614,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,55.9,2014-01-01 +10615,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.8,2014-01-01 +10616,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,63.9,2014-01-01 +10617,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.8,2014-01-01 +10618,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,48.4,2014-01-01 +10619,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.2,2014-01-01 +10620,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,22940.0,2014-01-01 +10621,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),17907.0,2014-01-01 +10622,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,12452.0,2014-01-01 +10623,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9639.0,2014-01-01 +10624,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,10488.0,2014-01-01 +10625,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8268.0,2014-01-01 +10626,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.8,2014-01-01 +10627,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.6,2014-01-01 +10628,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.4,2014-01-01 +10629,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.4,2014-01-01 +10630,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.0,2014-01-01 +10631,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.7,2014-01-01 +10632,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,176961.0,2014-01-01 +10633,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),160403.0,2014-01-01 +10634,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,94748.0,2014-01-01 +10635,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),86155.0,2014-01-01 +10636,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,82213.0,2014-01-01 +10637,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74248.0,2014-01-01 +10638,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2014-01-01 +10639,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.5,2014-01-01 +10640,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2014-01-01 +10641,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.3,2014-01-01 +10642,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.5,2014-01-01 +10643,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.8,2014-01-01 +10644,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,35621.0,2014-01-01 +10645,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),33005.0,2014-01-01 +10646,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,19686.0,2014-01-01 +10647,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),18131.0,2014-01-01 +10648,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,15935.0,2014-01-01 +10649,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),14873.0,2014-01-01 +10650,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,56.1,2014-01-01 +10651,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.9,2014-01-01 +10652,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,64.0,2014-01-01 +10653,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.0,2014-01-01 +10654,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,48.6,2014-01-01 +10655,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.4,2014-01-01 +10656,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,19302.0,2014-01-01 +10657,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),15095.0,2014-01-01 +10658,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,10301.0,2014-01-01 +10659,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7964.0,2014-01-01 +10660,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,9001.0,2014-01-01 +10661,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7131.0,2014-01-01 +10662,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.3,2014-01-01 +10663,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.6,2014-01-01 +10664,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,46.4,2014-01-01 +10665,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.9,2014-01-01 +10666,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,42.1,2014-01-01 +10667,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.3,2014-01-01 +10668,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,141063.0,2014-01-01 +10669,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),127303.0,2014-01-01 +10670,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,75307.0,2014-01-01 +10671,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),68170.0,2014-01-01 +10672,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65755.0,2014-01-01 +10673,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59133.0,2014-01-01 +10674,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2014-01-01 +10675,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.2,2014-01-01 +10676,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2014-01-01 +10677,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.0,2014-01-01 +10678,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.5,2014-01-01 +10679,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2014-01-01 +10680,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,28824.0,2014-01-01 +10681,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),26670.0,2014-01-01 +10682,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,15825.0,2014-01-01 +10683,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14548.0,2014-01-01 +10684,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,12999.0,2014-01-01 +10685,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12122.0,2014-01-01 +10686,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,58.2,2014-01-01 +10687,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.9,2014-01-01 +10688,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,65.5,2014-01-01 +10689,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.3,2014-01-01 +10690,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,51.3,2014-01-01 +10691,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.8,2014-01-01 +10692,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,14331.0,2014-01-01 +10693,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10947.0,2014-01-01 +10694,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,7759.0,2014-01-01 +10695,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5892.0,2014-01-01 +10696,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,6572.0,2014-01-01 +10697,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5055.0,2014-01-01 +10698,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,40.1,2014-01-01 +10699,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.7,2014-01-01 +10700,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,42.6,2014-01-01 +10701,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2014-01-01 +10702,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.5,2014-01-01 +10703,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.9,2014-01-01 +10704,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,118964.0,2014-01-01 +10705,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),105951.0,2014-01-01 +10706,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,63616.0,2014-01-01 +10707,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56864.0,2014-01-01 +10708,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55348.0,2014-01-01 +10709,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49087.0,2014-01-01 +10710,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2014-01-01 +10711,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.1,2014-01-01 +10712,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2014-01-01 +10713,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.9,2014-01-01 +10714,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.4,2014-01-01 +10715,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.4,2014-01-01 +10716,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,23894.0,2014-01-01 +10717,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),21892.0,2014-01-01 +10718,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,13121.0,2014-01-01 +10719,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11939.0,2014-01-01 +10720,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,10773.0,2014-01-01 +10721,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9954.0,2014-01-01 +10722,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,56.4,2014-01-01 +10723,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.7,2014-01-01 +10724,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,63.8,2014-01-01 +10725,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.1,2014-01-01 +10726,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,49.5,2014-01-01 +10727,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.7,2014-01-01 +10728,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,14199.0,2014-01-01 +10729,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10841.0,2014-01-01 +10730,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,7682.0,2014-01-01 +10731,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5831.0,2014-01-01 +10732,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,6516.0,2014-01-01 +10733,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5010.0,2014-01-01 +10734,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,40.2,2014-01-01 +10735,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.7,2014-01-01 +10736,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,42.7,2014-01-01 +10737,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2014-01-01 +10738,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.6,2014-01-01 +10739,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.9,2014-01-01 +10740,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,117887.0,2014-01-01 +10741,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),104981.0,2014-01-01 +10742,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,63084.0,2014-01-01 +10743,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56391.0,2014-01-01 +10744,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54803.0,2014-01-01 +10745,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48590.0,2014-01-01 +10746,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2014-01-01 +10747,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.1,2014-01-01 +10748,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2014-01-01 +10749,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.9,2014-01-01 +10750,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.3,2014-01-01 +10751,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.3,2014-01-01 +10752,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,23658.0,2014-01-01 +10753,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),21682.0,2014-01-01 +10754,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,13008.0,2014-01-01 +10755,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11842.0,2014-01-01 +10756,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,10649.0,2014-01-01 +10757,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9840.0,2014-01-01 +10758,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,56.4,2014-01-01 +10759,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.7,2014-01-01 +10760,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,63.8,2014-01-01 +10761,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.1,2014-01-01 +10762,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,49.4,2014-01-01 +10763,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.6,2014-01-01 +10764,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,14113.0,2014-01-01 +10765,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10771.0,2014-01-01 +10766,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,7633.0,2014-01-01 +10767,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5791.0,2014-01-01 +10768,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,6480.0,2014-01-01 +10769,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),4981.0,2014-01-01 +10770,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,40.2,2014-01-01 +10771,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.7,2014-01-01 +10772,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,42.7,2014-01-01 +10773,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2014-01-01 +10774,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.6,2014-01-01 +10775,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.9,2014-01-01 +10776,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,117170.0,2014-01-01 +10777,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),104338.0,2014-01-01 +10778,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,62720.0,2014-01-01 +10779,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56067.0,2014-01-01 +10780,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54450.0,2014-01-01 +10781,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48271.0,2014-01-01 +10782,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2014-01-01 +10783,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.1,2014-01-01 +10784,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2014-01-01 +10785,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.9,2014-01-01 +10786,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2014-01-01 +10787,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.2,2014-01-01 +10788,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,23495.0,2014-01-01 +10789,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),21535.0,2014-01-01 +10790,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,12936.0,2014-01-01 +10791,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),11778.0,2014-01-01 +10792,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,10559.0,2014-01-01 +10793,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),9757.0,2014-01-01 +10794,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,56.3,2014-01-01 +10795,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.6,2014-01-01 +10796,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,63.8,2014-01-01 +10797,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.1,2014-01-01 +10798,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,49.3,2014-01-01 +10799,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.6,2014-01-01 +10800,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,399.0,2014-01-01 +10801,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),306.0,2014-01-01 +10802,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,216.0,2014-01-01 +10803,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),164.0,2014-01-01 +10804,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,183.0,2014-01-01 +10805,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),142.0,2014-01-01 +10806,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,30.2,2014-01-01 +10807,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.2,2014-01-01 +10808,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,32.3,2014-01-01 +10809,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.5,2014-01-01 +10810,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,28.1,2014-01-01 +10811,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.8,2014-01-01 +10812,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3889.0,2014-01-01 +10813,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3592.0,2014-01-01 +10814,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2071.0,2014-01-01 +10815,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1901.0,2014-01-01 +10816,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1817.0,2014-01-01 +10817,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1691.0,2014-01-01 +10818,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2014-01-01 +10819,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.1,2014-01-01 +10820,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,90.7,2014-01-01 +10821,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.2,2014-01-01 +10822,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,80.6,2014-01-01 +10823,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.9,2014-01-01 +10824,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,633.0,2014-01-01 +10825,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),599.0,2014-01-01 +10826,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,357.0,2014-01-01 +10827,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),337.0,2014-01-01 +10828,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,276.0,2014-01-01 +10829,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),262.0,2014-01-01 +10830,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,45.1,2014-01-01 +10831,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.7,2014-01-01 +10832,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,51.3,2014-01-01 +10833,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.4,2014-01-01 +10834,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,39.0,2014-01-01 +10835,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.0,2014-01-01 +10836,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,200.0,2014-01-01 +10837,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),153.0,2014-01-01 +10838,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,119.0,2014-01-01 +10839,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),91.0,2014-01-01 +10840,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,81.0,2014-01-01 +10841,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),62.0,2014-01-01 +10842,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,27.2,2014-01-01 +10843,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.7,2014-01-01 +10844,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,31.5,2014-01-01 +10845,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.0,2014-01-01 +10846,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,22.7,2014-01-01 +10847,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.3,2014-01-01 +10848,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2530.0,2014-01-01 +10849,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2264.0,2014-01-01 +10850,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1342.0,2014-01-01 +10851,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1189.0,2014-01-01 +10852,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1188.0,2014-01-01 +10853,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1074.0,2014-01-01 +10854,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,83.3,2014-01-01 +10855,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.5,2014-01-01 +10856,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,86.2,2014-01-01 +10857,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.4,2014-01-01 +10858,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,80.2,2014-01-01 +10859,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.5,2014-01-01 +10860,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,579.0,2014-01-01 +10861,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),511.0,2014-01-01 +10862,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,302.0,2014-01-01 +10863,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),263.0,2014-01-01 +10864,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,277.0,2014-01-01 +10865,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),248.0,2014-01-01 +10866,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,56.6,2014-01-01 +10867,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.0,2014-01-01 +10868,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,62.5,2014-01-01 +10869,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.5,2014-01-01 +10870,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,51.4,2014-01-01 +10871,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.0,2014-01-01 +10872,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,356.0,2014-01-01 +10873,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),300.0,2014-01-01 +10874,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,215.0,2014-01-01 +10875,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),183.0,2014-01-01 +10876,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,141.0,2014-01-01 +10877,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),117.0,2014-01-01 +10878,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,32.2,2014-01-01 +10879,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.1,2014-01-01 +10880,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,38.1,2014-01-01 +10881,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.3,2014-01-01 +10882,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2014-01-01 +10883,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.6,2014-01-01 +10884,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4042.0,2014-01-01 +10885,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3816.0,2014-01-01 +10886,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2230.0,2014-01-01 +10887,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2133.0,2014-01-01 +10888,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1812.0,2014-01-01 +10889,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1682.0,2014-01-01 +10890,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,88.8,2014-01-01 +10891,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.8,2014-01-01 +10892,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.6,2014-01-01 +10893,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.5,2014-01-01 +10894,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,81.6,2014-01-01 +10895,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.7,2014-01-01 +10896,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,808.0,2014-01-01 +10897,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),768.0,2014-01-01 +10898,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,469.0,2014-01-01 +10899,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),447.0,2014-01-01 +10900,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,339.0,2014-01-01 +10901,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),321.0,2014-01-01 +10902,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,56.8,2014-01-01 +10903,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),54.0,2014-01-01 +10904,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,67.9,2014-01-01 +10905,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.8,2014-01-01 +10906,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,46.3,2014-01-01 +10907,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.8,2014-01-01 +10908,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,441.0,2014-01-01 +10909,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),385.0,2014-01-01 +10910,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,223.0,2014-01-01 +10911,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),193.0,2014-01-01 +10912,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,217.0,2014-01-01 +10913,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),192.0,2014-01-01 +10914,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,61.5,2014-01-01 +10915,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.7,2014-01-01 +10916,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,61.0,2014-01-01 +10917,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.7,2014-01-01 +10918,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,62.0,2014-01-01 +10919,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.9,2014-01-01 +10920,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1930.0,2014-01-01 +10921,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1817.0,2014-01-01 +10922,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1008.0,2014-01-01 +10923,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),954.0,2014-01-01 +10924,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,922.0,2014-01-01 +10925,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),863.0,2014-01-01 +10926,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2014-01-01 +10927,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.0,2014-01-01 +10928,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,90.3,2014-01-01 +10929,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.5,2014-01-01 +10930,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,83.8,2014-01-01 +10931,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.4,2014-01-01 +10932,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,461.0,2014-01-01 +10933,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),438.0,2014-01-01 +10934,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,250.0,2014-01-01 +10935,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),238.0,2014-01-01 +10936,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,210.0,2014-01-01 +10937,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),201.0,2014-01-01 +10938,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,66.4,2014-01-01 +10939,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),63.2,2014-01-01 +10940,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,72.6,2014-01-01 +10941,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),68.9,2014-01-01 +10942,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,60.3,2014-01-01 +10943,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.6,2014-01-01 +10944,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4227.0,2014-01-01 +10945,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3900.0,2014-01-01 +10946,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2273.0,2014-01-01 +10947,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2083.0,2014-01-01 +10948,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,1954.0,2014-01-01 +10949,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1816.0,2014-01-01 +10950,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,49.9,2014-01-01 +10951,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.1,2014-01-01 +10952,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,52.0,2014-01-01 +10953,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.7,2014-01-01 +10954,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,47.7,2014-01-01 +10955,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.3,2014-01-01 +10956,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,29293.0,2014-01-01 +10957,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),27921.0,2014-01-01 +10958,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,15607.0,2014-01-01 +10959,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),14834.0,2014-01-01 +10960,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13686.0,2014-01-01 +10961,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),13087.0,2014-01-01 +10962,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2014-01-01 +10963,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.5,2014-01-01 +10964,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2014-01-01 +10965,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.0,2014-01-01 +10966,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,82.5,2014-01-01 +10967,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.8,2014-01-01 +10968,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,7469.0,2014-01-01 +10969,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),7087.0,2014-01-01 +10970,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,4001.0,2014-01-01 +10971,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),3781.0,2014-01-01 +10972,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,3468.0,2014-01-01 +10973,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),3307.0,2014-01-01 +10974,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,69.1,2014-01-01 +10975,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),65.6,2014-01-01 +10976,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,75.5,2014-01-01 +10977,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.4,2014-01-01 +10978,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,62.9,2014-01-01 +10979,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.0,2014-01-01 +10980,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,56.0,2014-01-01 +10981,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),48.0,2014-01-01 +10982,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,30.0,2014-01-01 +10983,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),24.0,2014-01-01 +10984,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,26.0,2014-01-01 +10985,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),24.0,2014-01-01 +10986,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,39.2,2014-01-01 +10987,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.3,2014-01-01 +10988,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,41.4,2014-01-01 +10989,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.4,2014-01-01 +10990,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,37.0,2014-01-01 +10991,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.3,2014-01-01 +10992,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,476.0,2014-01-01 +10993,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),442.0,2014-01-01 +10994,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,253.0,2014-01-01 +10995,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),235.0,2014-01-01 +10996,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,223.0,2014-01-01 +10997,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),207.0,2014-01-01 +10998,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2014-01-01 +10999,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.9,2014-01-01 +11000,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2014-01-01 +11001,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.6,2014-01-01 +11002,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,82.0,2014-01-01 +11003,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.1,2014-01-01 +11004,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,116.0,2014-01-01 +11005,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),109.0,2014-01-01 +11006,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,52.0,2014-01-01 +11007,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),49.0,2014-01-01 +11008,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,63.0,2014-01-01 +11009,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),60.0,2014-01-01 +11010,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,67.7,2014-01-01 +11011,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),64.0,2014-01-01 +11012,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,69.1,2014-01-01 +11013,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.1,2014-01-01 +11014,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,66.5,2014-01-01 +11015,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.1,2014-01-01 +11016,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,196.0,2014-01-01 +11017,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),149.0,2014-01-01 +11018,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,105.0,2014-01-01 +11019,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),77.0,2014-01-01 +11020,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,91.0,2014-01-01 +11021,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),72.0,2014-01-01 +11022,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,37.3,2014-01-01 +11023,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.4,2014-01-01 +11024,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,38.8,2014-01-01 +11025,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.5,2014-01-01 +11026,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,35.8,2014-01-01 +11027,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.4,2014-01-01 +11028,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1621.0,2014-01-01 +11029,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1451.0,2014-01-01 +11030,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,879.0,2014-01-01 +11031,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),773.0,2014-01-01 +11032,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,741.0,2014-01-01 +11033,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),678.0,2014-01-01 +11034,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,81.0,2014-01-01 +11035,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.6,2014-01-01 +11036,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,89.6,2014-01-01 +11037,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.8,2014-01-01 +11038,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,72.7,2014-01-01 +11039,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.6,2014-01-01 +11040,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,282.0,2014-01-01 +11041,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),256.0,2014-01-01 +11042,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,165.0,2014-01-01 +11043,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),147.0,2014-01-01 +11044,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,117.0,2014-01-01 +11045,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),109.0,2014-01-01 +11046,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,58.4,2014-01-01 +11047,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.0,2014-01-01 +11048,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,69.0,2014-01-01 +11049,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.4,2014-01-01 +11050,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,48.0,2014-01-01 +11051,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.7,2014-01-01 +11052,Greece,From 15 to 24 years,Thousand persons,Total,Active population,306.0,2014-01-01 +11053,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),146.0,2014-01-01 +11054,Greece,From 15 to 24 years,Thousand persons,Males,Active population,163.0,2014-01-01 +11055,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),86.0,2014-01-01 +11056,Greece,From 15 to 24 years,Thousand persons,Females,Active population,143.0,2014-01-01 +11057,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),60.0,2014-01-01 +11058,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,28.0,2014-01-01 +11059,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),13.3,2014-01-01 +11060,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,30.0,2014-01-01 +11061,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),15.8,2014-01-01 +11062,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,26.1,2014-01-01 +11063,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),10.9,2014-01-01 +11064,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3894.0,2014-01-01 +11065,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2881.0,2014-01-01 +11066,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2144.0,2014-01-01 +11067,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1652.0,2014-01-01 +11068,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1750.0,2014-01-01 +11069,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1229.0,2014-01-01 +11070,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,84.3,2014-01-01 +11071,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.4,2014-01-01 +11072,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2014-01-01 +11073,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.8,2014-01-01 +11074,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,75.6,2014-01-01 +11075,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),53.1,2014-01-01 +11076,Greece,From 55 to 64 years,Thousand persons,Total,Active population,547.0,2014-01-01 +11077,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),453.0,2014-01-01 +11078,Greece,From 55 to 64 years,Thousand persons,Males,Active population,339.0,2014-01-01 +11079,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),279.0,2014-01-01 +11080,Greece,From 55 to 64 years,Thousand persons,Females,Active population,208.0,2014-01-01 +11081,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),174.0,2014-01-01 +11082,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,41.1,2014-01-01 +11083,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.0,2014-01-01 +11084,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,53.4,2014-01-01 +11085,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.0,2014-01-01 +11086,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,29.9,2014-01-01 +11087,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.0,2014-01-01 +11088,Spain,From 15 to 24 years,Thousand persons,Total,Active population,1599.0,2014-01-01 +11089,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),749.0,2014-01-01 +11090,Spain,From 15 to 24 years,Thousand persons,Males,Active population,855.0,2014-01-01 +11091,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),398.0,2014-01-01 +11092,Spain,From 15 to 24 years,Thousand persons,Females,Active population,745.0,2014-01-01 +11093,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),351.0,2014-01-01 +11094,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,35.7,2014-01-01 +11095,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),16.7,2014-01-01 +11096,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,37.3,2014-01-01 +11097,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),17.4,2014-01-01 +11098,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,34.0,2014-01-01 +11099,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.0,2014-01-01 +11100,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18221.0,2014-01-01 +11101,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),14067.0,2014-01-01 +11102,Spain,From 25 to 54 years,Thousand persons,Males,Active population,9724.0,2014-01-01 +11103,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),7614.0,2014-01-01 +11104,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8497.0,2014-01-01 +11105,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6452.0,2014-01-01 +11106,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2014-01-01 +11107,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),67.4,2014-01-01 +11108,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2014-01-01 +11109,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),72.5,2014-01-01 +11110,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,82.0,2014-01-01 +11111,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.3,2014-01-01 +11112,Spain,From 55 to 64 years,Thousand persons,Total,Active population,2993.0,2014-01-01 +11113,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2395.0,2014-01-01 +11114,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1698.0,2014-01-01 +11115,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1351.0,2014-01-01 +11116,Spain,From 55 to 64 years,Thousand persons,Females,Active population,1295.0,2014-01-01 +11117,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1044.0,2014-01-01 +11118,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,55.4,2014-01-01 +11119,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.3,2014-01-01 +11120,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,64.3,2014-01-01 +11121,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.2,2014-01-01 +11122,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,46.9,2014-01-01 +11123,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.8,2014-01-01 +11124,France,From 15 to 24 years,Thousand persons,Total,Active population,2764.0,2014-01-01 +11125,France,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2094.0,2014-01-01 +11126,France,From 15 to 24 years,Thousand persons,Males,Active population,1521.0,2014-01-01 +11127,France,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1138.0,2014-01-01 +11128,France,From 15 to 24 years,Thousand persons,Females,Active population,1243.0,2014-01-01 +11129,France,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),956.0,2014-01-01 +11130,France,From 15 to 24 years,Percentage of total population,Total,Active population,36.9,2014-01-01 +11131,France,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.0,2014-01-01 +11132,France,From 15 to 24 years,Percentage of total population,Males,Active population,40.3,2014-01-01 +11133,France,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.2,2014-01-01 +11134,France,From 15 to 24 years,Percentage of total population,Females,Active population,33.5,2014-01-01 +11135,France,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.8,2014-01-01 +11136,France,From 25 to 54 years,Thousand persons,Total,Active population,22226.0,2014-01-01 +11137,France,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20187.0,2014-01-01 +11138,France,From 25 to 54 years,Thousand persons,Males,Active population,11519.0,2014-01-01 +11139,France,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10462.0,2014-01-01 +11140,France,From 25 to 54 years,Thousand persons,Females,Active population,10707.0,2014-01-01 +11141,France,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9725.0,2014-01-01 +11142,France,From 25 to 54 years,Percentage of total population,Total,Active population,87.9,2014-01-01 +11143,France,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.8,2014-01-01 +11144,France,From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2014-01-01 +11145,France,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.4,2014-01-01 +11146,France,From 25 to 54 years,Percentage of total population,Females,Active population,83.0,2014-01-01 +11147,France,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.4,2014-01-01 +11148,France,From 55 to 64 years,Thousand persons,Total,Active population,4157.0,2014-01-01 +11149,France,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3848.0,2014-01-01 +11150,France,From 55 to 64 years,Thousand persons,Males,Active population,2092.0,2014-01-01 +11151,France,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1924.0,2014-01-01 +11152,France,From 55 to 64 years,Thousand persons,Females,Active population,2065.0,2014-01-01 +11153,France,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1923.0,2014-01-01 +11154,France,From 55 to 64 years,Percentage of total population,Total,Active population,50.7,2014-01-01 +11155,France,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.9,2014-01-01 +11156,France,From 55 to 64 years,Percentage of total population,Males,Active population,53.1,2014-01-01 +11157,France,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.9,2014-01-01 +11158,France,From 55 to 64 years,Percentage of total population,Females,Active population,48.5,2014-01-01 +11159,France,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.2,2014-01-01 +11160,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2689.0,2014-01-01 +11161,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2058.0,2014-01-01 +11162,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1478.0,2014-01-01 +11163,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1116.0,2014-01-01 +11164,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1211.0,2014-01-01 +11165,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),942.0,2014-01-01 +11166,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,37.1,2014-01-01 +11167,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.4,2014-01-01 +11168,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,40.5,2014-01-01 +11169,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.6,2014-01-01 +11170,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,33.7,2014-01-01 +11171,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.2,2014-01-01 +11172,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21662.0,2014-01-01 +11173,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19750.0,2014-01-01 +11174,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11239.0,2014-01-01 +11175,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10242.0,2014-01-01 +11176,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10423.0,2014-01-01 +11177,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9508.0,2014-01-01 +11178,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,88.2,2014-01-01 +11179,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.4,2014-01-01 +11180,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2014-01-01 +11181,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.9,2014-01-01 +11182,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.4,2014-01-01 +11183,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.1,2014-01-01 +11184,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,4052.0,2014-01-01 +11185,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3756.0,2014-01-01 +11186,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,2037.0,2014-01-01 +11187,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1877.0,2014-01-01 +11188,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,2015.0,2014-01-01 +11189,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1879.0,2014-01-01 +11190,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,50.7,2014-01-01 +11191,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.0,2014-01-01 +11192,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,53.1,2014-01-01 +11193,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.9,2014-01-01 +11194,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,48.6,2014-01-01 +11195,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.3,2014-01-01 +11196,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,166.0,2014-01-01 +11197,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),90.0,2014-01-01 +11198,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,97.0,2014-01-01 +11199,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),53.0,2014-01-01 +11200,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,69.0,2014-01-01 +11201,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),37.0,2014-01-01 +11202,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,33.6,2014-01-01 +11203,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.3,2014-01-01 +11204,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,38.5,2014-01-01 +11205,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),21.2,2014-01-01 +11206,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,28.5,2014-01-01 +11207,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),15.3,2014-01-01 +11208,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1455.0,2014-01-01 +11209,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1233.0,2014-01-01 +11210,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,754.0,2014-01-01 +11211,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),649.0,2014-01-01 +11212,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,701.0,2014-01-01 +11213,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),584.0,2014-01-01 +11214,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,84.1,2014-01-01 +11215,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.2,2014-01-01 +11216,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,86.6,2014-01-01 +11217,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),74.5,2014-01-01 +11218,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,81.5,2014-01-01 +11219,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.9,2014-01-01 +11220,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,247.0,2014-01-01 +11221,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),219.0,2014-01-01 +11222,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,152.0,2014-01-01 +11223,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),134.0,2014-01-01 +11224,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,95.0,2014-01-01 +11225,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),85.0,2014-01-01 +11226,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,41.0,2014-01-01 +11227,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.2,2014-01-01 +11228,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,52.1,2014-01-01 +11229,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.8,2014-01-01 +11230,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,30.6,2014-01-01 +11231,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.3,2014-01-01 +11232,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1622.0,2014-01-01 +11233,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),929.0,2014-01-01 +11234,Italy,From 15 to 24 years,Thousand persons,Males,Active population,950.0,2014-01-01 +11235,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),558.0,2014-01-01 +11236,Italy,From 15 to 24 years,Thousand persons,Females,Active population,671.0,2014-01-01 +11237,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),372.0,2014-01-01 +11238,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,27.1,2014-01-01 +11239,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.6,2014-01-01 +11240,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,31.0,2014-01-01 +11241,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.2,2014-01-01 +11242,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,23.1,2014-01-01 +11243,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.8,2014-01-01 +11244,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19706.0,2014-01-01 +11245,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),17372.0,2014-01-01 +11246,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11163.0,2014-01-01 +11247,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),9955.0,2014-01-01 +11248,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8543.0,2014-01-01 +11249,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7416.0,2014-01-01 +11250,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,77.0,2014-01-01 +11251,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),67.9,2014-01-01 +11252,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,87.7,2014-01-01 +11253,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.2,2014-01-01 +11254,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,66.4,2014-01-01 +11255,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.6,2014-01-01 +11256,Italy,From 55 to 64 years,Thousand persons,Total,Active population,3712.0,2014-01-01 +11257,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3508.0,2014-01-01 +11258,Italy,From 55 to 64 years,Thousand persons,Males,Active population,2214.0,2014-01-01 +11259,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2077.0,2014-01-01 +11260,Italy,From 55 to 64 years,Thousand persons,Females,Active population,1498.0,2014-01-01 +11261,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1432.0,2014-01-01 +11262,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,48.9,2014-01-01 +11263,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.2,2014-01-01 +11264,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,60.2,2014-01-01 +11265,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.5,2014-01-01 +11266,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,38.3,2014-01-01 +11267,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.6,2014-01-01 +11268,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,42.0,2014-01-01 +11269,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),27.0,2014-01-01 +11270,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,20.0,2014-01-01 +11271,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2014-01-01 +11272,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,22.0,2014-01-01 +11273,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),14.0,2014-01-01 +11274,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,40.3,2014-01-01 +11275,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.8,2014-01-01 +11276,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,41.2,2014-01-01 +11277,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),25.8,2014-01-01 +11278,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,39.5,2014-01-01 +11279,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.9,2014-01-01 +11280,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,330.0,2014-01-01 +11281,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),284.0,2014-01-01 +11282,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,165.0,2014-01-01 +11283,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),140.0,2014-01-01 +11284,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,165.0,2014-01-01 +11285,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),144.0,2014-01-01 +11286,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2014-01-01 +11287,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.2,2014-01-01 +11288,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2014-01-01 +11289,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.6,2014-01-01 +11290,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,83.9,2014-01-01 +11291,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.1,2014-01-01 +11292,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,53.0,2014-01-01 +11293,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),44.0,2014-01-01 +11294,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,32.0,2014-01-01 +11295,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),27.0,2014-01-01 +11296,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,20.0,2014-01-01 +11297,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),18.0,2014-01-01 +11298,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,56.0,2014-01-01 +11299,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.9,2014-01-01 +11300,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,69.9,2014-01-01 +11301,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.1,2014-01-01 +11302,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,42.5,2014-01-01 +11303,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.9,2014-01-01 +11304,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,86.0,2014-01-01 +11305,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),69.0,2014-01-01 +11306,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,49.0,2014-01-01 +11307,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),40.0,2014-01-01 +11308,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,37.0,2014-01-01 +11309,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),29.0,2014-01-01 +11310,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,40.4,2014-01-01 +11311,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.5,2014-01-01 +11312,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,45.3,2014-01-01 +11313,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.5,2014-01-01 +11314,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,35.3,2014-01-01 +11315,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.3,2014-01-01 +11316,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,717.0,2014-01-01 +11317,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),643.0,2014-01-01 +11318,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,364.0,2014-01-01 +11319,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),324.0,2014-01-01 +11320,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,353.0,2014-01-01 +11321,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),319.0,2014-01-01 +11322,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,87.2,2014-01-01 +11323,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.2,2014-01-01 +11324,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,90.5,2014-01-01 +11325,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.4,2014-01-01 +11326,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,84.0,2014-01-01 +11327,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.0,2014-01-01 +11328,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,163.0,2014-01-01 +11329,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),147.0,2014-01-01 +11330,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,72.0,2014-01-01 +11331,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),64.0,2014-01-01 +11332,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,91.0,2014-01-01 +11333,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),83.0,2014-01-01 +11334,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,62.6,2014-01-01 +11335,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.4,2014-01-01 +11336,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,63.7,2014-01-01 +11337,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.3,2014-01-01 +11338,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,61.7,2014-01-01 +11339,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.4,2014-01-01 +11340,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,132.0,2014-01-01 +11341,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),107.0,2014-01-01 +11342,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,77.0,2014-01-01 +11343,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),62.0,2014-01-01 +11344,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,55.0,2014-01-01 +11345,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),45.0,2014-01-01 +11346,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,34.2,2014-01-01 +11347,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.6,2014-01-01 +11348,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,38.6,2014-01-01 +11349,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.0,2014-01-01 +11350,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,29.6,2014-01-01 +11351,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.1,2014-01-01 +11352,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1077.0,2014-01-01 +11353,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),971.0,2014-01-01 +11354,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,532.0,2014-01-01 +11355,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),473.0,2014-01-01 +11356,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,545.0,2014-01-01 +11357,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),497.0,2014-01-01 +11358,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,89.7,2014-01-01 +11359,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.8,2014-01-01 +11360,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2014-01-01 +11361,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.7,2014-01-01 +11362,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,88.7,2014-01-01 +11363,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.9,2014-01-01 +11364,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,236.0,2014-01-01 +11365,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),211.0,2014-01-01 +11366,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,112.0,2014-01-01 +11367,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),97.0,2014-01-01 +11368,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,124.0,2014-01-01 +11369,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),114.0,2014-01-01 +11370,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,63.0,2014-01-01 +11371,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),56.2,2014-01-01 +11372,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,68.2,2014-01-01 +11373,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.8,2014-01-01 +11374,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,58.9,2014-01-01 +11375,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.3,2014-01-01 +11376,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,16.0,2014-01-01 +11377,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),12.0,2014-01-01 +11378,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,9.0,2014-01-01 +11379,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),7.0,2014-01-01 +11380,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,7.0,2014-01-01 +11381,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2014-01-01 +11382,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,26.3,2014-01-01 +11383,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.4,2014-01-01 +11384,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,29.6,2014-01-01 +11385,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),21.9,2014-01-01 +11386,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,23.0,2014-01-01 +11387,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.8,2014-01-01 +11388,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,216.0,2014-01-01 +11389,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),205.0,2014-01-01 +11390,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,118.0,2014-01-01 +11391,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),112.0,2014-01-01 +11392,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,98.0,2014-01-01 +11393,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),93.0,2014-01-01 +11394,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,88.0,2014-01-01 +11395,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.7,2014-01-01 +11396,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,94.9,2014-01-01 +11397,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.5,2014-01-01 +11398,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,80.9,2014-01-01 +11399,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.8,2014-01-01 +11400,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,27.0,2014-01-01 +11401,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2014-01-01 +11402,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,16.0,2014-01-01 +11403,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15.0,2014-01-01 +11404,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,11.0,2014-01-01 +11405,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10.0,2014-01-01 +11406,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,44.5,2014-01-01 +11407,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.5,2014-01-01 +11408,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,52.1,2014-01-01 +11409,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.8,2014-01-01 +11410,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,36.5,2014-01-01 +11411,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.0,2014-01-01 +11412,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,332.0,2014-01-01 +11413,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),264.0,2014-01-01 +11414,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,190.0,2014-01-01 +11415,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),152.0,2014-01-01 +11416,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,142.0,2014-01-01 +11417,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),112.0,2014-01-01 +11418,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,29.5,2014-01-01 +11419,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.5,2014-01-01 +11420,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,33.0,2014-01-01 +11421,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.4,2014-01-01 +11422,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,25.9,2014-01-01 +11423,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),20.5,2014-01-01 +11424,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3458.0,2014-01-01 +11425,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3223.0,2014-01-01 +11426,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1855.0,2014-01-01 +11427,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1735.0,2014-01-01 +11428,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1603.0,2014-01-01 +11429,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1488.0,2014-01-01 +11430,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,85.0,2014-01-01 +11431,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.2,2014-01-01 +11432,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,91.2,2014-01-01 +11433,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.3,2014-01-01 +11434,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,78.8,2014-01-01 +11435,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.2,2014-01-01 +11436,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,623.0,2014-01-01 +11437,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),583.0,2014-01-01 +11438,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,339.0,2014-01-01 +11439,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),316.0,2014-01-01 +11440,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,284.0,2014-01-01 +11441,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),267.0,2014-01-01 +11442,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,44.6,2014-01-01 +11443,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.7,2014-01-01 +11444,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,53.2,2014-01-01 +11445,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.6,2014-01-01 +11446,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,37.4,2014-01-01 +11447,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.2,2014-01-01 +11448,Malta,From 15 to 24 years,Thousand persons,Total,Active population,28.0,2014-01-01 +11449,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2014-01-01 +11450,Malta,From 15 to 24 years,Thousand persons,Males,Active population,15.0,2014-01-01 +11451,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2014-01-01 +11452,Malta,From 15 to 24 years,Thousand persons,Females,Active population,13.0,2014-01-01 +11453,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2014-01-01 +11454,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,52.4,2014-01-01 +11455,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.2,2014-01-01 +11456,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,52.9,2014-01-01 +11457,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.7,2014-01-01 +11458,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,51.8,2014-01-01 +11459,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.8,2014-01-01 +11460,Malta,From 25 to 54 years,Thousand persons,Total,Active population,137.0,2014-01-01 +11461,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),131.0,2014-01-01 +11462,Malta,From 25 to 54 years,Thousand persons,Males,Active population,84.0,2014-01-01 +11463,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),80.0,2014-01-01 +11464,Malta,From 25 to 54 years,Thousand persons,Females,Active population,53.0,2014-01-01 +11465,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2014-01-01 +11466,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,79.6,2014-01-01 +11467,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.9,2014-01-01 +11468,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,95.1,2014-01-01 +11469,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.6,2014-01-01 +11470,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,63.4,2014-01-01 +11471,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.6,2014-01-01 +11472,Malta,From 55 to 64 years,Thousand persons,Total,Active population,24.0,2014-01-01 +11473,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),22.0,2014-01-01 +11474,Malta,From 55 to 64 years,Thousand persons,Males,Active population,18.0,2014-01-01 +11475,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2014-01-01 +11476,Malta,From 55 to 64 years,Thousand persons,Females,Active population,6.0,2014-01-01 +11477,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2014-01-01 +11478,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,40.3,2014-01-01 +11479,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.8,2014-01-01 +11480,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,60.1,2014-01-01 +11481,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.7,2014-01-01 +11482,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,20.7,2014-01-01 +11483,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.9,2014-01-01 +11484,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1378.0,2014-01-01 +11485,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1202.0,2014-01-01 +11486,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,696.0,2014-01-01 +11487,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),610.0,2014-01-01 +11488,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,681.0,2014-01-01 +11489,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),592.0,2014-01-01 +11490,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,67.4,2014-01-01 +11491,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.8,2014-01-01 +11492,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,67.0,2014-01-01 +11493,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.7,2014-01-01 +11494,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,67.7,2014-01-01 +11495,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.8,2014-01-01 +11496,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,5893.0,2014-01-01 +11497,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5529.0,2014-01-01 +11498,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3124.0,2014-01-01 +11499,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2944.0,2014-01-01 +11500,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2769.0,2014-01-01 +11501,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2585.0,2014-01-01 +11502,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2014-01-01 +11503,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.7,2014-01-01 +11504,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2014-01-01 +11505,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.9,2014-01-01 +11506,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,81.9,2014-01-01 +11507,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.5,2014-01-01 +11508,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1406.0,2014-01-01 +11509,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1297.0,2014-01-01 +11510,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,817.0,2014-01-01 +11511,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),751.0,2014-01-01 +11512,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,589.0,2014-01-01 +11513,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),547.0,2014-01-01 +11514,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,64.9,2014-01-01 +11515,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.9,2014-01-01 +11516,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,75.5,2014-01-01 +11517,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.4,2014-01-01 +11518,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,54.3,2014-01-01 +11519,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.4,2014-01-01 +11520,Austria,From 15 to 24 years,Thousand persons,Total,Active population,566.0,2014-01-01 +11521,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),508.0,2014-01-01 +11522,Austria,From 15 to 24 years,Thousand persons,Males,Active population,296.0,2014-01-01 +11523,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),265.0,2014-01-01 +11524,Austria,From 15 to 24 years,Thousand persons,Females,Active population,270.0,2014-01-01 +11525,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),244.0,2014-01-01 +11526,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,58.0,2014-01-01 +11527,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.1,2014-01-01 +11528,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,60.7,2014-01-01 +11529,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.3,2014-01-01 +11530,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,55.4,2014-01-01 +11531,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.9,2014-01-01 +11532,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3229.0,2014-01-01 +11533,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3061.0,2014-01-01 +11534,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1679.0,2014-01-01 +11535,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1589.0,2014-01-01 +11536,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1550.0,2014-01-01 +11537,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1472.0,2014-01-01 +11538,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,88.0,2014-01-01 +11539,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.4,2014-01-01 +11540,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2014-01-01 +11541,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.6,2014-01-01 +11542,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,84.5,2014-01-01 +11543,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.3,2014-01-01 +11544,Austria,From 55 to 64 years,Thousand persons,Total,Active population,483.0,2014-01-01 +11545,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),465.0,2014-01-01 +11546,Austria,From 55 to 64 years,Thousand persons,Males,Active population,285.0,2014-01-01 +11547,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),272.0,2014-01-01 +11548,Austria,From 55 to 64 years,Thousand persons,Females,Active population,198.0,2014-01-01 +11549,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),192.0,2014-01-01 +11550,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,46.9,2014-01-01 +11551,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.1,2014-01-01 +11552,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,56.8,2014-01-01 +11553,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.3,2014-01-01 +11554,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,37.5,2014-01-01 +11555,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.4,2014-01-01 +11556,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1455.0,2014-01-01 +11557,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1108.0,2014-01-01 +11558,Poland,From 15 to 24 years,Thousand persons,Males,Active population,857.0,2014-01-01 +11559,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),663.0,2014-01-01 +11560,Poland,From 15 to 24 years,Thousand persons,Females,Active population,598.0,2014-01-01 +11561,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),445.0,2014-01-01 +11562,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,33.9,2014-01-01 +11563,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.8,2014-01-01 +11564,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,38.8,2014-01-01 +11565,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.0,2014-01-01 +11566,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,28.7,2014-01-01 +11567,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.3,2014-01-01 +11568,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13212.0,2014-01-01 +11569,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12167.0,2014-01-01 +11570,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7089.0,2014-01-01 +11571,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6577.0,2014-01-01 +11572,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6123.0,2014-01-01 +11573,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5590.0,2014-01-01 +11574,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2014-01-01 +11575,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.4,2014-01-01 +11576,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,90.5,2014-01-01 +11577,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.9,2014-01-01 +11578,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2014-01-01 +11579,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.7,2014-01-01 +11580,Poland,From 55 to 64 years,Thousand persons,Total,Active population,2485.0,2014-01-01 +11581,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2316.0,2014-01-01 +11582,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1472.0,2014-01-01 +11583,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1367.0,2014-01-01 +11584,Poland,From 55 to 64 years,Thousand persons,Females,Active population,1013.0,2014-01-01 +11585,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),948.0,2014-01-01 +11586,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,45.6,2014-01-01 +11587,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.5,2014-01-01 +11588,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,57.2,2014-01-01 +11589,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.1,2014-01-01 +11590,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,35.2,2014-01-01 +11591,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.9,2014-01-01 +11592,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,378.0,2014-01-01 +11593,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),247.0,2014-01-01 +11594,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,193.0,2014-01-01 +11595,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),127.0,2014-01-01 +11596,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,185.0,2014-01-01 +11597,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),119.0,2014-01-01 +11598,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,34.3,2014-01-01 +11599,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.4,2014-01-01 +11600,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,34.8,2014-01-01 +11601,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.9,2014-01-01 +11602,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,33.8,2014-01-01 +11603,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.9,2014-01-01 +11604,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,3858.0,2014-01-01 +11605,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3368.0,2014-01-01 +11606,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,1925.0,2014-01-01 +11607,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1694.0,2014-01-01 +11608,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1933.0,2014-01-01 +11609,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1674.0,2014-01-01 +11610,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,88.6,2014-01-01 +11611,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.4,2014-01-01 +11612,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2014-01-01 +11613,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.6,2014-01-01 +11614,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,85.8,2014-01-01 +11615,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.3,2014-01-01 +11616,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,740.0,2014-01-01 +11617,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),640.0,2014-01-01 +11618,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,404.0,2014-01-01 +11619,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),343.0,2014-01-01 +11620,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,336.0,2014-01-01 +11621,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),298.0,2014-01-01 +11622,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,55.3,2014-01-01 +11623,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.8,2014-01-01 +11624,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,64.0,2014-01-01 +11625,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.3,2014-01-01 +11626,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,47.5,2014-01-01 +11627,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.1,2014-01-01 +11628,Romania,From 15 to 24 years,Thousand persons,Total,Active population,669.0,2014-01-01 +11629,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),508.0,2014-01-01 +11630,Romania,From 15 to 24 years,Thousand persons,Males,Active population,406.0,2014-01-01 +11631,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),311.0,2014-01-01 +11632,Romania,From 15 to 24 years,Thousand persons,Females,Active population,262.0,2014-01-01 +11633,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),198.0,2014-01-01 +11634,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,29.6,2014-01-01 +11635,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.5,2014-01-01 +11636,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,34.8,2014-01-01 +11637,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.6,2014-01-01 +11638,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,24.0,2014-01-01 +11639,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.0,2014-01-01 +11640,Romania,From 25 to 54 years,Thousand persons,Total,Active population,6983.0,2014-01-01 +11641,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),6556.0,2014-01-01 +11642,Romania,From 25 to 54 years,Thousand persons,Males,Active population,3935.0,2014-01-01 +11643,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3676.0,2014-01-01 +11644,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3048.0,2014-01-01 +11645,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2879.0,2014-01-01 +11646,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,82.1,2014-01-01 +11647,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.1,2014-01-01 +11648,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,90.5,2014-01-01 +11649,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.6,2014-01-01 +11650,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,73.3,2014-01-01 +11651,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.3,2014-01-01 +11652,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1231.0,2014-01-01 +11653,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1190.0,2014-01-01 +11654,Romania,From 55 to 64 years,Thousand persons,Males,Active population,720.0,2014-01-01 +11655,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),690.0,2014-01-01 +11656,Romania,From 55 to 64 years,Thousand persons,Females,Active population,511.0,2014-01-01 +11657,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),500.0,2014-01-01 +11658,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,44.6,2014-01-01 +11659,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.1,2014-01-01 +11660,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,55.4,2014-01-01 +11661,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.2,2014-01-01 +11662,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,35.0,2014-01-01 +11663,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.2,2014-01-01 +11664,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,70.0,2014-01-01 +11665,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),56.0,2014-01-01 +11666,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,39.0,2014-01-01 +11667,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),32.0,2014-01-01 +11668,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,31.0,2014-01-01 +11669,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),24.0,2014-01-01 +11670,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,33.6,2014-01-01 +11671,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.8,2014-01-01 +11672,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,36.6,2014-01-01 +11673,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.5,2014-01-01 +11674,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,30.4,2014-01-01 +11675,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.0,2014-01-01 +11676,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,807.0,2014-01-01 +11677,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),732.0,2014-01-01 +11678,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,428.0,2014-01-01 +11679,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),392.0,2014-01-01 +11680,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,379.0,2014-01-01 +11681,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),340.0,2014-01-01 +11682,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.3,2014-01-01 +11683,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.9,2014-01-01 +11684,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2014-01-01 +11685,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.6,2014-01-01 +11686,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,88.3,2014-01-01 +11687,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.1,2014-01-01 +11688,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,113.0,2014-01-01 +11689,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),104.0,2014-01-01 +11690,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,67.0,2014-01-01 +11691,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),62.0,2014-01-01 +11692,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,46.0,2014-01-01 +11693,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),43.0,2014-01-01 +11694,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,38.4,2014-01-01 +11695,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.4,2014-01-01 +11696,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,45.7,2014-01-01 +11697,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.8,2014-01-01 +11698,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,31.1,2014-01-01 +11699,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.0,2014-01-01 +11700,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,211.0,2014-01-01 +11701,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),148.0,2014-01-01 +11702,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,133.0,2014-01-01 +11703,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),94.0,2014-01-01 +11704,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,78.0,2014-01-01 +11705,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),55.0,2014-01-01 +11706,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,31.0,2014-01-01 +11707,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),21.8,2014-01-01 +11708,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,38.0,2014-01-01 +11709,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.8,2014-01-01 +11710,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,23.6,2014-01-01 +11711,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.5,2014-01-01 +11712,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2129.0,2014-01-01 +11713,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1873.0,2014-01-01 +11714,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1164.0,2014-01-01 +11715,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1030.0,2014-01-01 +11716,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,965.0,2014-01-01 +11717,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),843.0,2014-01-01 +11718,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2014-01-01 +11719,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.8,2014-01-01 +11720,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,94.0,2014-01-01 +11721,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.2,2014-01-01 +11722,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.4,2014-01-01 +11723,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.2,2014-01-01 +11724,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,367.0,2014-01-01 +11725,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),328.0,2014-01-01 +11726,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,205.0,2014-01-01 +11727,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),185.0,2014-01-01 +11728,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,163.0,2014-01-01 +11729,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),144.0,2014-01-01 +11730,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,50.1,2014-01-01 +11731,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.8,2014-01-01 +11732,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,58.9,2014-01-01 +11733,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.1,2014-01-01 +11734,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,42.1,2014-01-01 +11735,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.2,2014-01-01 +11736,Finland,From 15 to 24 years,Thousand persons,Total,Active population,330.0,2014-01-01 +11737,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),262.0,2014-01-01 +11738,Finland,From 15 to 24 years,Thousand persons,Males,Active population,163.0,2014-01-01 +11739,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),126.0,2014-01-01 +11740,Finland,From 15 to 24 years,Thousand persons,Females,Active population,167.0,2014-01-01 +11741,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),136.0,2014-01-01 +11742,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,52.1,2014-01-01 +11743,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.4,2014-01-01 +11744,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,51.5,2014-01-01 +11745,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.8,2014-01-01 +11746,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,52.6,2014-01-01 +11747,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.0,2014-01-01 +11748,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1809.0,2014-01-01 +11749,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1680.0,2014-01-01 +11750,Finland,From 25 to 54 years,Thousand persons,Males,Active population,952.0,2014-01-01 +11751,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),879.0,2014-01-01 +11752,Finland,From 25 to 54 years,Thousand persons,Females,Active population,857.0,2014-01-01 +11753,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),801.0,2014-01-01 +11754,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,86.6,2014-01-01 +11755,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.5,2014-01-01 +11756,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,89.5,2014-01-01 +11757,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.7,2014-01-01 +11758,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,83.6,2014-01-01 +11759,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.1,2014-01-01 +11760,Finland,From 55 to 64 years,Thousand persons,Total,Active population,479.0,2014-01-01 +11761,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),444.0,2014-01-01 +11762,Finland,From 55 to 64 years,Thousand persons,Males,Active population,229.0,2014-01-01 +11763,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),210.0,2014-01-01 +11764,Finland,From 55 to 64 years,Thousand persons,Females,Active population,249.0,2014-01-01 +11765,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),234.0,2014-01-01 +11766,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,63.8,2014-01-01 +11767,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.1,2014-01-01 +11768,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,61.9,2014-01-01 +11769,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.8,2014-01-01 +11770,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,65.5,2014-01-01 +11771,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.4,2014-01-01 +11772,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,670.0,2014-01-01 +11773,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),517.0,2014-01-01 +11774,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,341.0,2014-01-01 +11775,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),259.0,2014-01-01 +11776,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,329.0,2014-01-01 +11777,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),258.0,2014-01-01 +11778,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,55.4,2014-01-01 +11779,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.8,2014-01-01 +11780,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,54.9,2014-01-01 +11781,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),41.6,2014-01-01 +11782,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,56.0,2014-01-01 +11783,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.0,2014-01-01 +11784,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3439.0,2014-01-01 +11785,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3233.0,2014-01-01 +11786,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1803.0,2014-01-01 +11787,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1694.0,2014-01-01 +11788,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1636.0,2014-01-01 +11789,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1539.0,2014-01-01 +11790,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.8,2014-01-01 +11791,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.4,2014-01-01 +11792,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2014-01-01 +11793,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.8,2014-01-01 +11794,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,88.0,2014-01-01 +11795,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.8,2014-01-01 +11796,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,896.0,2014-01-01 +11797,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),847.0,2014-01-01 +11798,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,467.0,2014-01-01 +11799,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),438.0,2014-01-01 +11800,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,429.0,2014-01-01 +11801,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),409.0,2014-01-01 +11802,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,78.2,2014-01-01 +11803,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.0,2014-01-01 +11804,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,81.5,2014-01-01 +11805,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.5,2014-01-01 +11806,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,74.9,2014-01-01 +11807,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2014-01-01 +11808,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4487.0,2014-01-01 +11809,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3726.0,2014-01-01 +11810,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2340.0,2014-01-01 +11811,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1897.0,2014-01-01 +11812,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2146.0,2014-01-01 +11813,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1829.0,2014-01-01 +11814,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,57.8,2014-01-01 +11815,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.0,2014-01-01 +11816,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,59.5,2014-01-01 +11817,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.2,2014-01-01 +11818,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,56.1,2014-01-01 +11819,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.8,2014-01-01 +11820,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,22403.0,2014-01-01 +11821,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),21377.0,2014-01-01 +11822,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11869.0,2014-01-01 +11823,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11333.0,2014-01-01 +11824,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10533.0,2014-01-01 +11825,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),10044.0,2014-01-01 +11826,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,86.0,2014-01-01 +11827,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.1,2014-01-01 +11828,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2014-01-01 +11829,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.0,2014-01-01 +11830,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,79.9,2014-01-01 +11831,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.2,2014-01-01 +11832,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4645.0,2014-01-01 +11833,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4457.0,2014-01-01 +11834,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2545.0,2014-01-01 +11835,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2432.0,2014-01-01 +11836,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,2099.0,2014-01-01 +11837,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2025.0,2014-01-01 +11838,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,63.5,2014-01-01 +11839,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.0,2014-01-01 +11840,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,70.9,2014-01-01 +11841,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.8,2014-01-01 +11842,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,56.4,2014-01-01 +11843,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.4,2014-01-01 +11844,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,32.0,2014-01-01 +11845,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),29.0,2014-01-01 +11846,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2014-01-01 +11847,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2014-01-01 +11848,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,16.0,2014-01-01 +11849,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2014-01-01 +11850,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,78.2,2014-01-01 +11851,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),70.5,2014-01-01 +11852,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,77.6,2014-01-01 +11853,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),67.6,2014-01-01 +11854,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,78.8,2014-01-01 +11855,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.6,2014-01-01 +11856,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,114.0,2014-01-01 +11857,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),109.0,2014-01-01 +11858,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,59.0,2014-01-01 +11859,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),57.0,2014-01-01 +11860,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,55.0,2014-01-01 +11861,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),52.0,2014-01-01 +11862,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,90.3,2014-01-01 +11863,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.4,2014-01-01 +11864,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2014-01-01 +11865,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),90.2,2014-01-01 +11866,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,86.9,2014-01-01 +11867,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.6,2014-01-01 +11868,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,32.0,2014-01-01 +11869,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),31.0,2014-01-01 +11870,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,17.0,2014-01-01 +11871,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2014-01-01 +11872,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,15.0,2014-01-01 +11873,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2014-01-01 +11874,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,87.4,2014-01-01 +11875,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.8,2014-01-01 +11876,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,91.4,2014-01-01 +11877,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.7,2014-01-01 +11878,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,83.4,2014-01-01 +11879,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.8,2014-01-01 +11880,Norway,From 15 to 24 years,Thousand persons,Total,Active population,359.0,2014-01-01 +11881,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),330.0,2014-01-01 +11882,Norway,From 15 to 24 years,Thousand persons,Males,Active population,178.0,2014-01-01 +11883,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),162.0,2014-01-01 +11884,Norway,From 15 to 24 years,Thousand persons,Females,Active population,180.0,2014-01-01 +11885,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),168.0,2014-01-01 +11886,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,54.4,2014-01-01 +11887,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.1,2014-01-01 +11888,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,53.1,2014-01-01 +11889,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.2,2014-01-01 +11890,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,55.8,2014-01-01 +11891,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),52.1,2014-01-01 +11892,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1834.0,2014-01-01 +11893,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1773.0,2014-01-01 +11894,Norway,From 25 to 54 years,Thousand persons,Males,Active population,969.0,2014-01-01 +11895,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),936.0,2014-01-01 +11896,Norway,From 25 to 54 years,Thousand persons,Females,Active population,865.0,2014-01-01 +11897,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),837.0,2014-01-01 +11898,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,86.8,2014-01-01 +11899,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.9,2014-01-01 +11900,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,89.3,2014-01-01 +11901,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.2,2014-01-01 +11902,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,84.1,2014-01-01 +11903,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.4,2014-01-01 +11904,Norway,From 55 to 64 years,Thousand persons,Total,Active population,439.0,2014-01-01 +11905,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),433.0,2014-01-01 +11906,Norway,From 55 to 64 years,Thousand persons,Males,Active population,233.0,2014-01-01 +11907,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),230.0,2014-01-01 +11908,Norway,From 55 to 64 years,Thousand persons,Females,Active population,205.0,2014-01-01 +11909,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),203.0,2014-01-01 +11910,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,73.1,2014-01-01 +11911,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.2,2014-01-01 +11912,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,77.0,2014-01-01 +11913,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.8,2014-01-01 +11914,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,69.2,2014-01-01 +11915,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.5,2014-01-01 +11916,Switzerland,From 15 to 24 years,Thousand persons,Total,Active population,626.0,2014-01-01 +11917,Switzerland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),572.0,2014-01-01 +11918,Switzerland,From 15 to 24 years,Thousand persons,Males,Active population,323.0,2014-01-01 +11919,Switzerland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),295.0,2014-01-01 +11920,Switzerland,From 15 to 24 years,Thousand persons,Females,Active population,303.0,2014-01-01 +11921,Switzerland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),277.0,2014-01-01 +11922,Switzerland,From 15 to 24 years,Percentage of total population,Total,Active population,67.4,2014-01-01 +11923,Switzerland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.6,2014-01-01 +11924,Switzerland,From 15 to 24 years,Percentage of total population,Males,Active population,68.2,2014-01-01 +11925,Switzerland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.3,2014-01-01 +11926,Switzerland,From 15 to 24 years,Percentage of total population,Females,Active population,66.6,2014-01-01 +11927,Switzerland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.9,2014-01-01 +11928,Switzerland,From 25 to 54 years,Thousand persons,Total,Active population,3222.0,2014-01-01 +11929,Switzerland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3085.0,2014-01-01 +11930,Switzerland,From 25 to 54 years,Thousand persons,Males,Active population,1715.0,2014-01-01 +11931,Switzerland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1645.0,2014-01-01 +11932,Switzerland,From 25 to 54 years,Thousand persons,Females,Active population,1507.0,2014-01-01 +11933,Switzerland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1439.0,2014-01-01 +11934,Switzerland,From 25 to 54 years,Percentage of total population,Total,Active population,90.8,2014-01-01 +11935,Switzerland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),86.9,2014-01-01 +11936,Switzerland,From 25 to 54 years,Percentage of total population,Males,Active population,95.8,2014-01-01 +11937,Switzerland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.9,2014-01-01 +11938,Switzerland,From 25 to 54 years,Percentage of total population,Females,Active population,85.7,2014-01-01 +11939,Switzerland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.8,2014-01-01 +11940,Switzerland,From 55 to 64 years,Thousand persons,Total,Active population,733.0,2014-01-01 +11941,Switzerland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),709.0,2014-01-01 +11942,Switzerland,From 55 to 64 years,Thousand persons,Males,Active population,403.0,2014-01-01 +11943,Switzerland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),389.0,2014-01-01 +11944,Switzerland,From 55 to 64 years,Thousand persons,Females,Active population,330.0,2014-01-01 +11945,Switzerland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),320.0,2014-01-01 +11946,Switzerland,From 55 to 64 years,Percentage of total population,Total,Active population,74.0,2014-01-01 +11947,Switzerland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.6,2014-01-01 +11948,Switzerland,From 55 to 64 years,Percentage of total population,Males,Active population,81.4,2014-01-01 +11949,Switzerland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.7,2014-01-01 +11950,Switzerland,From 55 to 64 years,Percentage of total population,Females,Active population,66.5,2014-01-01 +11951,Switzerland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.4,2014-01-01 +11952,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,95.0,2014-01-01 +11953,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),45.0,2014-01-01 +11954,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,59.0,2014-01-01 +11955,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2014-01-01 +11956,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,35.0,2014-01-01 +11957,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),16.0,2014-01-01 +11958,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,32.4,2014-01-01 +11959,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.2,2014-01-01 +11960,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,39.3,2014-01-01 +11961,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.9,2014-01-01 +11962,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,25.1,2014-01-01 +11963,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),11.3,2014-01-01 +11964,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,733.0,2014-01-01 +11965,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),543.0,2014-01-01 +11966,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,434.0,2014-01-01 +11967,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),325.0,2014-01-01 +11968,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,299.0,2014-01-01 +11969,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),218.0,2014-01-01 +11970,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,80.0,2014-01-01 +11971,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.3,2014-01-01 +11972,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,93.2,2014-01-01 +11973,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.8,2014-01-01 +11974,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,66.4,2014-01-01 +11975,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.5,2014-01-01 +11976,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,126.0,2014-01-01 +11977,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),97.0,2014-01-01 +11978,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,83.0,2014-01-01 +11979,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),63.0,2014-01-01 +11980,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,43.0,2014-01-01 +11981,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),35.0,2014-01-01 +11982,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,49.9,2014-01-01 +11983,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.6,2014-01-01 +11984,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,66.8,2014-01-01 +11985,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.3,2014-01-01 +11986,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,33.5,2014-01-01 +11987,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.1,2014-01-01 +11988,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4782.0,2014-01-01 +11989,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3929.0,2014-01-01 +11990,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,3163.0,2014-01-01 +11991,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2637.0,2014-01-01 +11992,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1619.0,2014-01-01 +11993,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1292.0,2014-01-01 +11994,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,40.8,2014-01-01 +11995,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.5,2014-01-01 +11996,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,53.9,2014-01-01 +11997,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.0,2014-01-01 +11998,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,27.6,2014-01-01 +11999,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.0,2014-01-01 +12000,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,21170.0,2014-01-01 +12001,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19322.0,2014-01-01 +12002,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,14830.0,2014-01-01 +12003,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),13671.0,2014-01-01 +12004,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,6340.0,2014-01-01 +12005,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5651.0,2014-01-01 +12006,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,64.4,2014-01-01 +12007,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.8,2014-01-01 +12008,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,89.8,2014-01-01 +12009,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.8,2014-01-01 +12010,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,38.8,2014-01-01 +12011,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.6,2014-01-01 +12012,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,2134.0,2014-01-01 +12013,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2006.0,2014-01-01 +12014,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1555.0,2014-01-01 +12015,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1440.0,2014-01-01 +12016,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,580.0,2014-01-01 +12017,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),566.0,2014-01-01 +12018,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,33.4,2014-01-01 +12019,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.4,2014-01-01 +12020,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,49.2,2014-01-01 +12021,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.6,2014-01-01 +12022,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,17.9,2014-01-01 +12023,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.5,2014-01-01 +12024,,,,,,, +12025,,,,,,, +12026,,,,,,, +12027,,,,,,, +12028,,,,,,, +12029,,,,,,, +12030,,,,,,, +12031,,,,,,, +12032,,,,,,, +12033,,,,,,, +12034,,,,,,, +12035,,,,,,, +12036,,,,,,, +12037,,,,,,, +12038,,,,,,, +12039,,,,,,, +12040,,,,,,, +12041,,,,,,, +12042,,,,,,, +12043,,,,,,, +12044,,,,,,, +12045,,,,,,, +12046,,,,,,, +12047,,,,,,, +12048,,,,,,, +12049,,,,,,, +12050,,,,,,, +12051,,,,,,, +12052,,,,,,, +12053,,,,,,, +12054,,,,,,, +12055,,,,,,, +12056,,,,,,, +12057,,,,,,, +12058,,,,,,, +12059,,,,,,, +12060,,,,,,, +12061,,,,,,, +12062,,,,,,, +12063,,,,,,, +12064,,,,,,, +12065,,,,,,, +12066,,,,,,, +12067,,,,,,, +12068,,,,,,, +12069,,,,,,, +12070,,,,,,, +12071,,,,,,, +12072,,,,,,, +12073,,,,,,, +12074,,,,,,, +12075,,,,,,, +12076,,,,,,, +12077,,,,,,, +12078,,,,,,, +12079,,,,,,, +12080,,,,,,, +12081,,,,,,, +12082,,,,,,, +12083,,,,,,, +12084,,,,,,, +12085,,,,,,, +12086,,,,,,, +12087,,,,,,, +12088,,,,,,, +12089,,,,,,, +12090,,,,,,, +12091,,,,,,, +12092,,,,,,, +12093,,,,,,, +12094,,,,,,, +12095,,,,,,, +12096,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,22772.0,2015-01-01 +12097,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18161.0,2015-01-01 +12098,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,12369.0,2015-01-01 +12099,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9779.0,2015-01-01 +12100,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,10403.0,2015-01-01 +12101,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8382.0,2015-01-01 +12102,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.5,2015-01-01 +12103,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.1,2015-01-01 +12104,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.1,2015-01-01 +12105,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.9,2015-01-01 +12106,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.8,2015-01-01 +12107,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.3,2015-01-01 +12108,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,177928.0,2015-01-01 +12109,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),162502.0,2015-01-01 +12110,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,95308.0,2015-01-01 +12111,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),87327.0,2015-01-01 +12112,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82620.0,2015-01-01 +12113,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75175.0,2015-01-01 +12114,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2015-01-01 +12115,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.0,2015-01-01 +12116,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2015-01-01 +12117,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.8,2015-01-01 +12118,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.4,2015-01-01 +12119,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.3,2015-01-01 +12120,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,37065.0,2015-01-01 +12121,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),34485.0,2015-01-01 +12122,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,20365.0,2015-01-01 +12123,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),18836.0,2015-01-01 +12124,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,16700.0,2015-01-01 +12125,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),15649.0,2015-01-01 +12126,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,57.3,2015-01-01 +12127,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.3,2015-01-01 +12128,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,65.0,2015-01-01 +12129,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.2,2015-01-01 +12130,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,50.0,2015-01-01 +12131,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.9,2015-01-01 +12132,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,22612.0,2015-01-01 +12133,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18069.0,2015-01-01 +12134,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,12274.0,2015-01-01 +12135,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9724.0,2015-01-01 +12136,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,10337.0,2015-01-01 +12137,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8345.0,2015-01-01 +12138,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.6,2015-01-01 +12139,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.2,2015-01-01 +12140,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.2,2015-01-01 +12141,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.0,2015-01-01 +12142,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,38.9,2015-01-01 +12143,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.4,2015-01-01 +12144,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,176490.0,2015-01-01 +12145,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),161271.0,2015-01-01 +12146,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,94565.0,2015-01-01 +12147,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),86682.0,2015-01-01 +12148,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,81925.0,2015-01-01 +12149,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),74589.0,2015-01-01 +12150,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2015-01-01 +12151,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.1,2015-01-01 +12152,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2015-01-01 +12153,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.9,2015-01-01 +12154,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.4,2015-01-01 +12155,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.3,2015-01-01 +12156,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,36798.0,2015-01-01 +12157,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),34249.0,2015-01-01 +12158,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,20205.0,2015-01-01 +12159,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),18695.0,2015-01-01 +12160,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,16593.0,2015-01-01 +12161,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),15554.0,2015-01-01 +12162,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,57.4,2015-01-01 +12163,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.4,2015-01-01 +12164,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,65.1,2015-01-01 +12165,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.3,2015-01-01 +12166,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,50.2,2015-01-01 +12167,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.0,2015-01-01 +12168,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,19072.0,2015-01-01 +12169,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),15229.0,2015-01-01 +12170,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,10173.0,2015-01-01 +12171,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8034.0,2015-01-01 +12172,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,8899.0,2015-01-01 +12173,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7196.0,2015-01-01 +12174,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,44.0,2015-01-01 +12175,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.1,2015-01-01 +12176,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.9,2015-01-01 +12177,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.3,2015-01-01 +12178,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,41.9,2015-01-01 +12179,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.9,2015-01-01 +12180,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,140619.0,2015-01-01 +12181,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),127844.0,2015-01-01 +12182,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,75085.0,2015-01-01 +12183,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),68489.0,2015-01-01 +12184,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65534.0,2015-01-01 +12185,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59355.0,2015-01-01 +12186,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2015-01-01 +12187,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.7,2015-01-01 +12188,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2015-01-01 +12189,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.5,2015-01-01 +12190,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.5,2015-01-01 +12191,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.0,2015-01-01 +12192,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,29909.0,2015-01-01 +12193,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),27766.0,2015-01-01 +12194,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,16337.0,2015-01-01 +12195,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15070.0,2015-01-01 +12196,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,13572.0,2015-01-01 +12197,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),12696.0,2015-01-01 +12198,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,59.6,2015-01-01 +12199,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.4,2015-01-01 +12200,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,66.8,2015-01-01 +12201,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.6,2015-01-01 +12202,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,52.8,2015-01-01 +12203,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.4,2015-01-01 +12204,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,14058.0,2015-01-01 +12205,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10934.0,2015-01-01 +12206,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,7607.0,2015-01-01 +12207,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5872.0,2015-01-01 +12208,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,6452.0,2015-01-01 +12209,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5062.0,2015-01-01 +12210,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,39.6,2015-01-01 +12211,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.8,2015-01-01 +12212,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,42.0,2015-01-01 +12213,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2015-01-01 +12214,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2015-01-01 +12215,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.1,2015-01-01 +12216,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,118362.0,2015-01-01 +12217,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),106277.0,2015-01-01 +12218,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,63312.0,2015-01-01 +12219,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),57081.0,2015-01-01 +12220,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55050.0,2015-01-01 +12221,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49195.0,2015-01-01 +12222,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2015-01-01 +12223,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.7,2015-01-01 +12224,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.4,2015-01-01 +12225,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.4,2015-01-01 +12226,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.3,2015-01-01 +12227,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.9,2015-01-01 +12228,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,24893.0,2015-01-01 +12229,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),22883.0,2015-01-01 +12230,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,13595.0,2015-01-01 +12231,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12412.0,2015-01-01 +12232,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,11298.0,2015-01-01 +12233,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10472.0,2015-01-01 +12234,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,58.0,2015-01-01 +12235,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.3,2015-01-01 +12236,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,65.3,2015-01-01 +12237,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.6,2015-01-01 +12238,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,51.2,2015-01-01 +12239,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.4,2015-01-01 +12240,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,13933.0,2015-01-01 +12241,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10829.0,2015-01-01 +12242,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,7537.0,2015-01-01 +12243,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5814.0,2015-01-01 +12244,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,6396.0,2015-01-01 +12245,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5016.0,2015-01-01 +12246,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,39.7,2015-01-01 +12247,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.8,2015-01-01 +12248,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,42.0,2015-01-01 +12249,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2015-01-01 +12250,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2015-01-01 +12251,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.2,2015-01-01 +12252,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,117306.0,2015-01-01 +12253,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),105312.0,2015-01-01 +12254,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,62789.0,2015-01-01 +12255,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56608.0,2015-01-01 +12256,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54517.0,2015-01-01 +12257,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48704.0,2015-01-01 +12258,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.3,2015-01-01 +12259,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.6,2015-01-01 +12260,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2015-01-01 +12261,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.5,2015-01-01 +12262,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2015-01-01 +12263,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.8,2015-01-01 +12264,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,24640.0,2015-01-01 +12265,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),22652.0,2015-01-01 +12266,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,13477.0,2015-01-01 +12267,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12306.0,2015-01-01 +12268,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,11162.0,2015-01-01 +12269,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10346.0,2015-01-01 +12270,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,57.9,2015-01-01 +12271,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.3,2015-01-01 +12272,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,65.2,2015-01-01 +12273,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.6,2015-01-01 +12274,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,51.0,2015-01-01 +12275,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.3,2015-01-01 +12276,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,13850.0,2015-01-01 +12277,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10760.0,2015-01-01 +12278,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,7491.0,2015-01-01 +12279,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5776.0,2015-01-01 +12280,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,6360.0,2015-01-01 +12281,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),4984.0,2015-01-01 +12282,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,39.7,2015-01-01 +12283,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.8,2015-01-01 +12284,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,42.0,2015-01-01 +12285,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2015-01-01 +12286,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2015-01-01 +12287,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.2,2015-01-01 +12288,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,116595.0,2015-01-01 +12289,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),104669.0,2015-01-01 +12290,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,62427.0,2015-01-01 +12291,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56283.0,2015-01-01 +12292,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54169.0,2015-01-01 +12293,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48385.0,2015-01-01 +12294,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.3,2015-01-01 +12295,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.6,2015-01-01 +12296,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2015-01-01 +12297,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.5,2015-01-01 +12298,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.2,2015-01-01 +12299,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.8,2015-01-01 +12300,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,24468.0,2015-01-01 +12301,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),22497.0,2015-01-01 +12302,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,13399.0,2015-01-01 +12303,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12238.0,2015-01-01 +12304,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,11069.0,2015-01-01 +12305,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10259.0,2015-01-01 +12306,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,57.9,2015-01-01 +12307,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.2,2015-01-01 +12308,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,65.2,2015-01-01 +12309,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.6,2015-01-01 +12310,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,51.0,2015-01-01 +12311,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.2,2015-01-01 +12312,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,395.0,2015-01-01 +12313,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),308.0,2015-01-01 +12314,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,219.0,2015-01-01 +12315,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),167.0,2015-01-01 +12316,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,176.0,2015-01-01 +12317,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),141.0,2015-01-01 +12318,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,30.0,2015-01-01 +12319,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.4,2015-01-01 +12320,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,32.8,2015-01-01 +12321,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),25.0,2015-01-01 +12322,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,27.1,2015-01-01 +12323,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.7,2015-01-01 +12324,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3861.0,2015-01-01 +12325,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3564.0,2015-01-01 +12326,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2052.0,2015-01-01 +12327,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1885.0,2015-01-01 +12328,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1809.0,2015-01-01 +12329,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1680.0,2015-01-01 +12330,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2015-01-01 +12331,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.5,2015-01-01 +12332,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,89.9,2015-01-01 +12333,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.5,2015-01-01 +12334,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,80.2,2015-01-01 +12335,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.5,2015-01-01 +12336,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,665.0,2015-01-01 +12337,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),628.0,2015-01-01 +12338,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,369.0,2015-01-01 +12339,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),345.0,2015-01-01 +12340,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,296.0,2015-01-01 +12341,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),282.0,2015-01-01 +12342,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,46.6,2015-01-01 +12343,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.0,2015-01-01 +12344,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,52.2,2015-01-01 +12345,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.9,2015-01-01 +12346,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,41.2,2015-01-01 +12347,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.3,2015-01-01 +12348,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,183.0,2015-01-01 +12349,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),143.0,2015-01-01 +12350,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,110.0,2015-01-01 +12351,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),87.0,2015-01-01 +12352,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,72.0,2015-01-01 +12353,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),56.0,2015-01-01 +12354,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,26.0,2015-01-01 +12355,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),20.3,2015-01-01 +12356,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,30.5,2015-01-01 +12357,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.0,2015-01-01 +12358,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,21.2,2015-01-01 +12359,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.5,2015-01-01 +12360,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2513.0,2015-01-01 +12361,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2300.0,2015-01-01 +12362,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1336.0,2015-01-01 +12363,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1215.0,2015-01-01 +12364,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1176.0,2015-01-01 +12365,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1085.0,2015-01-01 +12366,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,83.2,2015-01-01 +12367,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.1,2015-01-01 +12368,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,86.4,2015-01-01 +12369,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.5,2015-01-01 +12370,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,79.8,2015-01-01 +12371,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.6,2015-01-01 +12372,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,581.0,2015-01-01 +12373,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),530.0,2015-01-01 +12374,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,297.0,2015-01-01 +12375,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),269.0,2015-01-01 +12376,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,283.0,2015-01-01 +12377,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),261.0,2015-01-01 +12378,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,58.0,2015-01-01 +12379,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),53.0,2015-01-01 +12380,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,62.7,2015-01-01 +12381,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.8,2015-01-01 +12382,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,53.8,2015-01-01 +12383,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.5,2015-01-01 +12384,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,347.0,2015-01-01 +12385,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),303.0,2015-01-01 +12386,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,204.0,2015-01-01 +12387,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),181.0,2015-01-01 +12388,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,142.0,2015-01-01 +12389,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),122.0,2015-01-01 +12390,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,32.5,2015-01-01 +12391,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.4,2015-01-01 +12392,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,37.4,2015-01-01 +12393,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.1,2015-01-01 +12394,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,27.4,2015-01-01 +12395,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.4,2015-01-01 +12396,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4048.0,2015-01-01 +12397,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3860.0,2015-01-01 +12398,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2234.0,2015-01-01 +12399,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2151.0,2015-01-01 +12400,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1814.0,2015-01-01 +12401,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1709.0,2015-01-01 +12402,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,88.6,2015-01-01 +12403,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.5,2015-01-01 +12404,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.4,2015-01-01 +12405,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.9,2015-01-01 +12406,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,81.4,2015-01-01 +12407,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.7,2015-01-01 +12408,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,807.0,2015-01-01 +12409,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),771.0,2015-01-01 +12410,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,462.0,2015-01-01 +12411,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),443.0,2015-01-01 +12412,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,345.0,2015-01-01 +12413,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),328.0,2015-01-01 +12414,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,58.0,2015-01-01 +12415,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.5,2015-01-01 +12416,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,68.3,2015-01-01 +12417,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.5,2015-01-01 +12418,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,48.3,2015-01-01 +12419,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.9,2015-01-01 +12420,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,449.0,2015-01-01 +12421,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),400.0,2015-01-01 +12422,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,228.0,2015-01-01 +12423,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),201.0,2015-01-01 +12424,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,221.0,2015-01-01 +12425,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),199.0,2015-01-01 +12426,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,62.1,2015-01-01 +12427,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.4,2015-01-01 +12428,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,61.7,2015-01-01 +12429,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.6,2015-01-01 +12430,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,62.5,2015-01-01 +12431,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.2,2015-01-01 +12432,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1940.0,2015-01-01 +12433,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1829.0,2015-01-01 +12434,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1021.0,2015-01-01 +12435,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),966.0,2015-01-01 +12436,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,919.0,2015-01-01 +12437,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),863.0,2015-01-01 +12438,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2015-01-01 +12439,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.1,2015-01-01 +12440,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2015-01-01 +12441,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.9,2015-01-01 +12442,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,83.4,2015-01-01 +12443,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.3,2015-01-01 +12444,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,469.0,2015-01-01 +12445,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),449.0,2015-01-01 +12446,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,251.0,2015-01-01 +12447,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),241.0,2015-01-01 +12448,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,218.0,2015-01-01 +12449,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),208.0,2015-01-01 +12450,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,67.6,2015-01-01 +12451,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),64.7,2015-01-01 +12452,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,72.7,2015-01-01 +12453,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.8,2015-01-01 +12454,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,62.6,2015-01-01 +12455,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),59.6,2015-01-01 +12456,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4094.0,2015-01-01 +12457,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3798.0,2015-01-01 +12458,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2192.0,2015-01-01 +12459,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2019.0,2015-01-01 +12460,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,1902.0,2015-01-01 +12461,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1779.0,2015-01-01 +12462,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,48.8,2015-01-01 +12463,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.3,2015-01-01 +12464,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,50.5,2015-01-01 +12465,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.5,2015-01-01 +12466,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,47.1,2015-01-01 +12467,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.0,2015-01-01 +12468,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,29331.0,2015-01-01 +12469,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),28048.0,2015-01-01 +12470,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,15654.0,2015-01-01 +12471,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),14922.0,2015-01-01 +12472,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13677.0,2015-01-01 +12473,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),13126.0,2015-01-01 +12474,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2015-01-01 +12475,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.7,2015-01-01 +12476,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2015-01-01 +12477,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.1,2015-01-01 +12478,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,82.5,2015-01-01 +12479,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.2,2015-01-01 +12480,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,7691.0,2015-01-01 +12481,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),7330.0,2015-01-01 +12482,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,4079.0,2015-01-01 +12483,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),3867.0,2015-01-01 +12484,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,3612.0,2015-01-01 +12485,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),3463.0,2015-01-01 +12486,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,69.4,2015-01-01 +12487,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),66.2,2015-01-01 +12488,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,75.3,2015-01-01 +12489,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.3,2015-01-01 +12490,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,63.8,2015-01-01 +12491,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.2,2015-01-01 +12492,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,57.0,2015-01-01 +12493,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),49.0,2015-01-01 +12494,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,31.0,2015-01-01 +12495,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),27.0,2015-01-01 +12496,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,25.0,2015-01-01 +12497,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),22.0,2015-01-01 +12498,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,41.8,2015-01-01 +12499,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.3,2015-01-01 +12500,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,45.7,2015-01-01 +12501,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),39.4,2015-01-01 +12502,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,37.7,2015-01-01 +12503,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.1,2015-01-01 +12504,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,480.0,2015-01-01 +12505,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),453.0,2015-01-01 +12506,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,255.0,2015-01-01 +12507,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),241.0,2015-01-01 +12508,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,225.0,2015-01-01 +12509,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),212.0,2015-01-01 +12510,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,87.9,2015-01-01 +12511,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.0,2015-01-01 +12512,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2015-01-01 +12513,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.7,2015-01-01 +12514,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,83.0,2015-01-01 +12515,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.2,2015-01-01 +12516,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,118.0,2015-01-01 +12517,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),110.0,2015-01-01 +12518,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,52.0,2015-01-01 +12519,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),48.0,2015-01-01 +12520,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,66.0,2015-01-01 +12521,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),62.0,2015-01-01 +12522,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,68.7,2015-01-01 +12523,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),64.5,2015-01-01 +12524,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,67.7,2015-01-01 +12525,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.1,2015-01-01 +12526,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,69.4,2015-01-01 +12527,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.7,2015-01-01 +12528,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,188.0,2015-01-01 +12529,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),149.0,2015-01-01 +12530,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,102.0,2015-01-01 +12531,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),78.0,2015-01-01 +12532,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,86.0,2015-01-01 +12533,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),71.0,2015-01-01 +12534,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,36.3,2015-01-01 +12535,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.7,2015-01-01 +12536,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,38.3,2015-01-01 +12537,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.3,2015-01-01 +12538,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,34.2,2015-01-01 +12539,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.2,2015-01-01 +12540,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1618.0,2015-01-01 +12541,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1477.0,2015-01-01 +12542,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,873.0,2015-01-01 +12543,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),784.0,2015-01-01 +12544,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,745.0,2015-01-01 +12545,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),693.0,2015-01-01 +12546,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,81.2,2015-01-01 +12547,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.1,2015-01-01 +12548,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,89.6,2015-01-01 +12549,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.5,2015-01-01 +12550,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,73.2,2015-01-01 +12551,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.1,2015-01-01 +12552,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,296.0,2015-01-01 +12553,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),274.0,2015-01-01 +12554,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,175.0,2015-01-01 +12555,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),158.0,2015-01-01 +12556,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,122.0,2015-01-01 +12557,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),115.0,2015-01-01 +12558,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,60.1,2015-01-01 +12559,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.6,2015-01-01 +12560,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,71.5,2015-01-01 +12561,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),64.9,2015-01-01 +12562,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,49.0,2015-01-01 +12563,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.4,2015-01-01 +12564,Greece,From 15 to 24 years,Thousand persons,Total,Active population,279.0,2015-01-01 +12565,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),140.0,2015-01-01 +12566,Greece,From 15 to 24 years,Thousand persons,Males,Active population,148.0,2015-01-01 +12567,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),81.0,2015-01-01 +12568,Greece,From 15 to 24 years,Thousand persons,Females,Active population,131.0,2015-01-01 +12569,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),59.0,2015-01-01 +12570,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,26.0,2015-01-01 +12571,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),13.0,2015-01-01 +12572,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,27.7,2015-01-01 +12573,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),15.2,2015-01-01 +12574,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,24.3,2015-01-01 +12575,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),10.9,2015-01-01 +12576,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3899.0,2015-01-01 +12577,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2946.0,2015-01-01 +12578,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2122.0,2015-01-01 +12579,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1679.0,2015-01-01 +12580,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1777.0,2015-01-01 +12581,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1267.0,2015-01-01 +12582,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,85.4,2015-01-01 +12583,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),64.5,2015-01-01 +12584,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2015-01-01 +12585,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.7,2015-01-01 +12586,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,77.7,2015-01-01 +12587,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.4,2015-01-01 +12588,Greece,From 55 to 64 years,Thousand persons,Total,Active population,559.0,2015-01-01 +12589,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),461.0,2015-01-01 +12590,Greece,From 55 to 64 years,Thousand persons,Males,Active population,352.0,2015-01-01 +12591,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),288.0,2015-01-01 +12592,Greece,From 55 to 64 years,Thousand persons,Females,Active population,208.0,2015-01-01 +12593,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),174.0,2015-01-01 +12594,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,41.6,2015-01-01 +12595,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.3,2015-01-01 +12596,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,54.9,2015-01-01 +12597,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.9,2015-01-01 +12598,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,29.5,2015-01-01 +12599,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.7,2015-01-01 +12600,Spain,From 15 to 24 years,Thousand persons,Total,Active population,1554.0,2015-01-01 +12601,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),803.0,2015-01-01 +12602,Spain,From 15 to 24 years,Thousand persons,Males,Active population,831.0,2015-01-01 +12603,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),427.0,2015-01-01 +12604,Spain,From 15 to 24 years,Thousand persons,Females,Active population,723.0,2015-01-01 +12605,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),376.0,2015-01-01 +12606,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,34.7,2015-01-01 +12607,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),17.9,2015-01-01 +12608,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,36.2,2015-01-01 +12609,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.6,2015-01-01 +12610,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,33.2,2015-01-01 +12611,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.3,2015-01-01 +12612,Spain,From 25 to 54 years,Thousand persons,Total,Active population,18026.0,2015-01-01 +12613,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),14320.0,2015-01-01 +12614,Spain,From 25 to 54 years,Thousand persons,Males,Active population,9609.0,2015-01-01 +12615,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),7789.0,2015-01-01 +12616,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8417.0,2015-01-01 +12617,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6531.0,2015-01-01 +12618,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,87.4,2015-01-01 +12619,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),69.4,2015-01-01 +12620,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2015-01-01 +12621,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.1,2015-01-01 +12622,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,82.0,2015-01-01 +12623,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.7,2015-01-01 +12624,Spain,From 55 to 64 years,Thousand persons,Total,Active population,3187.0,2015-01-01 +12625,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2595.0,2015-01-01 +12626,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1792.0,2015-01-01 +12627,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1460.0,2015-01-01 +12628,Spain,From 55 to 64 years,Thousand persons,Females,Active population,1396.0,2015-01-01 +12629,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1135.0,2015-01-01 +12630,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,57.6,2015-01-01 +12631,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.9,2015-01-01 +12632,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,66.2,2015-01-01 +12633,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.0,2015-01-01 +12634,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,49.4,2015-01-01 +12635,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.2,2015-01-01 +12636,France,From 15 to 24 years,Thousand persons,Total,Active population,2773.0,2015-01-01 +12637,France,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2089.0,2015-01-01 +12638,France,From 15 to 24 years,Thousand persons,Males,Active population,1516.0,2015-01-01 +12639,France,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1125.0,2015-01-01 +12640,France,From 15 to 24 years,Thousand persons,Females,Active population,1258.0,2015-01-01 +12641,France,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),964.0,2015-01-01 +12642,France,From 15 to 24 years,Percentage of total population,Total,Active population,37.1,2015-01-01 +12643,France,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.9,2015-01-01 +12644,France,From 15 to 24 years,Percentage of total population,Males,Active population,40.2,2015-01-01 +12645,France,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.9,2015-01-01 +12646,France,From 15 to 24 years,Percentage of total population,Females,Active population,33.9,2015-01-01 +12647,France,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.0,2015-01-01 +12648,France,From 25 to 54 years,Thousand persons,Total,Active population,22074.0,2015-01-01 +12649,France,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20031.0,2015-01-01 +12650,France,From 25 to 54 years,Thousand persons,Males,Active population,11441.0,2015-01-01 +12651,France,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10356.0,2015-01-01 +12652,France,From 25 to 54 years,Thousand persons,Females,Active population,10634.0,2015-01-01 +12653,France,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9675.0,2015-01-01 +12654,France,From 25 to 54 years,Percentage of total population,Total,Active population,87.5,2015-01-01 +12655,France,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.4,2015-01-01 +12656,France,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2015-01-01 +12657,France,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.7,2015-01-01 +12658,France,From 25 to 54 years,Percentage of total population,Females,Active population,82.7,2015-01-01 +12659,France,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.2,2015-01-01 +12660,France,From 55 to 64 years,Thousand persons,Total,Active population,4316.0,2015-01-01 +12661,France,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3998.0,2015-01-01 +12662,France,From 55 to 64 years,Thousand persons,Males,Active population,2171.0,2015-01-01 +12663,France,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1998.0,2015-01-01 +12664,France,From 55 to 64 years,Thousand persons,Females,Active population,2145.0,2015-01-01 +12665,France,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2000.0,2015-01-01 +12666,France,From 55 to 64 years,Percentage of total population,Total,Active population,52.6,2015-01-01 +12667,France,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.7,2015-01-01 +12668,France,From 55 to 64 years,Percentage of total population,Males,Active population,55.1,2015-01-01 +12669,France,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.7,2015-01-01 +12670,France,From 55 to 64 years,Percentage of total population,Females,Active population,50.3,2015-01-01 +12671,France,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.9,2015-01-01 +12672,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2703.0,2015-01-01 +12673,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2054.0,2015-01-01 +12674,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1475.0,2015-01-01 +12675,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1105.0,2015-01-01 +12676,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1228.0,2015-01-01 +12677,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),949.0,2015-01-01 +12678,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,37.3,2015-01-01 +12679,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.4,2015-01-01 +12680,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,40.5,2015-01-01 +12681,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.3,2015-01-01 +12682,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,34.2,2015-01-01 +12683,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.4,2015-01-01 +12684,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21515.0,2015-01-01 +12685,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19590.0,2015-01-01 +12686,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11165.0,2015-01-01 +12687,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10133.0,2015-01-01 +12688,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10350.0,2015-01-01 +12689,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9457.0,2015-01-01 +12690,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2015-01-01 +12691,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.9,2015-01-01 +12692,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,92.7,2015-01-01 +12693,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.1,2015-01-01 +12694,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.0,2015-01-01 +12695,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.9,2015-01-01 +12696,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,4204.0,2015-01-01 +12697,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3901.0,2015-01-01 +12698,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,2112.0,2015-01-01 +12699,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1948.0,2015-01-01 +12700,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,2092.0,2015-01-01 +12701,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1953.0,2015-01-01 +12702,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,52.6,2015-01-01 +12703,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.8,2015-01-01 +12704,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,55.1,2015-01-01 +12705,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.8,2015-01-01 +12706,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,50.4,2015-01-01 +12707,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),47.0,2015-01-01 +12708,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,160.0,2015-01-01 +12709,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),92.0,2015-01-01 +12710,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,94.0,2015-01-01 +12711,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),55.0,2015-01-01 +12712,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,66.0,2015-01-01 +12713,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),37.0,2015-01-01 +12714,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,33.2,2015-01-01 +12715,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),19.1,2015-01-01 +12716,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,38.2,2015-01-01 +12717,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),22.4,2015-01-01 +12718,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,28.0,2015-01-01 +12719,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),15.8,2015-01-01 +12720,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1438.0,2015-01-01 +12721,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1231.0,2015-01-01 +12722,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,743.0,2015-01-01 +12723,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),645.0,2015-01-01 +12724,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,695.0,2015-01-01 +12725,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),586.0,2015-01-01 +12726,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,84.5,2015-01-01 +12727,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.3,2015-01-01 +12728,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,86.9,2015-01-01 +12729,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.4,2015-01-01 +12730,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,82.1,2015-01-01 +12731,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.3,2015-01-01 +12732,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,267.0,2015-01-01 +12733,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),236.0,2015-01-01 +12734,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,160.0,2015-01-01 +12735,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),140.0,2015-01-01 +12736,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,107.0,2015-01-01 +12737,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),95.0,2015-01-01 +12738,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,44.3,2015-01-01 +12739,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.2,2015-01-01 +12740,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,55.0,2015-01-01 +12741,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.2,2015-01-01 +12742,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,34.4,2015-01-01 +12743,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.7,2015-01-01 +12744,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1555.0,2015-01-01 +12745,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),928.0,2015-01-01 +12746,Italy,From 15 to 24 years,Thousand persons,Males,Active population,929.0,2015-01-01 +12747,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),569.0,2015-01-01 +12748,Italy,From 15 to 24 years,Thousand persons,Females,Active population,625.0,2015-01-01 +12749,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),359.0,2015-01-01 +12750,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,26.2,2015-01-01 +12751,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),15.6,2015-01-01 +12752,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,30.4,2015-01-01 +12753,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),18.6,2015-01-01 +12754,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,21.7,2015-01-01 +12755,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),12.4,2015-01-01 +12756,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19537.0,2015-01-01 +12757,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),17356.0,2015-01-01 +12758,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11111.0,2015-01-01 +12759,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),9957.0,2015-01-01 +12760,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8426.0,2015-01-01 +12761,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7399.0,2015-01-01 +12762,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,76.8,2015-01-01 +12763,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.2,2015-01-01 +12764,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,87.7,2015-01-01 +12765,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.6,2015-01-01 +12766,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,65.9,2015-01-01 +12767,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.9,2015-01-01 +12768,Italy,From 55 to 64 years,Thousand persons,Total,Active population,3905.0,2015-01-01 +12769,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3689.0,2015-01-01 +12770,Italy,From 55 to 64 years,Thousand persons,Males,Active population,2342.0,2015-01-01 +12771,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2192.0,2015-01-01 +12772,Italy,From 55 to 64 years,Thousand persons,Females,Active population,1563.0,2015-01-01 +12773,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1497.0,2015-01-01 +12774,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,51.1,2015-01-01 +12775,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.2,2015-01-01 +12776,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,63.3,2015-01-01 +12777,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.3,2015-01-01 +12778,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,39.6,2015-01-01 +12779,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.9,2015-01-01 +12780,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,37.0,2015-01-01 +12781,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2015-01-01 +12782,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,17.0,2015-01-01 +12783,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),11.0,2015-01-01 +12784,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,20.0,2015-01-01 +12785,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),14.0,2015-01-01 +12786,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,37.9,2015-01-01 +12787,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.5,2015-01-01 +12788,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,36.8,2015-01-01 +12789,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.0,2015-01-01 +12790,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,38.9,2015-01-01 +12791,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.8,2015-01-01 +12792,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,320.0,2015-01-01 +12793,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),278.0,2015-01-01 +12794,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,160.0,2015-01-01 +12795,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),139.0,2015-01-01 +12796,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,160.0,2015-01-01 +12797,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),139.0,2015-01-01 +12798,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,87.9,2015-01-01 +12799,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.5,2015-01-01 +12800,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,92.6,2015-01-01 +12801,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),80.6,2015-01-01 +12802,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,83.8,2015-01-01 +12803,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.7,2015-01-01 +12804,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,55.0,2015-01-01 +12805,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),47.0,2015-01-01 +12806,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,33.0,2015-01-01 +12807,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),27.0,2015-01-01 +12808,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,22.0,2015-01-01 +12809,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),19.0,2015-01-01 +12810,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,57.4,2015-01-01 +12811,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.5,2015-01-01 +12812,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,70.0,2015-01-01 +12813,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.8,2015-01-01 +12814,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,45.3,2015-01-01 +12815,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.5,2015-01-01 +12816,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,83.0,2015-01-01 +12817,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),69.0,2015-01-01 +12818,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,47.0,2015-01-01 +12819,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),38.0,2015-01-01 +12820,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,36.0,2015-01-01 +12821,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),31.0,2015-01-01 +12822,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,41.3,2015-01-01 +12823,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.5,2015-01-01 +12824,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,45.2,2015-01-01 +12825,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),37.1,2015-01-01 +12826,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,37.1,2015-01-01 +12827,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.9,2015-01-01 +12828,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,711.0,2015-01-01 +12829,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),643.0,2015-01-01 +12830,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,362.0,2015-01-01 +12831,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),324.0,2015-01-01 +12832,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,349.0,2015-01-01 +12833,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),319.0,2015-01-01 +12834,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2015-01-01 +12835,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.2,2015-01-01 +12836,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,90.6,2015-01-01 +12837,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.2,2015-01-01 +12838,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,84.6,2015-01-01 +12839,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.3,2015-01-01 +12840,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,172.0,2015-01-01 +12841,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),156.0,2015-01-01 +12842,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,78.0,2015-01-01 +12843,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),69.0,2015-01-01 +12844,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,94.0,2015-01-01 +12845,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),87.0,2015-01-01 +12846,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,65.5,2015-01-01 +12847,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.4,2015-01-01 +12848,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,68.0,2015-01-01 +12849,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.1,2015-01-01 +12850,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,63.5,2015-01-01 +12851,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.9,2015-01-01 +12852,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,125.0,2015-01-01 +12853,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),105.0,2015-01-01 +12854,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,70.0,2015-01-01 +12855,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),58.0,2015-01-01 +12856,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,55.0,2015-01-01 +12857,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),46.0,2015-01-01 +12858,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,33.8,2015-01-01 +12859,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.3,2015-01-01 +12860,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,36.7,2015-01-01 +12861,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.8,2015-01-01 +12862,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,30.8,2015-01-01 +12863,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.7,2015-01-01 +12864,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1056.0,2015-01-01 +12865,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),965.0,2015-01-01 +12866,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,523.0,2015-01-01 +12867,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),474.0,2015-01-01 +12868,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,533.0,2015-01-01 +12869,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),491.0,2015-01-01 +12870,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,89.3,2015-01-01 +12871,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),81.6,2015-01-01 +12872,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,90.4,2015-01-01 +12873,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.8,2015-01-01 +12874,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,88.2,2015-01-01 +12875,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.4,2015-01-01 +12876,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,253.0,2015-01-01 +12877,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),231.0,2015-01-01 +12878,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,118.0,2015-01-01 +12879,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),105.0,2015-01-01 +12880,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,135.0,2015-01-01 +12881,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),126.0,2015-01-01 +12882,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,66.2,2015-01-01 +12883,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.4,2015-01-01 +12884,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,69.8,2015-01-01 +12885,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.4,2015-01-01 +12886,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,63.3,2015-01-01 +12887,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.8,2015-01-01 +12888,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,23.0,2015-01-01 +12889,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),19.0,2015-01-01 +12890,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,12.0,2015-01-01 +12891,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),10.0,2015-01-01 +12892,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,11.0,2015-01-01 +12893,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),9.0,2015-01-01 +12894,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,35.2,2015-01-01 +12895,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.1,2015-01-01 +12896,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,36.2,2015-01-01 +12897,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.4,2015-01-01 +12898,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,34.1,2015-01-01 +12899,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.8,2015-01-01 +12900,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,224.0,2015-01-01 +12901,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),211.0,2015-01-01 +12902,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,122.0,2015-01-01 +12903,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),116.0,2015-01-01 +12904,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,103.0,2015-01-01 +12905,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),96.0,2015-01-01 +12906,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,87.7,2015-01-01 +12907,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.6,2015-01-01 +12908,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,93.9,2015-01-01 +12909,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.3,2015-01-01 +12910,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,81.3,2015-01-01 +12911,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.7,2015-01-01 +12912,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,26.0,2015-01-01 +12913,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),25.0,2015-01-01 +12914,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,15.0,2015-01-01 +12915,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2015-01-01 +12916,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,11.0,2015-01-01 +12917,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11.0,2015-01-01 +12918,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,40.3,2015-01-01 +12919,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.4,2015-01-01 +12920,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,45.5,2015-01-01 +12921,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.0,2015-01-01 +12922,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,35.0,2015-01-01 +12923,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.7,2015-01-01 +12924,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,341.0,2015-01-01 +12925,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),282.0,2015-01-01 +12926,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,193.0,2015-01-01 +12927,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),158.0,2015-01-01 +12928,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,147.0,2015-01-01 +12929,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),124.0,2015-01-01 +12930,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,31.0,2015-01-01 +12931,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.7,2015-01-01 +12932,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,34.4,2015-01-01 +12933,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.1,2015-01-01 +12934,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,27.5,2015-01-01 +12935,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.1,2015-01-01 +12936,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3481.0,2015-01-01 +12937,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3271.0,2015-01-01 +12938,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1869.0,2015-01-01 +12939,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1765.0,2015-01-01 +12940,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1612.0,2015-01-01 +12941,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1506.0,2015-01-01 +12942,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,85.8,2015-01-01 +12943,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.6,2015-01-01 +12944,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2015-01-01 +12945,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.8,2015-01-01 +12946,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2015-01-01 +12947,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.4,2015-01-01 +12948,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,661.0,2015-01-01 +12949,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),623.0,2015-01-01 +12950,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,363.0,2015-01-01 +12951,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),342.0,2015-01-01 +12952,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,298.0,2015-01-01 +12953,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),282.0,2015-01-01 +12954,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,48.1,2015-01-01 +12955,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.3,2015-01-01 +12956,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,57.8,2015-01-01 +12957,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.4,2015-01-01 +12958,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,39.9,2015-01-01 +12959,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.7,2015-01-01 +12960,Malta,From 15 to 24 years,Thousand persons,Total,Active population,27.0,2015-01-01 +12961,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),24.0,2015-01-01 +12962,Malta,From 15 to 24 years,Thousand persons,Males,Active population,15.0,2015-01-01 +12963,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),12.0,2015-01-01 +12964,Malta,From 15 to 24 years,Thousand persons,Females,Active population,13.0,2015-01-01 +12965,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),12.0,2015-01-01 +12966,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,51.6,2015-01-01 +12967,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.5,2015-01-01 +12968,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,53.3,2015-01-01 +12969,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.9,2015-01-01 +12970,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,49.8,2015-01-01 +12971,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.1,2015-01-01 +12972,Malta,From 25 to 54 years,Thousand persons,Total,Active population,141.0,2015-01-01 +12973,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),134.0,2015-01-01 +12974,Malta,From 25 to 54 years,Thousand persons,Males,Active population,85.0,2015-01-01 +12975,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),81.0,2015-01-01 +12976,Malta,From 25 to 54 years,Thousand persons,Females,Active population,56.0,2015-01-01 +12977,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),53.0,2015-01-01 +12978,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,81.0,2015-01-01 +12979,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.4,2015-01-01 +12980,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,95.4,2015-01-01 +12981,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),91.3,2015-01-01 +12982,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,65.8,2015-01-01 +12983,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.9,2015-01-01 +12984,Malta,From 55 to 64 years,Thousand persons,Total,Active population,25.0,2015-01-01 +12985,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),24.0,2015-01-01 +12986,Malta,From 55 to 64 years,Thousand persons,Males,Active population,18.0,2015-01-01 +12987,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),17.0,2015-01-01 +12988,Malta,From 55 to 64 years,Thousand persons,Females,Active population,7.0,2015-01-01 +12989,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),6.0,2015-01-01 +12990,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,42.4,2015-01-01 +12991,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.3,2015-01-01 +12992,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,62.1,2015-01-01 +12993,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.8,2015-01-01 +12994,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,22.6,2015-01-01 +12995,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.9,2015-01-01 +12996,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1402.0,2015-01-01 +12997,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1245.0,2015-01-01 +12998,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,703.0,2015-01-01 +12999,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),623.0,2015-01-01 +13000,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,699.0,2015-01-01 +13001,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),621.0,2015-01-01 +13002,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,68.5,2015-01-01 +13003,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.8,2015-01-01 +13004,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,67.5,2015-01-01 +13005,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.9,2015-01-01 +13006,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,69.4,2015-01-01 +13007,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.7,2015-01-01 +13008,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,5847.0,2015-01-01 +13009,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5520.0,2015-01-01 +13010,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3090.0,2015-01-01 +13011,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2936.0,2015-01-01 +13012,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2757.0,2015-01-01 +13013,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2583.0,2015-01-01 +13014,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,87.1,2015-01-01 +13015,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.2,2015-01-01 +13016,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2015-01-01 +13017,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.5,2015-01-01 +13018,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,82.1,2015-01-01 +13019,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.0,2015-01-01 +13020,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1470.0,2015-01-01 +13021,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1351.0,2015-01-01 +13022,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,848.0,2015-01-01 +13023,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),777.0,2015-01-01 +13024,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,622.0,2015-01-01 +13025,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),574.0,2015-01-01 +13026,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,67.1,2015-01-01 +13027,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.7,2015-01-01 +13028,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,77.6,2015-01-01 +13029,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.1,2015-01-01 +13030,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,56.7,2015-01-01 +13031,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),52.4,2015-01-01 +13032,Austria,From 15 to 24 years,Thousand persons,Total,Active population,559.0,2015-01-01 +13033,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),500.0,2015-01-01 +13034,Austria,From 15 to 24 years,Thousand persons,Males,Active population,297.0,2015-01-01 +13035,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),264.0,2015-01-01 +13036,Austria,From 15 to 24 years,Thousand persons,Females,Active population,263.0,2015-01-01 +13037,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),236.0,2015-01-01 +13038,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,57.4,2015-01-01 +13039,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.3,2015-01-01 +13040,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,60.7,2015-01-01 +13041,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.0,2015-01-01 +13042,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,54.1,2015-01-01 +13043,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.7,2015-01-01 +13044,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3245.0,2015-01-01 +13045,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3077.0,2015-01-01 +13046,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1693.0,2015-01-01 +13047,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1601.0,2015-01-01 +13048,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1552.0,2015-01-01 +13049,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1476.0,2015-01-01 +13050,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,88.0,2015-01-01 +13051,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.5,2015-01-01 +13052,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2015-01-01 +13053,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.6,2015-01-01 +13054,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,84.4,2015-01-01 +13055,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.3,2015-01-01 +13056,Austria,From 55 to 64 years,Thousand persons,Total,Active population,515.0,2015-01-01 +13057,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),490.0,2015-01-01 +13058,Austria,From 55 to 64 years,Thousand persons,Males,Active population,297.0,2015-01-01 +13059,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),280.0,2015-01-01 +13060,Austria,From 55 to 64 years,Thousand persons,Females,Active population,218.0,2015-01-01 +13061,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),211.0,2015-01-01 +13062,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,48.6,2015-01-01 +13063,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.3,2015-01-01 +13064,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,57.4,2015-01-01 +13065,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.1,2015-01-01 +13066,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,40.2,2015-01-01 +13067,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),38.8,2015-01-01 +13068,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1375.0,2015-01-01 +13069,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1089.0,2015-01-01 +13070,Poland,From 15 to 24 years,Thousand persons,Males,Active population,827.0,2015-01-01 +13071,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),657.0,2015-01-01 +13072,Poland,From 15 to 24 years,Thousand persons,Females,Active population,547.0,2015-01-01 +13073,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),433.0,2015-01-01 +13074,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,32.8,2015-01-01 +13075,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.0,2015-01-01 +13076,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,38.4,2015-01-01 +13077,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.5,2015-01-01 +13078,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,26.9,2015-01-01 +13079,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.3,2015-01-01 +13080,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13174.0,2015-01-01 +13081,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12299.0,2015-01-01 +13082,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7075.0,2015-01-01 +13083,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6635.0,2015-01-01 +13084,Poland,From 25 to 54 years,Thousand persons,Females,Active population,6098.0,2015-01-01 +13085,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5663.0,2015-01-01 +13086,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2015-01-01 +13087,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.5,2015-01-01 +13088,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,90.6,2015-01-01 +13089,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.9,2015-01-01 +13090,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2015-01-01 +13091,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.9,2015-01-01 +13092,Poland,From 55 to 64 years,Thousand persons,Total,Active population,2563.0,2015-01-01 +13093,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2424.0,2015-01-01 +13094,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1486.0,2015-01-01 +13095,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1398.0,2015-01-01 +13096,Poland,From 55 to 64 years,Thousand persons,Females,Active population,1077.0,2015-01-01 +13097,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1025.0,2015-01-01 +13098,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,46.9,2015-01-01 +13099,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.3,2015-01-01 +13100,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,57.5,2015-01-01 +13101,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),54.2,2015-01-01 +13102,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,37.3,2015-01-01 +13103,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.5,2015-01-01 +13104,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,370.0,2015-01-01 +13105,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),251.0,2015-01-01 +13106,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,191.0,2015-01-01 +13107,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),135.0,2015-01-01 +13108,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,178.0,2015-01-01 +13109,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),117.0,2015-01-01 +13110,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,33.5,2015-01-01 +13111,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.8,2015-01-01 +13112,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,34.2,2015-01-01 +13113,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.1,2015-01-01 +13114,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,32.8,2015-01-01 +13115,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.5,2015-01-01 +13116,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,3811.0,2015-01-01 +13117,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3385.0,2015-01-01 +13118,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,1897.0,2015-01-01 +13119,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1692.0,2015-01-01 +13120,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1914.0,2015-01-01 +13121,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1693.0,2015-01-01 +13122,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,88.8,2015-01-01 +13123,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.8,2015-01-01 +13124,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2015-01-01 +13125,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.8,2015-01-01 +13126,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,86.0,2015-01-01 +13127,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.1,2015-01-01 +13128,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,769.0,2015-01-01 +13129,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),673.0,2015-01-01 +13130,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,413.0,2015-01-01 +13131,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),355.0,2015-01-01 +13132,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,356.0,2015-01-01 +13133,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),318.0,2015-01-01 +13134,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,57.0,2015-01-01 +13135,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.9,2015-01-01 +13136,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,65.0,2015-01-01 +13137,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.0,2015-01-01 +13138,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,49.9,2015-01-01 +13139,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.5,2015-01-01 +13140,Romania,From 15 to 24 years,Thousand persons,Total,Active population,684.0,2015-01-01 +13141,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),536.0,2015-01-01 +13142,Romania,From 15 to 24 years,Thousand persons,Males,Active population,418.0,2015-01-01 +13143,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),332.0,2015-01-01 +13144,Romania,From 15 to 24 years,Thousand persons,Females,Active population,267.0,2015-01-01 +13145,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),204.0,2015-01-01 +13146,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,31.3,2015-01-01 +13147,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.5,2015-01-01 +13148,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,37.0,2015-01-01 +13149,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.4,2015-01-01 +13150,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,25.2,2015-01-01 +13151,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),19.3,2015-01-01 +13152,Romania,From 25 to 54 years,Thousand persons,Total,Active population,7017.0,2015-01-01 +13153,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),6585.0,2015-01-01 +13154,Romania,From 25 to 54 years,Thousand persons,Males,Active population,3994.0,2015-01-01 +13155,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3718.0,2015-01-01 +13156,Romania,From 25 to 54 years,Thousand persons,Females,Active population,3023.0,2015-01-01 +13157,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2867.0,2015-01-01 +13158,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,82.5,2015-01-01 +13159,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.4,2015-01-01 +13160,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,91.6,2015-01-01 +13161,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.2,2015-01-01 +13162,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,72.9,2015-01-01 +13163,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.2,2015-01-01 +13164,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1157.0,2015-01-01 +13165,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1113.0,2015-01-01 +13166,Romania,From 55 to 64 years,Thousand persons,Males,Active population,687.0,2015-01-01 +13167,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),654.0,2015-01-01 +13168,Romania,From 55 to 64 years,Thousand persons,Females,Active population,469.0,2015-01-01 +13169,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),459.0,2015-01-01 +13170,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,42.7,2015-01-01 +13171,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.1,2015-01-01 +13172,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,53.8,2015-01-01 +13173,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.2,2015-01-01 +13174,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,32.8,2015-01-01 +13175,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.1,2015-01-01 +13176,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,72.0,2015-01-01 +13177,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),60.0,2015-01-01 +13178,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,40.0,2015-01-01 +13179,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),33.0,2015-01-01 +13180,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,32.0,2015-01-01 +13181,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),27.0,2015-01-01 +13182,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,35.3,2015-01-01 +13183,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),29.6,2015-01-01 +13184,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,38.9,2015-01-01 +13185,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.0,2015-01-01 +13186,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,31.7,2015-01-01 +13187,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.1,2015-01-01 +13188,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,803.0,2015-01-01 +13189,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),734.0,2015-01-01 +13190,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,427.0,2015-01-01 +13191,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),396.0,2015-01-01 +13192,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,376.0,2015-01-01 +13193,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),338.0,2015-01-01 +13194,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.8,2015-01-01 +13195,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2015-01-01 +13196,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,92.9,2015-01-01 +13197,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.1,2015-01-01 +13198,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,88.6,2015-01-01 +13199,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.5,2015-01-01 +13200,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,117.0,2015-01-01 +13201,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),108.0,2015-01-01 +13202,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,69.0,2015-01-01 +13203,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),63.0,2015-01-01 +13204,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,48.0,2015-01-01 +13205,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),45.0,2015-01-01 +13206,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,39.7,2015-01-01 +13207,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.6,2015-01-01 +13208,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,46.4,2015-01-01 +13209,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.6,2015-01-01 +13210,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,32.9,2015-01-01 +13211,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),30.5,2015-01-01 +13212,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,209.0,2015-01-01 +13213,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),154.0,2015-01-01 +13214,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,129.0,2015-01-01 +13215,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),96.0,2015-01-01 +13216,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,80.0,2015-01-01 +13217,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),58.0,2015-01-01 +13218,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,31.7,2015-01-01 +13219,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.3,2015-01-01 +13220,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,38.3,2015-01-01 +13221,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.4,2015-01-01 +13222,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,24.9,2015-01-01 +13223,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.0,2015-01-01 +13224,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2128.0,2015-01-01 +13225,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1905.0,2015-01-01 +13226,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1159.0,2015-01-01 +13227,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1054.0,2015-01-01 +13228,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,969.0,2015-01-01 +13229,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),851.0,2015-01-01 +13230,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.3,2015-01-01 +13231,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.1,2015-01-01 +13232,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.6,2015-01-01 +13233,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.1,2015-01-01 +13234,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,80.8,2015-01-01 +13235,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),70.9,2015-01-01 +13236,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,382.0,2015-01-01 +13237,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),346.0,2015-01-01 +13238,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,205.0,2015-01-01 +13239,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),188.0,2015-01-01 +13240,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,177.0,2015-01-01 +13241,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),158.0,2015-01-01 +13242,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,51.8,2015-01-01 +13243,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),47.0,2015-01-01 +13244,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,58.4,2015-01-01 +13245,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.6,2015-01-01 +13246,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,45.8,2015-01-01 +13247,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.0,2015-01-01 +13248,Finland,From 15 to 24 years,Thousand persons,Total,Active population,326.0,2015-01-01 +13249,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),253.0,2015-01-01 +13250,Finland,From 15 to 24 years,Thousand persons,Males,Active population,158.0,2015-01-01 +13251,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),118.0,2015-01-01 +13252,Finland,From 15 to 24 years,Thousand persons,Females,Active population,167.0,2015-01-01 +13253,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),134.0,2015-01-01 +13254,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,52.2,2015-01-01 +13255,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.5,2015-01-01 +13256,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,51.1,2015-01-01 +13257,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.1,2015-01-01 +13258,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,53.3,2015-01-01 +13259,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.8,2015-01-01 +13260,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1809.0,2015-01-01 +13261,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1670.0,2015-01-01 +13262,Finland,From 25 to 54 years,Thousand persons,Males,Active population,953.0,2015-01-01 +13263,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),878.0,2015-01-01 +13264,Finland,From 25 to 54 years,Thousand persons,Females,Active population,856.0,2015-01-01 +13265,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),792.0,2015-01-01 +13266,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,86.6,2015-01-01 +13267,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.0,2015-01-01 +13268,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,89.6,2015-01-01 +13269,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.5,2015-01-01 +13270,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,83.6,2015-01-01 +13271,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.3,2015-01-01 +13272,Finland,From 55 to 64 years,Thousand persons,Total,Active population,484.0,2015-01-01 +13273,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),446.0,2015-01-01 +13274,Finland,From 55 to 64 years,Thousand persons,Males,Active population,231.0,2015-01-01 +13275,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),210.0,2015-01-01 +13276,Finland,From 55 to 64 years,Thousand persons,Females,Active population,253.0,2015-01-01 +13277,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),235.0,2015-01-01 +13278,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,65.2,2015-01-01 +13279,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.0,2015-01-01 +13280,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,63.2,2015-01-01 +13281,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.4,2015-01-01 +13282,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,67.2,2015-01-01 +13283,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.5,2015-01-01 +13284,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,656.0,2015-01-01 +13285,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),523.0,2015-01-01 +13286,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,331.0,2015-01-01 +13287,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),261.0,2015-01-01 +13288,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,326.0,2015-01-01 +13289,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),262.0,2015-01-01 +13290,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,55.1,2015-01-01 +13291,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),43.9,2015-01-01 +13292,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,53.8,2015-01-01 +13293,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),42.4,2015-01-01 +13294,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,56.5,2015-01-01 +13295,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.5,2015-01-01 +13296,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3490.0,2015-01-01 +13297,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3288.0,2015-01-01 +13298,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1826.0,2015-01-01 +13299,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1720.0,2015-01-01 +13300,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1665.0,2015-01-01 +13301,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1569.0,2015-01-01 +13302,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.9,2015-01-01 +13303,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.6,2015-01-01 +13304,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,93.3,2015-01-01 +13305,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.9,2015-01-01 +13306,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,88.4,2015-01-01 +13307,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),83.3,2015-01-01 +13308,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,897.0,2015-01-01 +13309,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),849.0,2015-01-01 +13310,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,468.0,2015-01-01 +13311,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),439.0,2015-01-01 +13312,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,429.0,2015-01-01 +13313,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),409.0,2015-01-01 +13314,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,78.7,2015-01-01 +13315,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),74.5,2015-01-01 +13316,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,81.8,2015-01-01 +13317,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.8,2015-01-01 +13318,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,75.5,2015-01-01 +13319,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.1,2015-01-01 +13320,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4519.0,2015-01-01 +13321,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3859.0,2015-01-01 +13322,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2357.0,2015-01-01 +13323,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1976.0,2015-01-01 +13324,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2162.0,2015-01-01 +13325,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1883.0,2015-01-01 +13326,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,58.6,2015-01-01 +13327,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.1,2015-01-01 +13328,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,60.1,2015-01-01 +13329,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.4,2015-01-01 +13330,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,57.1,2015-01-01 +13331,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.7,2015-01-01 +13332,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,22465.0,2015-01-01 +13333,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),21562.0,2015-01-01 +13334,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11898.0,2015-01-01 +13335,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11431.0,2015-01-01 +13336,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10567.0,2015-01-01 +13337,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),10131.0,2015-01-01 +13338,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,85.8,2015-01-01 +13339,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.4,2015-01-01 +13340,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2015-01-01 +13341,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.3,2015-01-01 +13342,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,79.9,2015-01-01 +13343,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.6,2015-01-01 +13344,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4771.0,2015-01-01 +13345,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4607.0,2015-01-01 +13346,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2595.0,2015-01-01 +13347,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2496.0,2015-01-01 +13348,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,2176.0,2015-01-01 +13349,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2111.0,2015-01-01 +13350,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,64.4,2015-01-01 +13351,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.2,2015-01-01 +13352,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,71.4,2015-01-01 +13353,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),68.7,2015-01-01 +13354,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,57.7,2015-01-01 +13355,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),56.0,2015-01-01 +13356,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,32.0,2015-01-01 +13357,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),29.0,2015-01-01 +13358,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,16.0,2015-01-01 +13359,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),14.0,2015-01-01 +13360,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,16.0,2015-01-01 +13361,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2015-01-01 +13362,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,80.2,2015-01-01 +13363,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.1,2015-01-01 +13364,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,78.4,2015-01-01 +13365,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.9,2015-01-01 +13366,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,82.0,2015-01-01 +13367,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.5,2015-01-01 +13368,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,116.0,2015-01-01 +13369,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),112.0,2015-01-01 +13370,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,60.0,2015-01-01 +13371,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),59.0,2015-01-01 +13372,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,56.0,2015-01-01 +13373,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),54.0,2015-01-01 +13374,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,91.2,2015-01-01 +13375,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),88.4,2015-01-01 +13376,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,94.5,2015-01-01 +13377,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.1,2015-01-01 +13378,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,87.9,2015-01-01 +13379,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),84.6,2015-01-01 +13380,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,33.0,2015-01-01 +13381,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),32.0,2015-01-01 +13382,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,18.0,2015-01-01 +13383,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),17.0,2015-01-01 +13384,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,16.0,2015-01-01 +13385,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2015-01-01 +13386,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,87.6,2015-01-01 +13387,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.8,2015-01-01 +13388,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,91.8,2015-01-01 +13389,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.0,2015-01-01 +13390,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,83.2,2015-01-01 +13391,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.5,2015-01-01 +13392,Norway,From 15 to 24 years,Thousand persons,Total,Active population,369.0,2015-01-01 +13393,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),332.0,2015-01-01 +13394,Norway,From 15 to 24 years,Thousand persons,Males,Active population,187.0,2015-01-01 +13395,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),167.0,2015-01-01 +13396,Norway,From 15 to 24 years,Thousand persons,Females,Active population,182.0,2015-01-01 +13397,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),166.0,2015-01-01 +13398,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,55.9,2015-01-01 +13399,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.4,2015-01-01 +13400,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,55.2,2015-01-01 +13401,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.1,2015-01-01 +13402,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,56.6,2015-01-01 +13403,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.8,2015-01-01 +13404,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1848.0,2015-01-01 +13405,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1775.0,2015-01-01 +13406,Norway,From 25 to 54 years,Thousand persons,Males,Active population,977.0,2015-01-01 +13407,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),936.0,2015-01-01 +13408,Norway,From 25 to 54 years,Thousand persons,Females,Active population,871.0,2015-01-01 +13409,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),839.0,2015-01-01 +13410,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,86.5,2015-01-01 +13411,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.1,2015-01-01 +13412,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,89.0,2015-01-01 +13413,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.3,2015-01-01 +13414,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,83.9,2015-01-01 +13415,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.7,2015-01-01 +13416,Norway,From 55 to 64 years,Thousand persons,Total,Active population,445.0,2015-01-01 +13417,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),437.0,2015-01-01 +13418,Norway,From 55 to 64 years,Thousand persons,Males,Active population,236.0,2015-01-01 +13419,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),232.0,2015-01-01 +13420,Norway,From 55 to 64 years,Thousand persons,Females,Active population,209.0,2015-01-01 +13421,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),206.0,2015-01-01 +13422,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,73.4,2015-01-01 +13423,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.2,2015-01-01 +13424,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,76.9,2015-01-01 +13425,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.6,2015-01-01 +13426,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,69.8,2015-01-01 +13427,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.8,2015-01-01 +13428,Switzerland,From 15 to 24 years,Thousand persons,Total,Active population,617.0,2015-01-01 +13429,Switzerland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),564.0,2015-01-01 +13430,Switzerland,From 15 to 24 years,Thousand persons,Males,Active population,311.0,2015-01-01 +13431,Switzerland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),282.0,2015-01-01 +13432,Switzerland,From 15 to 24 years,Thousand persons,Females,Active population,306.0,2015-01-01 +13433,Switzerland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),282.0,2015-01-01 +13434,Switzerland,From 15 to 24 years,Percentage of total population,Total,Active population,66.7,2015-01-01 +13435,Switzerland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.0,2015-01-01 +13436,Switzerland,From 15 to 24 years,Percentage of total population,Males,Active population,65.9,2015-01-01 +13437,Switzerland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.8,2015-01-01 +13438,Switzerland,From 15 to 24 years,Percentage of total population,Females,Active population,67.6,2015-01-01 +13439,Switzerland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.2,2015-01-01 +13440,Switzerland,From 25 to 54 years,Thousand persons,Total,Active population,3260.0,2015-01-01 +13441,Switzerland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3127.0,2015-01-01 +13442,Switzerland,From 25 to 54 years,Thousand persons,Males,Active population,1736.0,2015-01-01 +13443,Switzerland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1670.0,2015-01-01 +13444,Switzerland,From 25 to 54 years,Thousand persons,Females,Active population,1524.0,2015-01-01 +13445,Switzerland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1457.0,2015-01-01 +13446,Switzerland,From 25 to 54 years,Percentage of total population,Total,Active population,91.0,2015-01-01 +13447,Switzerland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),87.3,2015-01-01 +13448,Switzerland,From 25 to 54 years,Percentage of total population,Males,Active population,96.0,2015-01-01 +13449,Switzerland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.3,2015-01-01 +13450,Switzerland,From 25 to 54 years,Percentage of total population,Females,Active population,85.9,2015-01-01 +13451,Switzerland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.2,2015-01-01 +13452,Switzerland,From 55 to 64 years,Thousand persons,Total,Active population,767.0,2015-01-01 +13453,Switzerland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),737.0,2015-01-01 +13454,Switzerland,From 55 to 64 years,Thousand persons,Males,Active population,418.0,2015-01-01 +13455,Switzerland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),399.0,2015-01-01 +13456,Switzerland,From 55 to 64 years,Thousand persons,Females,Active population,349.0,2015-01-01 +13457,Switzerland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),338.0,2015-01-01 +13458,Switzerland,From 55 to 64 years,Percentage of total population,Total,Active population,75.8,2015-01-01 +13459,Switzerland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.8,2015-01-01 +13460,Switzerland,From 55 to 64 years,Percentage of total population,Males,Active population,82.5,2015-01-01 +13461,Switzerland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),78.9,2015-01-01 +13462,Switzerland,From 55 to 64 years,Percentage of total population,Females,Active population,69.1,2015-01-01 +13463,Switzerland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.7,2015-01-01 +13464,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,93.0,2015-01-01 +13465,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),49.0,2015-01-01 +13466,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,58.0,2015-01-01 +13467,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2015-01-01 +13468,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,34.0,2015-01-01 +13469,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),19.0,2015-01-01 +13470,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,32.8,2015-01-01 +13471,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),17.3,2015-01-01 +13472,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,40.1,2015-01-01 +13473,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),20.2,2015-01-01 +13474,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,25.1,2015-01-01 +13475,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),14.2,2015-01-01 +13476,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,723.0,2015-01-01 +13477,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),545.0,2015-01-01 +13478,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,429.0,2015-01-01 +13479,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),322.0,2015-01-01 +13480,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,294.0,2015-01-01 +13481,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),222.0,2015-01-01 +13482,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,78.8,2015-01-01 +13483,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.4,2015-01-01 +13484,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2015-01-01 +13485,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.1,2015-01-01 +13486,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,65.3,2015-01-01 +13487,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.3,2015-01-01 +13488,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,131.0,2015-01-01 +13489,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),104.0,2015-01-01 +13490,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,86.0,2015-01-01 +13491,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),67.0,2015-01-01 +13492,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,45.0,2015-01-01 +13493,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),37.0,2015-01-01 +13494,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,50.6,2015-01-01 +13495,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.1,2015-01-01 +13496,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,67.4,2015-01-01 +13497,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.2,2015-01-01 +13498,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,34.2,2015-01-01 +13499,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),28.3,2015-01-01 +13500,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,4933.0,2015-01-01 +13501,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4022.0,2015-01-01 +13502,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,3189.0,2015-01-01 +13503,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2664.0,2015-01-01 +13504,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1744.0,2015-01-01 +13505,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1357.0,2015-01-01 +13506,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,41.8,2015-01-01 +13507,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.1,2015-01-01 +13508,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,54.0,2015-01-01 +13509,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.1,2015-01-01 +13510,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,29.6,2015-01-01 +13511,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.0,2015-01-01 +13512,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,21712.0,2015-01-01 +13513,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19757.0,2015-01-01 +13514,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,15076.0,2015-01-01 +13515,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),13870.0,2015-01-01 +13516,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,6637.0,2015-01-01 +13517,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5887.0,2015-01-01 +13518,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,65.5,2015-01-01 +13519,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),59.6,2015-01-01 +13520,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,90.5,2015-01-01 +13521,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.2,2015-01-01 +13522,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,40.2,2015-01-01 +13523,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),35.7,2015-01-01 +13524,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,2257.0,2015-01-01 +13525,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2107.0,2015-01-01 +13526,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1645.0,2015-01-01 +13527,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1515.0,2015-01-01 +13528,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,612.0,2015-01-01 +13529,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),592.0,2015-01-01 +13530,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,34.1,2015-01-01 +13531,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.8,2015-01-01 +13532,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,50.3,2015-01-01 +13533,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.3,2015-01-01 +13534,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,18.3,2015-01-01 +13535,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.7,2015-01-01 +13536,,,,,,, +13537,,,,,,, +13538,,,,,,, +13539,,,,,,, +13540,,,,,,, +13541,,,,,,, +13542,,,,,,, +13543,,,,,,, +13544,,,,,,, +13545,,,,,,, +13546,,,,,,, +13547,,,,,,, +13548,,,,,,, +13549,,,,,,, +13550,,,,,,, +13551,,,,,,, +13552,,,,,,, +13553,,,,,,, +13554,,,,,,, +13555,,,,,,, +13556,,,,,,, +13557,,,,,,, +13558,,,,,,, +13559,,,,,,, +13560,,,,,,, +13561,,,,,,, +13562,,,,,,, +13563,,,,,,, +13564,,,,,,, +13565,,,,,,, +13566,,,,,,, +13567,,,,,,, +13568,,,,,,, +13569,,,,,,, +13570,,,,,,, +13571,,,,,,, +13572,,,,,,, +13573,,,,,,, +13574,,,,,,, +13575,,,,,,, +13576,,,,,,, +13577,,,,,,, +13578,,,,,,, +13579,,,,,,, +13580,,,,,,, +13581,,,,,,, +13582,,,,,,, +13583,,,,,,, +13584,,,,,,, +13585,,,,,,, +13586,,,,,,, +13587,,,,,,, +13588,,,,,,, +13589,,,,,,, +13590,,,,,,, +13591,,,,,,, +13592,,,,,,, +13593,,,,,,, +13594,,,,,,, +13595,,,,,,, +13596,,,,,,, +13597,,,,,,, +13598,,,,,,, +13599,,,,,,, +13600,,,,,,, +13601,,,,,,, +13602,,,,,,, +13603,,,,,,, +13604,,,,,,, +13605,,,,,,, +13606,,,,,,, +13607,,,,,,, +13608,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Active population,22609.0,2016-01-01 +13609,European Union (28 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18401.0,2016-01-01 +13610,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Active population,12264.0,2016-01-01 +13611,European Union (28 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9896.0,2016-01-01 +13612,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Active population,10346.0,2016-01-01 +13613,European Union (28 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8505.0,2016-01-01 +13614,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.6,2016-01-01 +13615,European Union (28 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.8,2016-01-01 +13616,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.0,2016-01-01 +13617,European Union (28 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.5,2016-01-01 +13618,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.0,2016-01-01 +13619,European Union (28 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.0,2016-01-01 +13620,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Active population,177812.0,2016-01-01 +13621,European Union (28 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),163858.0,2016-01-01 +13622,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Active population,95212.0,2016-01-01 +13623,European Union (28 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),88119.0,2016-01-01 +13624,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Active population,82600.0,2016-01-01 +13625,European Union (28 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75738.0,2016-01-01 +13626,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2016-01-01 +13627,European Union (28 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.8,2016-01-01 +13628,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.4,2016-01-01 +13629,European Union (28 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.6,2016-01-01 +13630,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2016-01-01 +13631,European Union (28 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.0,2016-01-01 +13632,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Active population,38612.0,2016-01-01 +13633,European Union (28 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),36116.0,2016-01-01 +13634,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Active population,21109.0,2016-01-01 +13635,European Union (28 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),19646.0,2016-01-01 +13636,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Active population,17503.0,2016-01-01 +13637,European Union (28 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),16471.0,2016-01-01 +13638,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Active population,59.1,2016-01-01 +13639,European Union (28 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.3,2016-01-01 +13640,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Active population,66.6,2016-01-01 +13641,European Union (28 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.0,2016-01-01 +13642,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Active population,52.0,2016-01-01 +13643,European Union (28 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.9,2016-01-01 +13644,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Active population,22433.0,2016-01-01 +13645,European Union (27 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),18280.0,2016-01-01 +13646,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Active population,12162.0,2016-01-01 +13647,European Union (27 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),9826.0,2016-01-01 +13648,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Active population,10271.0,2016-01-01 +13649,European Union (27 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8454.0,2016-01-01 +13650,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Active population,41.6,2016-01-01 +13651,European Union (27 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.9,2016-01-01 +13652,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Active population,44.0,2016-01-01 +13653,European Union (27 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),35.6,2016-01-01 +13654,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Active population,39.0,2016-01-01 +13655,European Union (27 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.1,2016-01-01 +13656,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Active population,176435.0,2016-01-01 +13657,European Union (27 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),162641.0,2016-01-01 +13658,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Active population,94492.0,2016-01-01 +13659,European Union (27 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),87475.0,2016-01-01 +13660,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Active population,81942.0,2016-01-01 +13661,European Union (27 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),75167.0,2016-01-01 +13662,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.6,2016-01-01 +13663,European Union (27 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.9,2016-01-01 +13664,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2016-01-01 +13665,European Union (27 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.7,2016-01-01 +13666,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2016-01-01 +13667,European Union (27 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.0,2016-01-01 +13668,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Active population,38359.0,2016-01-01 +13669,European Union (27 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),35887.0,2016-01-01 +13670,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Active population,20962.0,2016-01-01 +13671,European Union (27 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),19515.0,2016-01-01 +13672,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Active population,17397.0,2016-01-01 +13673,European Union (27 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),16372.0,2016-01-01 +13674,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Active population,59.3,2016-01-01 +13675,European Union (27 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.4,2016-01-01 +13676,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Active population,66.8,2016-01-01 +13677,European Union (27 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),62.2,2016-01-01 +13678,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Active population,52.2,2016-01-01 +13679,European Union (27 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.1,2016-01-01 +13680,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Active population,19016.0,2016-01-01 +13681,European Union (15 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),15447.0,2016-01-01 +13682,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Active population,10135.0,2016-01-01 +13683,European Union (15 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8141.0,2016-01-01 +13684,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Active population,8880.0,2016-01-01 +13685,European Union (15 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),7306.0,2016-01-01 +13686,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Active population,43.9,2016-01-01 +13687,European Union (15 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),35.6,2016-01-01 +13688,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Active population,45.7,2016-01-01 +13689,European Union (15 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),36.7,2016-01-01 +13690,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Active population,42.0,2016-01-01 +13691,European Union (15 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),34.6,2016-01-01 +13692,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Active population,140880.0,2016-01-01 +13693,European Union (15 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),129093.0,2016-01-01 +13694,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Active population,75150.0,2016-01-01 +13695,European Union (15 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),69211.0,2016-01-01 +13696,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Active population,65730.0,2016-01-01 +13697,European Union (15 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),59882.0,2016-01-01 +13698,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.7,2016-01-01 +13699,European Union (15 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.5,2016-01-01 +13700,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.5,2016-01-01 +13701,European Union (15 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.3,2016-01-01 +13702,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.8,2016-01-01 +13703,European Union (15 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),72.7,2016-01-01 +13704,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Active population,31325.0,2016-01-01 +13705,European Union (15 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),29208.0,2016-01-01 +13706,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Active population,17043.0,2016-01-01 +13707,European Union (15 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),15811.0,2016-01-01 +13708,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Active population,14282.0,2016-01-01 +13709,European Union (15 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),13397.0,2016-01-01 +13710,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Active population,61.4,2016-01-01 +13711,European Union (15 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.2,2016-01-01 +13712,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Active population,68.4,2016-01-01 +13713,European Union (15 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.5,2016-01-01 +13714,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Active population,54.7,2016-01-01 +13715,European Union (15 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.3,2016-01-01 +13716,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Active population,14044.0,2016-01-01 +13717,Euro area (19 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11122.0,2016-01-01 +13718,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Active population,7601.0,2016-01-01 +13719,Euro area (19 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5984.0,2016-01-01 +13720,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Active population,6443.0,2016-01-01 +13721,Euro area (19 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5139.0,2016-01-01 +13722,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Active population,39.6,2016-01-01 +13723,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.3,2016-01-01 +13724,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Active population,41.8,2016-01-01 +13725,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.9,2016-01-01 +13726,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2016-01-01 +13727,Euro area (19 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.7,2016-01-01 +13728,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Active population,118374.0,2016-01-01 +13729,Euro area (19 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),107252.0,2016-01-01 +13730,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Active population,63231.0,2016-01-01 +13731,Euro area (19 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),57625.0,2016-01-01 +13732,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Active population,55143.0,2016-01-01 +13733,Euro area (19 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49627.0,2016-01-01 +13734,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2016-01-01 +13735,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.5,2016-01-01 +13736,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.4,2016-01-01 +13737,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.3,2016-01-01 +13738,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.6,2016-01-01 +13739,Euro area (19 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.7,2016-01-01 +13740,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Active population,26132.0,2016-01-01 +13741,Euro area (19 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),24167.0,2016-01-01 +13742,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Active population,14216.0,2016-01-01 +13743,Euro area (19 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),13081.0,2016-01-01 +13744,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Active population,11916.0,2016-01-01 +13745,Euro area (19 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11086.0,2016-01-01 +13746,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Active population,59.9,2016-01-01 +13747,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.4,2016-01-01 +13748,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Active population,67.0,2016-01-01 +13749,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.6,2016-01-01 +13750,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Active population,53.1,2016-01-01 +13751,Euro area (19 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.4,2016-01-01 +13752,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Active population,13921.0,2016-01-01 +13753,Euro area (18 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),11017.0,2016-01-01 +13754,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Active population,7533.0,2016-01-01 +13755,Euro area (18 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5926.0,2016-01-01 +13756,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Active population,6389.0,2016-01-01 +13757,Euro area (18 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5091.0,2016-01-01 +13758,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Active population,39.6,2016-01-01 +13759,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.3,2016-01-01 +13760,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Active population,41.9,2016-01-01 +13761,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.9,2016-01-01 +13762,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2016-01-01 +13763,Euro area (18 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.7,2016-01-01 +13764,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Active population,117338.0,2016-01-01 +13765,Euro area (18 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),106292.0,2016-01-01 +13766,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Active population,62718.0,2016-01-01 +13767,Euro area (18 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),57155.0,2016-01-01 +13768,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Active population,54620.0,2016-01-01 +13769,Euro area (18 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),49137.0,2016-01-01 +13770,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2016-01-01 +13771,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.4,2016-01-01 +13772,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.4,2016-01-01 +13773,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.3,2016-01-01 +13774,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.5,2016-01-01 +13775,Euro area (18 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.6,2016-01-01 +13776,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Active population,25858.0,2016-01-01 +13777,Euro area (18 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),23915.0,2016-01-01 +13778,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Active population,14089.0,2016-01-01 +13779,Euro area (18 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12966.0,2016-01-01 +13780,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Active population,11769.0,2016-01-01 +13781,Euro area (18 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10949.0,2016-01-01 +13782,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Active population,59.8,2016-01-01 +13783,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.3,2016-01-01 +13784,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Active population,66.9,2016-01-01 +13785,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.6,2016-01-01 +13786,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Active population,53.0,2016-01-01 +13787,Euro area (18 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.3,2016-01-01 +13788,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Active population,13846.0,2016-01-01 +13789,Euro area (17 countries),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),10955.0,2016-01-01 +13790,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Active population,7491.0,2016-01-01 +13791,Euro area (17 countries),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),5893.0,2016-01-01 +13792,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Active population,6355.0,2016-01-01 +13793,Euro area (17 countries),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),5062.0,2016-01-01 +13794,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Active population,39.6,2016-01-01 +13795,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),31.3,2016-01-01 +13796,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Active population,41.8,2016-01-01 +13797,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.9,2016-01-01 +13798,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Active population,37.2,2016-01-01 +13799,Euro area (17 countries),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),29.7,2016-01-01 +13800,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Active population,116635.0,2016-01-01 +13801,Euro area (17 countries),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),105654.0,2016-01-01 +13802,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Active population,62362.0,2016-01-01 +13803,Euro area (17 countries),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),56833.0,2016-01-01 +13804,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Active population,54273.0,2016-01-01 +13805,Euro area (17 countries),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),48820.0,2016-01-01 +13806,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2016-01-01 +13807,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.4,2016-01-01 +13808,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Active population,91.4,2016-01-01 +13809,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.3,2016-01-01 +13810,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Active population,79.5,2016-01-01 +13811,Euro area (17 countries),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.5,2016-01-01 +13812,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Active population,25679.0,2016-01-01 +13813,Euro area (17 countries),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),23753.0,2016-01-01 +13814,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Active population,14008.0,2016-01-01 +13815,Euro area (17 countries),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),12895.0,2016-01-01 +13816,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Active population,11671.0,2016-01-01 +13817,Euro area (17 countries),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),10858.0,2016-01-01 +13818,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Active population,59.7,2016-01-01 +13819,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),55.2,2016-01-01 +13820,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Active population,66.9,2016-01-01 +13821,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.6,2016-01-01 +13822,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Active population,52.9,2016-01-01 +13823,Euro area (17 countries),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.2,2016-01-01 +13824,Belgium,From 15 to 24 years,Thousand persons,Total,Active population,372.0,2016-01-01 +13825,Belgium,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),297.0,2016-01-01 +13826,Belgium,From 15 to 24 years,Thousand persons,Males,Active population,204.0,2016-01-01 +13827,Belgium,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),159.0,2016-01-01 +13828,Belgium,From 15 to 24 years,Thousand persons,Females,Active population,168.0,2016-01-01 +13829,Belgium,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),138.0,2016-01-01 +13830,Belgium,From 15 to 24 years,Percentage of total population,Total,Active population,28.5,2016-01-01 +13831,Belgium,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.7,2016-01-01 +13832,Belgium,From 15 to 24 years,Percentage of total population,Males,Active population,30.7,2016-01-01 +13833,Belgium,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.0,2016-01-01 +13834,Belgium,From 15 to 24 years,Percentage of total population,Females,Active population,26.2,2016-01-01 +13835,Belgium,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),21.4,2016-01-01 +13836,Belgium,From 25 to 54 years,Thousand persons,Total,Active population,3860.0,2016-01-01 +13837,Belgium,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3586.0,2016-01-01 +13838,Belgium,From 25 to 54 years,Thousand persons,Males,Active population,2060.0,2016-01-01 +13839,Belgium,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1910.0,2016-01-01 +13840,Belgium,From 25 to 54 years,Thousand persons,Females,Active population,1800.0,2016-01-01 +13841,Belgium,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1676.0,2016-01-01 +13842,Belgium,From 25 to 54 years,Percentage of total population,Total,Active population,85.1,2016-01-01 +13843,Belgium,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.1,2016-01-01 +13844,Belgium,From 25 to 54 years,Percentage of total population,Males,Active population,90.4,2016-01-01 +13845,Belgium,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.8,2016-01-01 +13846,Belgium,From 25 to 54 years,Percentage of total population,Females,Active population,79.8,2016-01-01 +13847,Belgium,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.3,2016-01-01 +13848,Belgium,From 55 to 64 years,Thousand persons,Total,Active population,697.0,2016-01-01 +13849,Belgium,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),658.0,2016-01-01 +13850,Belgium,From 55 to 64 years,Thousand persons,Males,Active population,385.0,2016-01-01 +13851,Belgium,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),364.0,2016-01-01 +13852,Belgium,From 55 to 64 years,Thousand persons,Females,Active population,312.0,2016-01-01 +13853,Belgium,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),294.0,2016-01-01 +13854,Belgium,From 55 to 64 years,Percentage of total population,Total,Active population,48.1,2016-01-01 +13855,Belgium,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.4,2016-01-01 +13856,Belgium,From 55 to 64 years,Percentage of total population,Males,Active population,53.6,2016-01-01 +13857,Belgium,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.7,2016-01-01 +13858,Belgium,From 55 to 64 years,Percentage of total population,Females,Active population,42.8,2016-01-01 +13859,Belgium,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),40.2,2016-01-01 +13860,Bulgaria,From 15 to 24 years,Thousand persons,Total,Active population,161.0,2016-01-01 +13861,Bulgaria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),133.0,2016-01-01 +13862,Bulgaria,From 15 to 24 years,Thousand persons,Males,Active population,97.0,2016-01-01 +13863,Bulgaria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),80.0,2016-01-01 +13864,Bulgaria,From 15 to 24 years,Thousand persons,Females,Active population,64.0,2016-01-01 +13865,Bulgaria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),53.0,2016-01-01 +13866,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Active population,23.9,2016-01-01 +13867,Bulgaria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),19.8,2016-01-01 +13868,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Active population,28.0,2016-01-01 +13869,Bulgaria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),23.1,2016-01-01 +13870,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Active population,19.6,2016-01-01 +13871,Bulgaria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),16.3,2016-01-01 +13872,Bulgaria,From 25 to 54 years,Thousand persons,Total,Active population,2460.0,2016-01-01 +13873,Bulgaria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2284.0,2016-01-01 +13874,Bulgaria,From 25 to 54 years,Thousand persons,Males,Active population,1316.0,2016-01-01 +13875,Bulgaria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1216.0,2016-01-01 +13876,Bulgaria,From 25 to 54 years,Thousand persons,Females,Active population,1144.0,2016-01-01 +13877,Bulgaria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1068.0,2016-01-01 +13878,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Active population,82.0,2016-01-01 +13879,Bulgaria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.2,2016-01-01 +13880,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Active population,85.7,2016-01-01 +13881,Bulgaria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.2,2016-01-01 +13882,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Active population,78.2,2016-01-01 +13883,Bulgaria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.0,2016-01-01 +13884,Bulgaria,From 55 to 64 years,Thousand persons,Total,Active population,579.0,2016-01-01 +13885,Bulgaria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),537.0,2016-01-01 +13886,Bulgaria,From 55 to 64 years,Thousand persons,Males,Active population,297.0,2016-01-01 +13887,Bulgaria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),273.0,2016-01-01 +13888,Bulgaria,From 55 to 64 years,Thousand persons,Females,Active population,282.0,2016-01-01 +13889,Bulgaria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),263.0,2016-01-01 +13890,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Active population,58.8,2016-01-01 +13891,Bulgaria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),54.5,2016-01-01 +13892,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Active population,63.4,2016-01-01 +13893,Bulgaria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.3,2016-01-01 +13894,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Active population,54.6,2016-01-01 +13895,Bulgaria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.0,2016-01-01 +13896,Czech Republic,From 15 to 24 years,Thousand persons,Total,Active population,330.0,2016-01-01 +13897,Czech Republic,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),295.0,2016-01-01 +13898,Czech Republic,From 15 to 24 years,Thousand persons,Males,Active population,198.0,2016-01-01 +13899,Czech Republic,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),178.0,2016-01-01 +13900,Czech Republic,From 15 to 24 years,Thousand persons,Females,Active population,132.0,2016-01-01 +13901,Czech Republic,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),117.0,2016-01-01 +13902,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Active population,32.0,2016-01-01 +13903,Czech Republic,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.6,2016-01-01 +13904,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Active population,37.5,2016-01-01 +13905,Czech Republic,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),33.8,2016-01-01 +13906,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Active population,26.2,2016-01-01 +13907,Czech Republic,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.2,2016-01-01 +13908,Czech Republic,From 25 to 54 years,Thousand persons,Total,Active population,4070.0,2016-01-01 +13909,Czech Republic,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3926.0,2016-01-01 +13910,Czech Republic,From 25 to 54 years,Thousand persons,Males,Active population,2238.0,2016-01-01 +13911,Czech Republic,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2175.0,2016-01-01 +13912,Czech Republic,From 25 to 54 years,Thousand persons,Females,Active population,1832.0,2016-01-01 +13913,Czech Republic,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1751.0,2016-01-01 +13914,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Active population,88.9,2016-01-01 +13915,Czech Republic,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.7,2016-01-01 +13916,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Active population,95.4,2016-01-01 +13917,Czech Republic,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.7,2016-01-01 +13918,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Active population,82.1,2016-01-01 +13919,Czech Republic,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.4,2016-01-01 +13920,Czech Republic,From 55 to 64 years,Thousand persons,Total,Active population,827.0,2016-01-01 +13921,Czech Republic,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),795.0,2016-01-01 +13922,Czech Republic,From 55 to 64 years,Thousand persons,Males,Active population,470.0,2016-01-01 +13923,Czech Republic,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),452.0,2016-01-01 +13924,Czech Republic,From 55 to 64 years,Thousand persons,Females,Active population,357.0,2016-01-01 +13925,Czech Republic,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),343.0,2016-01-01 +13926,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Active population,60.8,2016-01-01 +13927,Czech Republic,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.5,2016-01-01 +13928,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Active population,70.9,2016-01-01 +13929,Czech Republic,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),68.2,2016-01-01 +13930,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Active population,51.2,2016-01-01 +13931,Czech Republic,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.3,2016-01-01 +13932,Denmark,From 15 to 24 years,Thousand persons,Total,Active population,482.0,2016-01-01 +13933,Denmark,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),424.0,2016-01-01 +13934,Denmark,From 15 to 24 years,Thousand persons,Males,Active population,242.0,2016-01-01 +13935,Denmark,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),210.0,2016-01-01 +13936,Denmark,From 15 to 24 years,Thousand persons,Females,Active population,240.0,2016-01-01 +13937,Denmark,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),214.0,2016-01-01 +13938,Denmark,From 15 to 24 years,Percentage of total population,Total,Active population,66.2,2016-01-01 +13939,Denmark,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),58.2,2016-01-01 +13940,Denmark,From 15 to 24 years,Percentage of total population,Males,Active population,65.0,2016-01-01 +13941,Denmark,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),56.5,2016-01-01 +13942,Denmark,From 15 to 24 years,Percentage of total population,Females,Active population,67.3,2016-01-01 +13943,Denmark,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),60.0,2016-01-01 +13944,Denmark,From 25 to 54 years,Thousand persons,Total,Active population,1958.0,2016-01-01 +13945,Denmark,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1850.0,2016-01-01 +13946,Denmark,From 25 to 54 years,Thousand persons,Males,Active population,1029.0,2016-01-01 +13947,Denmark,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),980.0,2016-01-01 +13948,Denmark,From 25 to 54 years,Thousand persons,Females,Active population,929.0,2016-01-01 +13949,Denmark,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),870.0,2016-01-01 +13950,Denmark,From 25 to 54 years,Percentage of total population,Total,Active population,87.4,2016-01-01 +13951,Denmark,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.5,2016-01-01 +13952,Denmark,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2016-01-01 +13953,Denmark,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.4,2016-01-01 +13954,Denmark,From 25 to 54 years,Percentage of total population,Females,Active population,83.8,2016-01-01 +13955,Denmark,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.5,2016-01-01 +13956,Denmark,From 55 to 64 years,Thousand persons,Total,Active population,494.0,2016-01-01 +13957,Denmark,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),474.0,2016-01-01 +13958,Denmark,From 55 to 64 years,Thousand persons,Males,Active population,261.0,2016-01-01 +13959,Denmark,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),250.0,2016-01-01 +13960,Denmark,From 55 to 64 years,Thousand persons,Females,Active population,233.0,2016-01-01 +13961,Denmark,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),224.0,2016-01-01 +13962,Denmark,From 55 to 64 years,Percentage of total population,Total,Active population,70.6,2016-01-01 +13963,Denmark,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),67.8,2016-01-01 +13964,Denmark,From 55 to 64 years,Percentage of total population,Males,Active population,74.9,2016-01-01 +13965,Denmark,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.9,2016-01-01 +13966,Denmark,From 55 to 64 years,Percentage of total population,Females,Active population,66.4,2016-01-01 +13967,Denmark,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.6,2016-01-01 +13968,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Active population,4191.0,2016-01-01 +13969,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3896.0,2016-01-01 +13970,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Active population,2261.0,2016-01-01 +13971,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2085.0,2016-01-01 +13972,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Active population,1930.0,2016-01-01 +13973,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1812.0,2016-01-01 +13974,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Active population,49.3,2016-01-01 +13975,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.8,2016-01-01 +13976,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Active population,51.0,2016-01-01 +13977,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.0,2016-01-01 +13978,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Active population,47.4,2016-01-01 +13979,Germany (until 1990 former territory of the FRG),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),44.5,2016-01-01 +13980,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Active population,29667.0,2016-01-01 +13981,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),28514.0,2016-01-01 +13982,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Active population,15822.0,2016-01-01 +13983,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),15159.0,2016-01-01 +13984,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Active population,13845.0,2016-01-01 +13985,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),13355.0,2016-01-01 +13986,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Active population,87.4,2016-01-01 +13987,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.0,2016-01-01 +13988,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2016-01-01 +13989,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.1,2016-01-01 +13990,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Active population,82.7,2016-01-01 +13991,Germany (until 1990 former territory of the FRG),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.8,2016-01-01 +13992,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Active population,8161.0,2016-01-01 +13993,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),7845.0,2016-01-01 +13994,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Active population,4336.0,2016-01-01 +13995,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),4158.0,2016-01-01 +13996,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Active population,3825.0,2016-01-01 +13997,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),3687.0,2016-01-01 +13998,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Active population,71.3,2016-01-01 +13999,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.6,2016-01-01 +14000,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Active population,76.9,2016-01-01 +14001,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),73.7,2016-01-01 +14002,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Active population,65.9,2016-01-01 +14003,Germany (until 1990 former territory of the FRG),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.6,2016-01-01 +14004,Estonia,From 15 to 24 years,Thousand persons,Total,Active population,57.0,2016-01-01 +14005,Estonia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),49.0,2016-01-01 +14006,Estonia,From 15 to 24 years,Thousand persons,Males,Active population,31.0,2016-01-01 +14007,Estonia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),26.0,2016-01-01 +14008,Estonia,From 15 to 24 years,Thousand persons,Females,Active population,26.0,2016-01-01 +14009,Estonia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),24.0,2016-01-01 +14010,Estonia,From 15 to 24 years,Percentage of total population,Total,Active population,43.3,2016-01-01 +14011,Estonia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),37.5,2016-01-01 +14012,Estonia,From 15 to 24 years,Percentage of total population,Males,Active population,46.1,2016-01-01 +14013,Estonia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),38.8,2016-01-01 +14014,Estonia,From 15 to 24 years,Percentage of total population,Females,Active population,40.4,2016-01-01 +14015,Estonia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.1,2016-01-01 +14016,Estonia,From 25 to 54 years,Thousand persons,Total,Active population,479.0,2016-01-01 +14017,Estonia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),451.0,2016-01-01 +14018,Estonia,From 25 to 54 years,Thousand persons,Males,Active population,258.0,2016-01-01 +14019,Estonia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),242.0,2016-01-01 +14020,Estonia,From 25 to 54 years,Thousand persons,Females,Active population,221.0,2016-01-01 +14021,Estonia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),208.0,2016-01-01 +14022,Estonia,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2016-01-01 +14023,Estonia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.6,2016-01-01 +14024,Estonia,From 25 to 54 years,Percentage of total population,Males,Active population,93.7,2016-01-01 +14025,Estonia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),87.9,2016-01-01 +14026,Estonia,From 25 to 54 years,Percentage of total population,Females,Active population,81.8,2016-01-01 +14027,Estonia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.2,2016-01-01 +14028,Estonia,From 55 to 64 years,Thousand persons,Total,Active population,122.0,2016-01-01 +14029,Estonia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),112.0,2016-01-01 +14030,Estonia,From 55 to 64 years,Thousand persons,Males,Active population,54.0,2016-01-01 +14031,Estonia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),49.0,2016-01-01 +14032,Estonia,From 55 to 64 years,Thousand persons,Females,Active population,68.0,2016-01-01 +14033,Estonia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),63.0,2016-01-01 +14034,Estonia,From 55 to 64 years,Percentage of total population,Total,Active population,71.0,2016-01-01 +14035,Estonia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),65.2,2016-01-01 +14036,Estonia,From 55 to 64 years,Percentage of total population,Males,Active population,70.4,2016-01-01 +14037,Estonia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),63.7,2016-01-01 +14038,Estonia,From 55 to 64 years,Percentage of total population,Females,Active population,71.4,2016-01-01 +14039,Estonia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),66.5,2016-01-01 +14040,Ireland,From 15 to 24 years,Thousand persons,Total,Active population,202.0,2016-01-01 +14041,Ireland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),167.0,2016-01-01 +14042,Ireland,From 15 to 24 years,Thousand persons,Males,Active population,108.0,2016-01-01 +14043,Ireland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),87.0,2016-01-01 +14044,Ireland,From 15 to 24 years,Thousand persons,Females,Active population,94.0,2016-01-01 +14045,Ireland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),80.0,2016-01-01 +14046,Ireland,From 15 to 24 years,Percentage of total population,Total,Active population,38.8,2016-01-01 +14047,Ireland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.1,2016-01-01 +14048,Ireland,From 15 to 24 years,Percentage of total population,Males,Active population,40.2,2016-01-01 +14049,Ireland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.4,2016-01-01 +14050,Ireland,From 15 to 24 years,Percentage of total population,Females,Active population,37.3,2016-01-01 +14051,Ireland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.8,2016-01-01 +14052,Ireland,From 25 to 54 years,Thousand persons,Total,Active population,1617.0,2016-01-01 +14053,Ireland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1499.0,2016-01-01 +14054,Ireland,From 25 to 54 years,Thousand persons,Males,Active population,871.0,2016-01-01 +14055,Ireland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),798.0,2016-01-01 +14056,Ireland,From 25 to 54 years,Thousand persons,Females,Active population,746.0,2016-01-01 +14057,Ireland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),701.0,2016-01-01 +14058,Ireland,From 25 to 54 years,Percentage of total population,Total,Active population,81.2,2016-01-01 +14059,Ireland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.3,2016-01-01 +14060,Ireland,From 25 to 54 years,Percentage of total population,Males,Active population,89.3,2016-01-01 +14061,Ireland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.8,2016-01-01 +14062,Ireland,From 25 to 54 years,Percentage of total population,Females,Active population,73.4,2016-01-01 +14063,Ireland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.0,2016-01-01 +14064,Ireland,From 55 to 64 years,Thousand persons,Total,Active population,307.0,2016-01-01 +14065,Ireland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),288.0,2016-01-01 +14066,Ireland,From 55 to 64 years,Thousand persons,Males,Active population,177.0,2016-01-01 +14067,Ireland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),163.0,2016-01-01 +14068,Ireland,From 55 to 64 years,Thousand persons,Females,Active population,130.0,2016-01-01 +14069,Ireland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),124.0,2016-01-01 +14070,Ireland,From 55 to 64 years,Percentage of total population,Total,Active population,61.0,2016-01-01 +14071,Ireland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),57.2,2016-01-01 +14072,Ireland,From 55 to 64 years,Percentage of total population,Males,Active population,71.1,2016-01-01 +14073,Ireland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),65.7,2016-01-01 +14074,Ireland,From 55 to 64 years,Percentage of total population,Females,Active population,51.1,2016-01-01 +14075,Ireland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.9,2016-01-01 +14076,Greece,From 15 to 24 years,Thousand persons,Total,Active population,262.0,2016-01-01 +14077,Greece,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),138.0,2016-01-01 +14078,Greece,From 15 to 24 years,Thousand persons,Males,Active population,140.0,2016-01-01 +14079,Greece,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),78.0,2016-01-01 +14080,Greece,From 15 to 24 years,Thousand persons,Females,Active population,122.0,2016-01-01 +14081,Greece,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),60.0,2016-01-01 +14082,Greece,From 15 to 24 years,Percentage of total population,Total,Active population,24.6,2016-01-01 +14083,Greece,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),13.0,2016-01-01 +14084,Greece,From 15 to 24 years,Percentage of total population,Males,Active population,26.4,2016-01-01 +14085,Greece,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),14.7,2016-01-01 +14086,Greece,From 15 to 24 years,Percentage of total population,Females,Active population,22.9,2016-01-01 +14087,Greece,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),11.3,2016-01-01 +14088,Greece,From 25 to 54 years,Thousand persons,Total,Active population,3862.0,2016-01-01 +14089,Greece,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),2980.0,2016-01-01 +14090,Greece,From 25 to 54 years,Thousand persons,Males,Active population,2104.0,2016-01-01 +14091,Greece,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1716.0,2016-01-01 +14092,Greece,From 25 to 54 years,Thousand persons,Females,Active population,1758.0,2016-01-01 +14093,Greece,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1265.0,2016-01-01 +14094,Greece,From 25 to 54 years,Percentage of total population,Total,Active population,85.5,2016-01-01 +14095,Greece,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),66.0,2016-01-01 +14096,Greece,From 25 to 54 years,Percentage of total population,Males,Active population,93.2,2016-01-01 +14097,Greece,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.0,2016-01-01 +14098,Greece,From 25 to 54 years,Percentage of total population,Females,Active population,77.7,2016-01-01 +14099,Greece,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),55.9,2016-01-01 +14100,Greece,From 55 to 64 years,Thousand persons,Total,Active population,609.0,2016-01-01 +14101,Greece,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),492.0,2016-01-01 +14102,Greece,From 55 to 64 years,Thousand persons,Males,Active population,370.0,2016-01-01 +14103,Greece,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),298.0,2016-01-01 +14104,Greece,From 55 to 64 years,Thousand persons,Females,Active population,239.0,2016-01-01 +14105,Greece,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),194.0,2016-01-01 +14106,Greece,From 55 to 64 years,Percentage of total population,Total,Active population,44.9,2016-01-01 +14107,Greece,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),36.3,2016-01-01 +14108,Greece,From 55 to 64 years,Percentage of total population,Males,Active population,57.3,2016-01-01 +14109,Greece,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.2,2016-01-01 +14110,Greece,From 55 to 64 years,Percentage of total population,Females,Active population,33.6,2016-01-01 +14111,Greece,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.2,2016-01-01 +14112,Spain,From 15 to 24 years,Thousand persons,Total,Active population,1476.0,2016-01-01 +14113,Spain,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),820.0,2016-01-01 +14114,Spain,From 15 to 24 years,Thousand persons,Males,Active population,795.0,2016-01-01 +14115,Spain,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),445.0,2016-01-01 +14116,Spain,From 15 to 24 years,Thousand persons,Females,Active population,681.0,2016-01-01 +14117,Spain,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),375.0,2016-01-01 +14118,Spain,From 15 to 24 years,Percentage of total population,Total,Active population,33.0,2016-01-01 +14119,Spain,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),18.4,2016-01-01 +14120,Spain,From 15 to 24 years,Percentage of total population,Males,Active population,34.7,2016-01-01 +14121,Spain,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.4,2016-01-01 +14122,Spain,From 15 to 24 years,Percentage of total population,Females,Active population,31.3,2016-01-01 +14123,Spain,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.2,2016-01-01 +14124,Spain,From 25 to 54 years,Thousand persons,Total,Active population,17816.0,2016-01-01 +14125,Spain,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),14571.0,2016-01-01 +14126,Spain,From 25 to 54 years,Thousand persons,Males,Active population,9462.0,2016-01-01 +14127,Spain,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),7916.0,2016-01-01 +14128,Spain,From 25 to 54 years,Thousand persons,Females,Active population,8354.0,2016-01-01 +14129,Spain,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6655.0,2016-01-01 +14130,Spain,From 25 to 54 years,Percentage of total population,Total,Active population,87.4,2016-01-01 +14131,Spain,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),71.5,2016-01-01 +14132,Spain,From 25 to 54 years,Percentage of total population,Males,Active population,92.5,2016-01-01 +14133,Spain,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.4,2016-01-01 +14134,Spain,From 25 to 54 years,Percentage of total population,Females,Active population,82.3,2016-01-01 +14135,Spain,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),65.6,2016-01-01 +14136,Spain,From 55 to 64 years,Thousand persons,Total,Active population,3364.0,2016-01-01 +14137,Spain,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2791.0,2016-01-01 +14138,Spain,From 55 to 64 years,Thousand persons,Males,Active population,1863.0,2016-01-01 +14139,Spain,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1549.0,2016-01-01 +14140,Spain,From 55 to 64 years,Thousand persons,Females,Active population,1501.0,2016-01-01 +14141,Spain,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1242.0,2016-01-01 +14142,Spain,From 55 to 64 years,Percentage of total population,Total,Active population,59.2,2016-01-01 +14143,Spain,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.1,2016-01-01 +14144,Spain,From 55 to 64 years,Percentage of total population,Males,Active population,67.0,2016-01-01 +14145,Spain,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.7,2016-01-01 +14146,Spain,From 55 to 64 years,Percentage of total population,Females,Active population,51.7,2016-01-01 +14147,Spain,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),42.8,2016-01-01 +14148,France,From 15 to 24 years,Thousand persons,Total,Active population,2765.0,2016-01-01 +14149,France,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2085.0,2016-01-01 +14150,France,From 15 to 24 years,Thousand persons,Males,Active population,1502.0,2016-01-01 +14151,France,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1126.0,2016-01-01 +14152,France,From 15 to 24 years,Thousand persons,Females,Active population,1263.0,2016-01-01 +14153,France,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),959.0,2016-01-01 +14154,France,From 15 to 24 years,Percentage of total population,Total,Active population,36.9,2016-01-01 +14155,France,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),27.8,2016-01-01 +14156,France,From 15 to 24 years,Percentage of total population,Males,Active population,39.8,2016-01-01 +14157,France,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),29.8,2016-01-01 +14158,France,From 15 to 24 years,Percentage of total population,Females,Active population,34.0,2016-01-01 +14159,France,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.8,2016-01-01 +14160,France,From 25 to 54 years,Thousand persons,Total,Active population,22029.0,2016-01-01 +14161,France,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20066.0,2016-01-01 +14162,France,From 25 to 54 years,Thousand persons,Males,Active population,11410.0,2016-01-01 +14163,France,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10400.0,2016-01-01 +14164,France,From 25 to 54 years,Thousand persons,Females,Active population,10619.0,2016-01-01 +14165,France,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9665.0,2016-01-01 +14166,France,From 25 to 54 years,Percentage of total population,Total,Active population,87.5,2016-01-01 +14167,France,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.7,2016-01-01 +14168,France,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2016-01-01 +14169,France,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.2,2016-01-01 +14170,France,From 25 to 54 years,Percentage of total population,Females,Active population,82.7,2016-01-01 +14171,France,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.3,2016-01-01 +14172,France,From 55 to 64 years,Thousand persons,Total,Active population,4410.0,2016-01-01 +14173,France,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4092.0,2016-01-01 +14174,France,From 55 to 64 years,Thousand persons,Males,Active population,2215.0,2016-01-01 +14175,France,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2036.0,2016-01-01 +14176,France,From 55 to 64 years,Thousand persons,Females,Active population,2195.0,2016-01-01 +14177,France,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2057.0,2016-01-01 +14178,France,From 55 to 64 years,Percentage of total population,Total,Active population,53.7,2016-01-01 +14179,France,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.8,2016-01-01 +14180,France,From 55 to 64 years,Percentage of total population,Males,Active population,56.1,2016-01-01 +14181,France,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.6,2016-01-01 +14182,France,From 55 to 64 years,Percentage of total population,Females,Active population,51.4,2016-01-01 +14183,France,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.1,2016-01-01 +14184,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Active population,2697.0,2016-01-01 +14185,France (metropolitan),From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),2047.0,2016-01-01 +14186,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Active population,1464.0,2016-01-01 +14187,France (metropolitan),From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1104.0,2016-01-01 +14188,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Active population,1233.0,2016-01-01 +14189,France (metropolitan),From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),943.0,2016-01-01 +14190,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Active population,37.2,2016-01-01 +14191,France (metropolitan),From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.2,2016-01-01 +14192,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Active population,40.0,2016-01-01 +14193,France (metropolitan),From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),30.2,2016-01-01 +14194,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Active population,34.3,2016-01-01 +14195,France (metropolitan),From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.2,2016-01-01 +14196,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Active population,21481.0,2016-01-01 +14197,France (metropolitan),From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),19634.0,2016-01-01 +14198,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Active population,11140.0,2016-01-01 +14199,France (metropolitan),From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),10184.0,2016-01-01 +14200,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Active population,10340.0,2016-01-01 +14201,France (metropolitan),From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),9449.0,2016-01-01 +14202,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2016-01-01 +14203,France (metropolitan),From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.3,2016-01-01 +14204,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Active population,92.7,2016-01-01 +14205,France (metropolitan),From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.7,2016-01-01 +14206,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Active population,83.1,2016-01-01 +14207,France (metropolitan),From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),75.9,2016-01-01 +14208,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Active population,4290.0,2016-01-01 +14209,France (metropolitan),From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3987.0,2016-01-01 +14210,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Active population,2152.0,2016-01-01 +14211,France (metropolitan),From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1982.0,2016-01-01 +14212,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Active population,2137.0,2016-01-01 +14213,France (metropolitan),From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2005.0,2016-01-01 +14214,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Active population,53.7,2016-01-01 +14215,France (metropolitan),From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.9,2016-01-01 +14216,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Active population,56.0,2016-01-01 +14217,France (metropolitan),From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),51.6,2016-01-01 +14218,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Active population,51.5,2016-01-01 +14219,France (metropolitan),From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),48.3,2016-01-01 +14220,Croatia,From 15 to 24 years,Thousand persons,Total,Active population,176.0,2016-01-01 +14221,Croatia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),121.0,2016-01-01 +14222,Croatia,From 15 to 24 years,Thousand persons,Males,Active population,102.0,2016-01-01 +14223,Croatia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),70.0,2016-01-01 +14224,Croatia,From 15 to 24 years,Thousand persons,Females,Active population,75.0,2016-01-01 +14225,Croatia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),51.0,2016-01-01 +14226,Croatia,From 15 to 24 years,Percentage of total population,Total,Active population,37.2,2016-01-01 +14227,Croatia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.6,2016-01-01 +14228,Croatia,From 15 to 24 years,Percentage of total population,Males,Active population,41.9,2016-01-01 +14229,Croatia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),28.8,2016-01-01 +14230,Croatia,From 15 to 24 years,Percentage of total population,Females,Active population,32.3,2016-01-01 +14231,Croatia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.2,2016-01-01 +14232,Croatia,From 25 to 54 years,Thousand persons,Total,Active population,1377.0,2016-01-01 +14233,Croatia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1216.0,2016-01-01 +14234,Croatia,From 25 to 54 years,Thousand persons,Males,Active population,719.0,2016-01-01 +14235,Croatia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),645.0,2016-01-01 +14236,Croatia,From 25 to 54 years,Thousand persons,Females,Active population,657.0,2016-01-01 +14237,Croatia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),572.0,2016-01-01 +14238,Croatia,From 25 to 54 years,Percentage of total population,Total,Active population,82.0,2016-01-01 +14239,Croatia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.4,2016-01-01 +14240,Croatia,From 25 to 54 years,Percentage of total population,Males,Active population,85.2,2016-01-01 +14241,Croatia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),76.3,2016-01-01 +14242,Croatia,From 25 to 54 years,Percentage of total population,Females,Active population,78.8,2016-01-01 +14243,Croatia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),68.5,2016-01-01 +14244,Croatia,From 55 to 64 years,Thousand persons,Total,Active population,253.0,2016-01-01 +14245,Croatia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),229.0,2016-01-01 +14246,Croatia,From 55 to 64 years,Thousand persons,Males,Active population,147.0,2016-01-01 +14247,Croatia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),131.0,2016-01-01 +14248,Croatia,From 55 to 64 years,Thousand persons,Females,Active population,106.0,2016-01-01 +14249,Croatia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),98.0,2016-01-01 +14250,Croatia,From 55 to 64 years,Percentage of total population,Total,Active population,42.2,2016-01-01 +14251,Croatia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.1,2016-01-01 +14252,Croatia,From 55 to 64 years,Percentage of total population,Males,Active population,50.7,2016-01-01 +14253,Croatia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),45.1,2016-01-01 +14254,Croatia,From 55 to 64 years,Percentage of total population,Females,Active population,34.2,2016-01-01 +14255,Croatia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.6,2016-01-01 +14256,Italy,From 15 to 24 years,Thousand persons,Total,Active population,1571.0,2016-01-01 +14257,Italy,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),977.0,2016-01-01 +14258,Italy,From 15 to 24 years,Thousand persons,Males,Active population,920.0,2016-01-01 +14259,Italy,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),584.0,2016-01-01 +14260,Italy,From 15 to 24 years,Thousand persons,Females,Active population,651.0,2016-01-01 +14261,Italy,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),393.0,2016-01-01 +14262,Italy,From 15 to 24 years,Percentage of total population,Total,Active population,26.6,2016-01-01 +14263,Italy,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),16.6,2016-01-01 +14264,Italy,From 15 to 24 years,Percentage of total population,Males,Active population,30.2,2016-01-01 +14265,Italy,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),19.2,2016-01-01 +14266,Italy,From 15 to 24 years,Percentage of total population,Females,Active population,22.8,2016-01-01 +14267,Italy,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),13.7,2016-01-01 +14268,Italy,From 25 to 54 years,Thousand persons,Total,Active population,19539.0,2016-01-01 +14269,Italy,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),17368.0,2016-01-01 +14270,Italy,From 25 to 54 years,Thousand persons,Males,Active population,11080.0,2016-01-01 +14271,Italy,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),9962.0,2016-01-01 +14272,Italy,From 25 to 54 years,Thousand persons,Females,Active population,8460.0,2016-01-01 +14273,Italy,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),7406.0,2016-01-01 +14274,Italy,From 25 to 54 years,Percentage of total population,Total,Active population,77.5,2016-01-01 +14275,Italy,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),68.8,2016-01-01 +14276,Italy,From 25 to 54 years,Percentage of total population,Males,Active population,88.2,2016-01-01 +14277,Italy,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.3,2016-01-01 +14278,Italy,From 25 to 54 years,Percentage of total population,Females,Active population,66.8,2016-01-01 +14279,Italy,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),58.5,2016-01-01 +14280,Italy,From 55 to 64 years,Thousand persons,Total,Active population,4133.0,2016-01-01 +14281,Italy,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),3896.0,2016-01-01 +14282,Italy,From 55 to 64 years,Thousand persons,Males,Active population,2465.0,2016-01-01 +14283,Italy,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2307.0,2016-01-01 +14284,Italy,From 55 to 64 years,Thousand persons,Females,Active population,1668.0,2016-01-01 +14285,Italy,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1589.0,2016-01-01 +14286,Italy,From 55 to 64 years,Percentage of total population,Total,Active population,53.4,2016-01-01 +14287,Italy,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.3,2016-01-01 +14288,Italy,From 55 to 64 years,Percentage of total population,Males,Active population,65.9,2016-01-01 +14289,Italy,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.7,2016-01-01 +14290,Italy,From 55 to 64 years,Percentage of total population,Females,Active population,41.7,2016-01-01 +14291,Italy,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),39.7,2016-01-01 +14292,Cyprus,From 15 to 24 years,Thousand persons,Total,Active population,37.0,2016-01-01 +14293,Cyprus,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2016-01-01 +14294,Cyprus,From 15 to 24 years,Thousand persons,Males,Active population,17.0,2016-01-01 +14295,Cyprus,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2016-01-01 +14296,Cyprus,From 15 to 24 years,Thousand persons,Females,Active population,20.0,2016-01-01 +14297,Cyprus,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),14.0,2016-01-01 +14298,Cyprus,From 15 to 24 years,Percentage of total population,Total,Active population,36.8,2016-01-01 +14299,Cyprus,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),26.1,2016-01-01 +14300,Cyprus,From 15 to 24 years,Percentage of total population,Males,Active population,35.7,2016-01-01 +14301,Cyprus,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),26.5,2016-01-01 +14302,Cyprus,From 15 to 24 years,Percentage of total population,Females,Active population,37.8,2016-01-01 +14303,Cyprus,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.7,2016-01-01 +14304,Cyprus,From 25 to 54 years,Thousand persons,Total,Active population,320.0,2016-01-01 +14305,Cyprus,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),283.0,2016-01-01 +14306,Cyprus,From 25 to 54 years,Thousand persons,Males,Active population,161.0,2016-01-01 +14307,Cyprus,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),143.0,2016-01-01 +14308,Cyprus,From 25 to 54 years,Thousand persons,Females,Active population,159.0,2016-01-01 +14309,Cyprus,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),140.0,2016-01-01 +14310,Cyprus,From 25 to 54 years,Percentage of total population,Total,Active population,86.7,2016-01-01 +14311,Cyprus,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),76.6,2016-01-01 +14312,Cyprus,From 25 to 54 years,Percentage of total population,Males,Active population,92.3,2016-01-01 +14313,Cyprus,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.8,2016-01-01 +14314,Cyprus,From 25 to 54 years,Percentage of total population,Females,Active population,81.8,2016-01-01 +14315,Cyprus,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),71.9,2016-01-01 +14316,Cyprus,From 55 to 64 years,Thousand persons,Total,Active population,56.0,2016-01-01 +14317,Cyprus,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),50.0,2016-01-01 +14318,Cyprus,From 55 to 64 years,Thousand persons,Males,Active population,33.0,2016-01-01 +14319,Cyprus,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2016-01-01 +14320,Cyprus,From 55 to 64 years,Thousand persons,Females,Active population,23.0,2016-01-01 +14321,Cyprus,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),21.0,2016-01-01 +14322,Cyprus,From 55 to 64 years,Percentage of total population,Total,Active population,58.8,2016-01-01 +14323,Cyprus,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.0,2016-01-01 +14324,Cyprus,From 55 to 64 years,Percentage of total population,Males,Active population,70.3,2016-01-01 +14325,Cyprus,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),60.9,2016-01-01 +14326,Cyprus,From 55 to 64 years,Percentage of total population,Females,Active population,47.4,2016-01-01 +14327,Cyprus,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.3,2016-01-01 +14328,Latvia,From 15 to 24 years,Thousand persons,Total,Active population,75.0,2016-01-01 +14329,Latvia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),62.0,2016-01-01 +14330,Latvia,From 15 to 24 years,Thousand persons,Males,Active population,42.0,2016-01-01 +14331,Latvia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),33.0,2016-01-01 +14332,Latvia,From 15 to 24 years,Thousand persons,Females,Active population,33.0,2016-01-01 +14333,Latvia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),29.0,2016-01-01 +14334,Latvia,From 15 to 24 years,Percentage of total population,Total,Active population,39.7,2016-01-01 +14335,Latvia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),32.8,2016-01-01 +14336,Latvia,From 15 to 24 years,Percentage of total population,Males,Active population,43.3,2016-01-01 +14337,Latvia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),34.0,2016-01-01 +14338,Latvia,From 15 to 24 years,Percentage of total population,Females,Active population,35.9,2016-01-01 +14339,Latvia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),31.6,2016-01-01 +14340,Latvia,From 25 to 54 years,Thousand persons,Total,Active population,703.0,2016-01-01 +14341,Latvia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),638.0,2016-01-01 +14342,Latvia,From 25 to 54 years,Thousand persons,Males,Active population,356.0,2016-01-01 +14343,Latvia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),321.0,2016-01-01 +14344,Latvia,From 25 to 54 years,Thousand persons,Females,Active population,347.0,2016-01-01 +14345,Latvia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),317.0,2016-01-01 +14346,Latvia,From 25 to 54 years,Percentage of total population,Total,Active population,87.8,2016-01-01 +14347,Latvia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.7,2016-01-01 +14348,Latvia,From 25 to 54 years,Percentage of total population,Males,Active population,90.2,2016-01-01 +14349,Latvia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),81.4,2016-01-01 +14350,Latvia,From 25 to 54 years,Percentage of total population,Females,Active population,85.5,2016-01-01 +14351,Latvia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.1,2016-01-01 +14352,Latvia,From 55 to 64 years,Thousand persons,Total,Active population,179.0,2016-01-01 +14353,Latvia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),162.0,2016-01-01 +14354,Latvia,From 55 to 64 years,Thousand persons,Males,Active population,81.0,2016-01-01 +14355,Latvia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),71.0,2016-01-01 +14356,Latvia,From 55 to 64 years,Thousand persons,Females,Active population,98.0,2016-01-01 +14357,Latvia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),91.0,2016-01-01 +14358,Latvia,From 55 to 64 years,Percentage of total population,Total,Active population,67.6,2016-01-01 +14359,Latvia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.4,2016-01-01 +14360,Latvia,From 55 to 64 years,Percentage of total population,Males,Active population,69.4,2016-01-01 +14361,Latvia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.3,2016-01-01 +14362,Latvia,From 55 to 64 years,Percentage of total population,Females,Active population,66.1,2016-01-01 +14363,Latvia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),61.4,2016-01-01 +14364,Lithuania,From 15 to 24 years,Thousand persons,Total,Active population,123.0,2016-01-01 +14365,Lithuania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),105.0,2016-01-01 +14366,Lithuania,From 15 to 24 years,Thousand persons,Males,Active population,69.0,2016-01-01 +14367,Lithuania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),58.0,2016-01-01 +14368,Lithuania,From 15 to 24 years,Thousand persons,Females,Active population,54.0,2016-01-01 +14369,Lithuania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),47.0,2016-01-01 +14370,Lithuania,From 15 to 24 years,Percentage of total population,Total,Active population,35.3,2016-01-01 +14371,Lithuania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),30.2,2016-01-01 +14372,Lithuania,From 15 to 24 years,Percentage of total population,Males,Active population,38.7,2016-01-01 +14373,Lithuania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.5,2016-01-01 +14374,Lithuania,From 15 to 24 years,Percentage of total population,Females,Active population,31.9,2016-01-01 +14375,Lithuania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),27.8,2016-01-01 +14376,Lithuania,From 25 to 54 years,Thousand persons,Total,Active population,1036.0,2016-01-01 +14377,Lithuania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),960.0,2016-01-01 +14378,Lithuania,From 25 to 54 years,Thousand persons,Males,Active population,513.0,2016-01-01 +14379,Lithuania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),470.0,2016-01-01 +14380,Lithuania,From 25 to 54 years,Thousand persons,Females,Active population,523.0,2016-01-01 +14381,Lithuania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),490.0,2016-01-01 +14382,Lithuania,From 25 to 54 years,Percentage of total population,Total,Active population,89.3,2016-01-01 +14383,Lithuania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.7,2016-01-01 +14384,Lithuania,From 25 to 54 years,Percentage of total population,Males,Active population,90.2,2016-01-01 +14385,Lithuania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),82.6,2016-01-01 +14386,Lithuania,From 25 to 54 years,Percentage of total population,Females,Active population,88.5,2016-01-01 +14387,Lithuania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.9,2016-01-01 +14388,Lithuania,From 55 to 64 years,Thousand persons,Total,Active population,274.0,2016-01-01 +14389,Lithuania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),253.0,2016-01-01 +14390,Lithuania,From 55 to 64 years,Thousand persons,Males,Active population,127.0,2016-01-01 +14391,Lithuania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),116.0,2016-01-01 +14392,Lithuania,From 55 to 64 years,Thousand persons,Females,Active population,147.0,2016-01-01 +14393,Lithuania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),137.0,2016-01-01 +14394,Lithuania,From 55 to 64 years,Percentage of total population,Total,Active population,70.0,2016-01-01 +14395,Lithuania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),64.6,2016-01-01 +14396,Lithuania,From 55 to 64 years,Percentage of total population,Males,Active population,73.6,2016-01-01 +14397,Lithuania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),66.8,2016-01-01 +14398,Lithuania,From 55 to 64 years,Percentage of total population,Females,Active population,67.2,2016-01-01 +14399,Lithuania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.8,2016-01-01 +14400,Luxembourg,From 15 to 24 years,Thousand persons,Total,Active population,21.0,2016-01-01 +14401,Luxembourg,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),17.0,2016-01-01 +14402,Luxembourg,From 15 to 24 years,Thousand persons,Males,Active population,10.0,2016-01-01 +14403,Luxembourg,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),8.0,2016-01-01 +14404,Luxembourg,From 15 to 24 years,Thousand persons,Females,Active population,10.0,2016-01-01 +14405,Luxembourg,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),8.0,2016-01-01 +14406,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Active population,30.7,2016-01-01 +14407,Luxembourg,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),24.9,2016-01-01 +14408,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Active population,30.4,2016-01-01 +14409,Luxembourg,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),24.4,2016-01-01 +14410,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Active population,31.0,2016-01-01 +14411,Luxembourg,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),25.4,2016-01-01 +14412,Luxembourg,From 25 to 54 years,Thousand persons,Total,Active population,229.0,2016-01-01 +14413,Luxembourg,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),217.0,2016-01-01 +14414,Luxembourg,From 25 to 54 years,Thousand persons,Males,Active population,124.0,2016-01-01 +14415,Luxembourg,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),118.0,2016-01-01 +14416,Luxembourg,From 25 to 54 years,Thousand persons,Females,Active population,105.0,2016-01-01 +14417,Luxembourg,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),99.0,2016-01-01 +14418,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Active population,87.2,2016-01-01 +14419,Luxembourg,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.5,2016-01-01 +14420,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Active population,93.1,2016-01-01 +14421,Luxembourg,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.5,2016-01-01 +14422,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Active population,81.1,2016-01-01 +14423,Luxembourg,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.4,2016-01-01 +14424,Luxembourg,From 55 to 64 years,Thousand persons,Total,Active population,28.0,2016-01-01 +14425,Luxembourg,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2016-01-01 +14426,Luxembourg,From 55 to 64 years,Thousand persons,Males,Active population,17.0,2016-01-01 +14427,Luxembourg,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2016-01-01 +14428,Luxembourg,From 55 to 64 years,Thousand persons,Females,Active population,11.0,2016-01-01 +14429,Luxembourg,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),11.0,2016-01-01 +14430,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Active population,41.6,2016-01-01 +14431,Luxembourg,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),39.6,2016-01-01 +14432,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Active population,49.1,2016-01-01 +14433,Luxembourg,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),46.4,2016-01-01 +14434,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Active population,33.9,2016-01-01 +14435,Luxembourg,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),32.4,2016-01-01 +14436,Hungary,From 15 to 24 years,Thousand persons,Total,Active population,346.0,2016-01-01 +14437,Hungary,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),301.0,2016-01-01 +14438,Hungary,From 15 to 24 years,Thousand persons,Males,Active population,198.0,2016-01-01 +14439,Hungary,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),173.0,2016-01-01 +14440,Hungary,From 15 to 24 years,Thousand persons,Females,Active population,148.0,2016-01-01 +14441,Hungary,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),129.0,2016-01-01 +14442,Hungary,From 15 to 24 years,Percentage of total population,Total,Active population,32.3,2016-01-01 +14443,Hungary,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.1,2016-01-01 +14444,Hungary,From 15 to 24 years,Percentage of total population,Males,Active population,36.1,2016-01-01 +14445,Hungary,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.5,2016-01-01 +14446,Hungary,From 15 to 24 years,Percentage of total population,Females,Active population,28.3,2016-01-01 +14447,Hungary,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),24.6,2016-01-01 +14448,Hungary,From 25 to 54 years,Thousand persons,Total,Active population,3494.0,2016-01-01 +14449,Hungary,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3336.0,2016-01-01 +14450,Hungary,From 25 to 54 years,Thousand persons,Males,Active population,1881.0,2016-01-01 +14451,Hungary,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1796.0,2016-01-01 +14452,Hungary,From 25 to 54 years,Thousand persons,Females,Active population,1613.0,2016-01-01 +14453,Hungary,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1540.0,2016-01-01 +14454,Hungary,From 25 to 54 years,Percentage of total population,Total,Active population,86.1,2016-01-01 +14455,Hungary,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.2,2016-01-01 +14456,Hungary,From 25 to 54 years,Percentage of total population,Males,Active population,92.4,2016-01-01 +14457,Hungary,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.2,2016-01-01 +14458,Hungary,From 25 to 54 years,Percentage of total population,Females,Active population,79.8,2016-01-01 +14459,Hungary,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.2,2016-01-01 +14460,Hungary,From 55 to 64 years,Thousand persons,Total,Active population,704.0,2016-01-01 +14461,Hungary,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),673.0,2016-01-01 +14462,Hungary,From 55 to 64 years,Thousand persons,Males,Active population,386.0,2016-01-01 +14463,Hungary,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),369.0,2016-01-01 +14464,Hungary,From 55 to 64 years,Thousand persons,Females,Active population,318.0,2016-01-01 +14465,Hungary,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),304.0,2016-01-01 +14466,Hungary,From 55 to 64 years,Percentage of total population,Total,Active population,52.1,2016-01-01 +14467,Hungary,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.8,2016-01-01 +14468,Hungary,From 55 to 64 years,Percentage of total population,Males,Active population,62.4,2016-01-01 +14469,Hungary,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.7,2016-01-01 +14470,Hungary,From 55 to 64 years,Percentage of total population,Females,Active population,43.5,2016-01-01 +14471,Hungary,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.5,2016-01-01 +14472,Malta,From 15 to 24 years,Thousand persons,Total,Active population,27.0,2016-01-01 +14473,Malta,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),24.0,2016-01-01 +14474,Malta,From 15 to 24 years,Thousand persons,Males,Active population,14.0,2016-01-01 +14475,Malta,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),13.0,2016-01-01 +14476,Malta,From 15 to 24 years,Thousand persons,Females,Active population,12.0,2016-01-01 +14477,Malta,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),11.0,2016-01-01 +14478,Malta,From 15 to 24 years,Percentage of total population,Total,Active population,51.6,2016-01-01 +14479,Malta,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),45.9,2016-01-01 +14480,Malta,From 15 to 24 years,Percentage of total population,Males,Active population,54.3,2016-01-01 +14481,Malta,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),48.2,2016-01-01 +14482,Malta,From 15 to 24 years,Percentage of total population,Females,Active population,48.8,2016-01-01 +14483,Malta,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.4,2016-01-01 +14484,Malta,From 25 to 54 years,Thousand persons,Total,Active population,144.0,2016-01-01 +14485,Malta,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),138.0,2016-01-01 +14486,Malta,From 25 to 54 years,Thousand persons,Males,Active population,86.0,2016-01-01 +14487,Malta,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),83.0,2016-01-01 +14488,Malta,From 25 to 54 years,Thousand persons,Females,Active population,58.0,2016-01-01 +14489,Malta,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),55.0,2016-01-01 +14490,Malta,From 25 to 54 years,Percentage of total population,Total,Active population,81.9,2016-01-01 +14491,Malta,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),78.7,2016-01-01 +14492,Malta,From 25 to 54 years,Percentage of total population,Males,Active population,95.9,2016-01-01 +14493,Malta,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.5,2016-01-01 +14494,Malta,From 25 to 54 years,Percentage of total population,Females,Active population,67.2,2016-01-01 +14495,Malta,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),64.3,2016-01-01 +14496,Malta,From 55 to 64 years,Thousand persons,Total,Active population,27.0,2016-01-01 +14497,Malta,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),26.0,2016-01-01 +14498,Malta,From 55 to 64 years,Thousand persons,Males,Active population,19.0,2016-01-01 +14499,Malta,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),18.0,2016-01-01 +14500,Malta,From 55 to 64 years,Thousand persons,Females,Active population,8.0,2016-01-01 +14501,Malta,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),8.0,2016-01-01 +14502,Malta,From 55 to 64 years,Percentage of total population,Total,Active population,45.5,2016-01-01 +14503,Malta,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.0,2016-01-01 +14504,Malta,From 55 to 64 years,Percentage of total population,Males,Active population,64.0,2016-01-01 +14505,Malta,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.7,2016-01-01 +14506,Malta,From 55 to 64 years,Percentage of total population,Females,Active population,27.0,2016-01-01 +14507,Malta,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.3,2016-01-01 +14508,Netherlands,From 15 to 24 years,Thousand persons,Total,Active population,1408.0,2016-01-01 +14509,Netherlands,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1256.0,2016-01-01 +14510,Netherlands,From 15 to 24 years,Thousand persons,Males,Active population,705.0,2016-01-01 +14511,Netherlands,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),625.0,2016-01-01 +14512,Netherlands,From 15 to 24 years,Thousand persons,Females,Active population,703.0,2016-01-01 +14513,Netherlands,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),631.0,2016-01-01 +14514,Netherlands,From 15 to 24 years,Percentage of total population,Total,Active population,68.2,2016-01-01 +14515,Netherlands,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.8,2016-01-01 +14516,Netherlands,From 15 to 24 years,Percentage of total population,Males,Active population,67.2,2016-01-01 +14517,Netherlands,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.6,2016-01-01 +14518,Netherlands,From 15 to 24 years,Percentage of total population,Females,Active population,69.2,2016-01-01 +14519,Netherlands,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),62.1,2016-01-01 +14520,Netherlands,From 25 to 54 years,Thousand persons,Total,Active population,5828.0,2016-01-01 +14521,Netherlands,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),5559.0,2016-01-01 +14522,Netherlands,From 25 to 54 years,Thousand persons,Males,Active population,3074.0,2016-01-01 +14523,Netherlands,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),2953.0,2016-01-01 +14524,Netherlands,From 25 to 54 years,Thousand persons,Females,Active population,2754.0,2016-01-01 +14525,Netherlands,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2606.0,2016-01-01 +14526,Netherlands,From 25 to 54 years,Percentage of total population,Total,Active population,86.9,2016-01-01 +14527,Netherlands,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.9,2016-01-01 +14528,Netherlands,From 25 to 54 years,Percentage of total population,Males,Active population,91.7,2016-01-01 +14529,Netherlands,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.1,2016-01-01 +14530,Netherlands,From 25 to 54 years,Percentage of total population,Females,Active population,82.2,2016-01-01 +14531,Netherlands,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.7,2016-01-01 +14532,Netherlands,From 55 to 64 years,Thousand persons,Total,Active population,1517.0,2016-01-01 +14533,Netherlands,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1409.0,2016-01-01 +14534,Netherlands,From 55 to 64 years,Thousand persons,Males,Active population,865.0,2016-01-01 +14535,Netherlands,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),805.0,2016-01-01 +14536,Netherlands,From 55 to 64 years,Thousand persons,Females,Active population,652.0,2016-01-01 +14537,Netherlands,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),603.0,2016-01-01 +14538,Netherlands,From 55 to 64 years,Percentage of total population,Total,Active population,68.4,2016-01-01 +14539,Netherlands,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),63.5,2016-01-01 +14540,Netherlands,From 55 to 64 years,Percentage of total population,Males,Active population,78.2,2016-01-01 +14541,Netherlands,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),72.8,2016-01-01 +14542,Netherlands,From 55 to 64 years,Percentage of total population,Females,Active population,58.6,2016-01-01 +14543,Netherlands,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),54.2,2016-01-01 +14544,Austria,From 15 to 24 years,Thousand persons,Total,Active population,565.0,2016-01-01 +14545,Austria,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),501.0,2016-01-01 +14546,Austria,From 15 to 24 years,Thousand persons,Males,Active population,301.0,2016-01-01 +14547,Austria,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),265.0,2016-01-01 +14548,Austria,From 15 to 24 years,Thousand persons,Females,Active population,263.0,2016-01-01 +14549,Austria,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),237.0,2016-01-01 +14550,Austria,From 15 to 24 years,Percentage of total population,Total,Active population,57.5,2016-01-01 +14551,Austria,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),51.0,2016-01-01 +14552,Austria,From 15 to 24 years,Percentage of total population,Males,Active population,60.2,2016-01-01 +14553,Austria,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),52.9,2016-01-01 +14554,Austria,From 15 to 24 years,Percentage of total population,Females,Active population,54.6,2016-01-01 +14555,Austria,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),49.0,2016-01-01 +14556,Austria,From 25 to 54 years,Thousand persons,Total,Active population,3281.0,2016-01-01 +14557,Austria,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3103.0,2016-01-01 +14558,Austria,From 25 to 54 years,Thousand persons,Males,Active population,1712.0,2016-01-01 +14559,Austria,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1614.0,2016-01-01 +14560,Austria,From 25 to 54 years,Thousand persons,Females,Active population,1569.0,2016-01-01 +14561,Austria,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1489.0,2016-01-01 +14562,Austria,From 25 to 54 years,Percentage of total population,Total,Active population,88.4,2016-01-01 +14563,Austria,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.6,2016-01-01 +14564,Austria,From 25 to 54 years,Percentage of total population,Males,Active population,91.8,2016-01-01 +14565,Austria,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.6,2016-01-01 +14566,Austria,From 25 to 54 years,Percentage of total population,Females,Active population,84.9,2016-01-01 +14567,Austria,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.6,2016-01-01 +14568,Austria,From 55 to 64 years,Thousand persons,Total,Active population,566.0,2016-01-01 +14569,Austria,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),538.0,2016-01-01 +14570,Austria,From 55 to 64 years,Thousand persons,Males,Active population,327.0,2016-01-01 +14571,Austria,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),308.0,2016-01-01 +14572,Austria,From 55 to 64 years,Thousand persons,Females,Active population,239.0,2016-01-01 +14573,Austria,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),230.0,2016-01-01 +14574,Austria,From 55 to 64 years,Percentage of total population,Total,Active population,51.7,2016-01-01 +14575,Austria,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.2,2016-01-01 +14576,Austria,From 55 to 64 years,Percentage of total population,Males,Active population,61.2,2016-01-01 +14577,Austria,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),57.6,2016-01-01 +14578,Austria,From 55 to 64 years,Percentage of total population,Females,Active population,42.7,2016-01-01 +14579,Austria,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),41.1,2016-01-01 +14580,Poland,From 15 to 24 years,Thousand persons,Total,Active population,1381.0,2016-01-01 +14581,Poland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),1137.0,2016-01-01 +14582,Poland,From 15 to 24 years,Thousand persons,Males,Active population,817.0,2016-01-01 +14583,Poland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),674.0,2016-01-01 +14584,Poland,From 15 to 24 years,Thousand persons,Females,Active population,564.0,2016-01-01 +14585,Poland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),463.0,2016-01-01 +14586,Poland,From 15 to 24 years,Percentage of total population,Total,Active population,34.5,2016-01-01 +14587,Poland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.4,2016-01-01 +14588,Poland,From 15 to 24 years,Percentage of total population,Males,Active population,39.8,2016-01-01 +14589,Poland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),32.8,2016-01-01 +14590,Poland,From 15 to 24 years,Percentage of total population,Females,Active population,28.9,2016-01-01 +14591,Poland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.7,2016-01-01 +14592,Poland,From 25 to 54 years,Thousand persons,Total,Active population,13005.0,2016-01-01 +14593,Poland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),12303.0,2016-01-01 +14594,Poland,From 25 to 54 years,Thousand persons,Males,Active population,7020.0,2016-01-01 +14595,Poland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),6659.0,2016-01-01 +14596,Poland,From 25 to 54 years,Thousand persons,Females,Active population,5985.0,2016-01-01 +14597,Poland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),5644.0,2016-01-01 +14598,Poland,From 25 to 54 years,Percentage of total population,Total,Active population,84.9,2016-01-01 +14599,Poland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.3,2016-01-01 +14600,Poland,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2016-01-01 +14601,Poland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.1,2016-01-01 +14602,Poland,From 25 to 54 years,Percentage of total population,Females,Active population,79.0,2016-01-01 +14603,Poland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),74.5,2016-01-01 +14604,Poland,From 55 to 64 years,Thousand persons,Total,Active population,2576.0,2016-01-01 +14605,Poland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2462.0,2016-01-01 +14606,Poland,From 55 to 64 years,Thousand persons,Males,Active population,1479.0,2016-01-01 +14607,Poland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1404.0,2016-01-01 +14608,Poland,From 55 to 64 years,Thousand persons,Females,Active population,1097.0,2016-01-01 +14609,Poland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),1058.0,2016-01-01 +14610,Poland,From 55 to 64 years,Percentage of total population,Total,Active population,48.3,2016-01-01 +14611,Poland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),46.2,2016-01-01 +14612,Poland,From 55 to 64 years,Percentage of total population,Males,Active population,58.6,2016-01-01 +14613,Poland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.7,2016-01-01 +14614,Poland,From 55 to 64 years,Percentage of total population,Females,Active population,39.0,2016-01-01 +14615,Poland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),37.6,2016-01-01 +14616,Portugal,From 15 to 24 years,Thousand persons,Total,Active population,364.0,2016-01-01 +14617,Portugal,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),262.0,2016-01-01 +14618,Portugal,From 15 to 24 years,Thousand persons,Males,Active population,196.0,2016-01-01 +14619,Portugal,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),142.0,2016-01-01 +14620,Portugal,From 15 to 24 years,Thousand persons,Females,Active population,169.0,2016-01-01 +14621,Portugal,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),120.0,2016-01-01 +14622,Portugal,From 15 to 24 years,Percentage of total population,Total,Active population,33.2,2016-01-01 +14623,Portugal,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),23.9,2016-01-01 +14624,Portugal,From 15 to 24 years,Percentage of total population,Males,Active population,35.0,2016-01-01 +14625,Portugal,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),25.5,2016-01-01 +14626,Portugal,From 15 to 24 years,Percentage of total population,Females,Active population,31.2,2016-01-01 +14627,Portugal,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),22.3,2016-01-01 +14628,Portugal,From 25 to 54 years,Thousand persons,Total,Active population,3780.0,2016-01-01 +14629,Portugal,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3401.0,2016-01-01 +14630,Portugal,From 25 to 54 years,Thousand persons,Males,Active population,1875.0,2016-01-01 +14631,Portugal,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1694.0,2016-01-01 +14632,Portugal,From 25 to 54 years,Thousand persons,Females,Active population,1905.0,2016-01-01 +14633,Portugal,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1707.0,2016-01-01 +14634,Portugal,From 25 to 54 years,Percentage of total population,Total,Active population,89.1,2016-01-01 +14635,Portugal,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.2,2016-01-01 +14636,Portugal,From 25 to 54 years,Percentage of total population,Males,Active population,91.9,2016-01-01 +14637,Portugal,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.0,2016-01-01 +14638,Portugal,From 25 to 54 years,Percentage of total population,Females,Active population,86.6,2016-01-01 +14639,Portugal,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.6,2016-01-01 +14640,Portugal,From 55 to 64 years,Thousand persons,Total,Active population,796.0,2016-01-01 +14641,Portugal,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),708.0,2016-01-01 +14642,Portugal,From 55 to 64 years,Thousand persons,Males,Active population,428.0,2016-01-01 +14643,Portugal,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),374.0,2016-01-01 +14644,Portugal,From 55 to 64 years,Thousand persons,Females,Active population,368.0,2016-01-01 +14645,Portugal,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),335.0,2016-01-01 +14646,Portugal,From 55 to 64 years,Percentage of total population,Total,Active population,58.5,2016-01-01 +14647,Portugal,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),52.1,2016-01-01 +14648,Portugal,From 55 to 64 years,Percentage of total population,Males,Active population,66.9,2016-01-01 +14649,Portugal,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),58.5,2016-01-01 +14650,Portugal,From 55 to 64 years,Percentage of total population,Females,Active population,51.0,2016-01-01 +14651,Portugal,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),46.3,2016-01-01 +14652,Romania,From 15 to 24 years,Thousand persons,Total,Active population,607.0,2016-01-01 +14653,Romania,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),482.0,2016-01-01 +14654,Romania,From 15 to 24 years,Thousand persons,Males,Active population,377.0,2016-01-01 +14655,Romania,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),302.0,2016-01-01 +14656,Romania,From 15 to 24 years,Thousand persons,Females,Active population,230.0,2016-01-01 +14657,Romania,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),180.0,2016-01-01 +14658,Romania,From 15 to 24 years,Percentage of total population,Total,Active population,28.0,2016-01-01 +14659,Romania,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),22.3,2016-01-01 +14660,Romania,From 15 to 24 years,Percentage of total population,Males,Active population,33.9,2016-01-01 +14661,Romania,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),27.2,2016-01-01 +14662,Romania,From 15 to 24 years,Percentage of total population,Females,Active population,21.8,2016-01-01 +14663,Romania,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),17.1,2016-01-01 +14664,Romania,From 25 to 54 years,Thousand persons,Total,Active population,6915.0,2016-01-01 +14665,Romania,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),6548.0,2016-01-01 +14666,Romania,From 25 to 54 years,Thousand persons,Males,Active population,3937.0,2016-01-01 +14667,Romania,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),3700.0,2016-01-01 +14668,Romania,From 25 to 54 years,Thousand persons,Females,Active population,2977.0,2016-01-01 +14669,Romania,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),2848.0,2016-01-01 +14670,Romania,From 25 to 54 years,Percentage of total population,Total,Active population,81.9,2016-01-01 +14671,Romania,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.6,2016-01-01 +14672,Romania,From 25 to 54 years,Percentage of total population,Males,Active population,91.0,2016-01-01 +14673,Romania,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.5,2016-01-01 +14674,Romania,From 25 to 54 years,Percentage of total population,Females,Active population,72.4,2016-01-01 +14675,Romania,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.2,2016-01-01 +14676,Romania,From 55 to 64 years,Thousand persons,Total,Active population,1174.0,2016-01-01 +14677,Romania,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),1136.0,2016-01-01 +14678,Romania,From 55 to 64 years,Thousand persons,Males,Active population,692.0,2016-01-01 +14679,Romania,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),665.0,2016-01-01 +14680,Romania,From 55 to 64 years,Thousand persons,Females,Active population,482.0,2016-01-01 +14681,Romania,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),471.0,2016-01-01 +14682,Romania,From 55 to 64 years,Percentage of total population,Total,Active population,44.2,2016-01-01 +14683,Romania,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),42.8,2016-01-01 +14684,Romania,From 55 to 64 years,Percentage of total population,Males,Active population,55.1,2016-01-01 +14685,Romania,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),53.0,2016-01-01 +14686,Romania,From 55 to 64 years,Percentage of total population,Females,Active population,34.4,2016-01-01 +14687,Romania,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.6,2016-01-01 +14688,Slovenia,From 15 to 24 years,Thousand persons,Total,Active population,68.0,2016-01-01 +14689,Slovenia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),58.0,2016-01-01 +14690,Slovenia,From 15 to 24 years,Thousand persons,Males,Active population,38.0,2016-01-01 +14691,Slovenia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),32.0,2016-01-01 +14692,Slovenia,From 15 to 24 years,Thousand persons,Females,Active population,30.0,2016-01-01 +14693,Slovenia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),26.0,2016-01-01 +14694,Slovenia,From 15 to 24 years,Percentage of total population,Total,Active population,33.7,2016-01-01 +14695,Slovenia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),28.6,2016-01-01 +14696,Slovenia,From 15 to 24 years,Percentage of total population,Males,Active population,36.8,2016-01-01 +14697,Slovenia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.1,2016-01-01 +14698,Slovenia,From 15 to 24 years,Percentage of total population,Females,Active population,30.6,2016-01-01 +14699,Slovenia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.1,2016-01-01 +14700,Slovenia,From 25 to 54 years,Thousand persons,Total,Active population,794.0,2016-01-01 +14701,Slovenia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),732.0,2016-01-01 +14702,Slovenia,From 25 to 54 years,Thousand persons,Males,Active population,417.0,2016-01-01 +14703,Slovenia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),388.0,2016-01-01 +14704,Slovenia,From 25 to 54 years,Thousand persons,Females,Active population,377.0,2016-01-01 +14705,Slovenia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),344.0,2016-01-01 +14706,Slovenia,From 25 to 54 years,Percentage of total population,Total,Active population,90.5,2016-01-01 +14707,Slovenia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.5,2016-01-01 +14708,Slovenia,From 25 to 54 years,Percentage of total population,Males,Active population,92.0,2016-01-01 +14709,Slovenia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),85.6,2016-01-01 +14710,Slovenia,From 25 to 54 years,Percentage of total population,Females,Active population,88.9,2016-01-01 +14711,Slovenia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),81.2,2016-01-01 +14712,Slovenia,From 55 to 64 years,Thousand persons,Total,Active population,121.0,2016-01-01 +14713,Slovenia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),113.0,2016-01-01 +14714,Slovenia,From 55 to 64 years,Thousand persons,Males,Active population,70.0,2016-01-01 +14715,Slovenia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),64.0,2016-01-01 +14716,Slovenia,From 55 to 64 years,Thousand persons,Females,Active population,51.0,2016-01-01 +14717,Slovenia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),48.0,2016-01-01 +14718,Slovenia,From 55 to 64 years,Percentage of total population,Total,Active population,41.2,2016-01-01 +14719,Slovenia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),38.5,2016-01-01 +14720,Slovenia,From 55 to 64 years,Percentage of total population,Males,Active population,47.1,2016-01-01 +14721,Slovenia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.6,2016-01-01 +14722,Slovenia,From 55 to 64 years,Percentage of total population,Females,Active population,35.2,2016-01-01 +14723,Slovenia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),33.4,2016-01-01 +14724,Slovakia,From 15 to 24 years,Thousand persons,Total,Active population,206.0,2016-01-01 +14725,Slovakia,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),160.0,2016-01-01 +14726,Slovakia,From 15 to 24 years,Thousand persons,Males,Active population,129.0,2016-01-01 +14727,Slovakia,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),104.0,2016-01-01 +14728,Slovakia,From 15 to 24 years,Thousand persons,Females,Active population,77.0,2016-01-01 +14729,Slovakia,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),57.0,2016-01-01 +14730,Slovakia,From 15 to 24 years,Percentage of total population,Total,Active population,32.4,2016-01-01 +14731,Slovakia,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),25.2,2016-01-01 +14732,Slovakia,From 15 to 24 years,Percentage of total population,Males,Active population,39.8,2016-01-01 +14733,Slovakia,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),31.9,2016-01-01 +14734,Slovakia,From 15 to 24 years,Percentage of total population,Females,Active population,24.7,2016-01-01 +14735,Slovakia,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.2,2016-01-01 +14736,Slovakia,From 25 to 54 years,Thousand persons,Total,Active population,2135.0,2016-01-01 +14737,Slovakia,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1950.0,2016-01-01 +14738,Slovakia,From 25 to 54 years,Thousand persons,Males,Active population,1159.0,2016-01-01 +14739,Slovakia,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1070.0,2016-01-01 +14740,Slovakia,From 25 to 54 years,Thousand persons,Females,Active population,976.0,2016-01-01 +14741,Slovakia,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),880.0,2016-01-01 +14742,Slovakia,From 25 to 54 years,Percentage of total population,Total,Active population,87.6,2016-01-01 +14743,Slovakia,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),80.0,2016-01-01 +14744,Slovakia,From 25 to 54 years,Percentage of total population,Males,Active population,93.5,2016-01-01 +14745,Slovakia,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),86.3,2016-01-01 +14746,Slovakia,From 25 to 54 years,Percentage of total population,Females,Active population,81.5,2016-01-01 +14747,Slovakia,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.5,2016-01-01 +14748,Slovakia,From 55 to 64 years,Thousand persons,Total,Active population,397.0,2016-01-01 +14749,Slovakia,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),361.0,2016-01-01 +14750,Slovakia,From 55 to 64 years,Thousand persons,Males,Active population,211.0,2016-01-01 +14751,Slovakia,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),193.0,2016-01-01 +14752,Slovakia,From 55 to 64 years,Thousand persons,Females,Active population,186.0,2016-01-01 +14753,Slovakia,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),168.0,2016-01-01 +14754,Slovakia,From 55 to 64 years,Percentage of total population,Total,Active population,53.9,2016-01-01 +14755,Slovakia,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),49.0,2016-01-01 +14756,Slovakia,From 55 to 64 years,Percentage of total population,Males,Active population,60.1,2016-01-01 +14757,Slovakia,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.1,2016-01-01 +14758,Slovakia,From 55 to 64 years,Percentage of total population,Females,Active population,48.2,2016-01-01 +14759,Slovakia,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.5,2016-01-01 +14760,Finland,From 15 to 24 years,Thousand persons,Total,Active population,323.0,2016-01-01 +14761,Finland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),258.0,2016-01-01 +14762,Finland,From 15 to 24 years,Thousand persons,Males,Active population,159.0,2016-01-01 +14763,Finland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),124.0,2016-01-01 +14764,Finland,From 15 to 24 years,Thousand persons,Females,Active population,164.0,2016-01-01 +14765,Finland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),134.0,2016-01-01 +14766,Finland,From 15 to 24 years,Percentage of total population,Total,Active population,52.2,2016-01-01 +14767,Finland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),41.7,2016-01-01 +14768,Finland,From 15 to 24 years,Percentage of total population,Males,Active population,51.2,2016-01-01 +14769,Finland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),40.1,2016-01-01 +14770,Finland,From 15 to 24 years,Percentage of total population,Females,Active population,53.1,2016-01-01 +14771,Finland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),43.3,2016-01-01 +14772,Finland,From 25 to 54 years,Thousand persons,Total,Active population,1802.0,2016-01-01 +14773,Finland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1668.0,2016-01-01 +14774,Finland,From 25 to 54 years,Thousand persons,Males,Active population,955.0,2016-01-01 +14775,Finland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),884.0,2016-01-01 +14776,Finland,From 25 to 54 years,Thousand persons,Females,Active population,847.0,2016-01-01 +14777,Finland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),784.0,2016-01-01 +14778,Finland,From 25 to 54 years,Percentage of total population,Total,Active population,86.3,2016-01-01 +14779,Finland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),79.9,2016-01-01 +14780,Finland,From 25 to 54 years,Percentage of total population,Males,Active population,89.7,2016-01-01 +14781,Finland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.0,2016-01-01 +14782,Finland,From 25 to 54 years,Percentage of total population,Females,Active population,82.8,2016-01-01 +14783,Finland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),76.7,2016-01-01 +14784,Finland,From 55 to 64 years,Thousand persons,Total,Active population,490.0,2016-01-01 +14785,Finland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),453.0,2016-01-01 +14786,Finland,From 55 to 64 years,Thousand persons,Males,Active population,237.0,2016-01-01 +14787,Finland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),217.0,2016-01-01 +14788,Finland,From 55 to 64 years,Thousand persons,Females,Active population,254.0,2016-01-01 +14789,Finland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),236.0,2016-01-01 +14790,Finland,From 55 to 64 years,Percentage of total population,Total,Active population,66.4,2016-01-01 +14791,Finland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.4,2016-01-01 +14792,Finland,From 55 to 64 years,Percentage of total population,Males,Active population,65.1,2016-01-01 +14793,Finland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),59.8,2016-01-01 +14794,Finland,From 55 to 64 years,Percentage of total population,Females,Active population,67.6,2016-01-01 +14795,Finland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.0,2016-01-01 +14796,Sweden,From 15 to 24 years,Thousand persons,Total,Active population,642.0,2016-01-01 +14797,Sweden,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),521.0,2016-01-01 +14798,Sweden,From 15 to 24 years,Thousand persons,Males,Active population,329.0,2016-01-01 +14799,Sweden,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),261.0,2016-01-01 +14800,Sweden,From 15 to 24 years,Thousand persons,Females,Active population,314.0,2016-01-01 +14801,Sweden,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),260.0,2016-01-01 +14802,Sweden,From 15 to 24 years,Percentage of total population,Total,Active population,54.8,2016-01-01 +14803,Sweden,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),44.5,2016-01-01 +14804,Sweden,From 15 to 24 years,Percentage of total population,Males,Active population,54.2,2016-01-01 +14805,Sweden,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),43.1,2016-01-01 +14806,Sweden,From 15 to 24 years,Percentage of total population,Females,Active population,55.5,2016-01-01 +14807,Sweden,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),45.9,2016-01-01 +14808,Sweden,From 25 to 54 years,Thousand persons,Total,Active population,3548.0,2016-01-01 +14809,Sweden,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3354.0,2016-01-01 +14810,Sweden,From 25 to 54 years,Thousand persons,Males,Active population,1857.0,2016-01-01 +14811,Sweden,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1753.0,2016-01-01 +14812,Sweden,From 25 to 54 years,Thousand persons,Females,Active population,1691.0,2016-01-01 +14813,Sweden,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1601.0,2016-01-01 +14814,Sweden,From 25 to 54 years,Percentage of total population,Total,Active population,90.9,2016-01-01 +14815,Sweden,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),85.9,2016-01-01 +14816,Sweden,From 25 to 54 years,Percentage of total population,Males,Active population,93.3,2016-01-01 +14817,Sweden,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),88.1,2016-01-01 +14818,Sweden,From 25 to 54 years,Percentage of total population,Females,Active population,88.5,2016-01-01 +14819,Sweden,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),83.7,2016-01-01 +14820,Sweden,From 55 to 64 years,Thousand persons,Total,Active population,909.0,2016-01-01 +14821,Sweden,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),861.0,2016-01-01 +14822,Sweden,From 55 to 64 years,Thousand persons,Males,Active population,472.0,2016-01-01 +14823,Sweden,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),443.0,2016-01-01 +14824,Sweden,From 55 to 64 years,Thousand persons,Females,Active population,437.0,2016-01-01 +14825,Sweden,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),418.0,2016-01-01 +14826,Sweden,From 55 to 64 years,Percentage of total population,Total,Active population,79.7,2016-01-01 +14827,Sweden,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),75.5,2016-01-01 +14828,Sweden,From 55 to 64 years,Percentage of total population,Males,Active population,82.5,2016-01-01 +14829,Sweden,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.5,2016-01-01 +14830,Sweden,From 55 to 64 years,Percentage of total population,Females,Active population,76.9,2016-01-01 +14831,Sweden,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),73.5,2016-01-01 +14832,United Kingdom,From 15 to 24 years,Thousand persons,Total,Active population,4441.0,2016-01-01 +14833,United Kingdom,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),3865.0,2016-01-01 +14834,United Kingdom,From 15 to 24 years,Thousand persons,Males,Active population,2303.0,2016-01-01 +14835,United Kingdom,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),1964.0,2016-01-01 +14836,United Kingdom,From 15 to 24 years,Thousand persons,Females,Active population,2137.0,2016-01-01 +14837,United Kingdom,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1901.0,2016-01-01 +14838,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Active population,58.5,2016-01-01 +14839,United Kingdom,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),50.9,2016-01-01 +14840,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Active population,59.4,2016-01-01 +14841,United Kingdom,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),50.6,2016-01-01 +14842,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Active population,57.6,2016-01-01 +14843,United Kingdom,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),51.2,2016-01-01 +14844,United Kingdom,From 25 to 54 years,Thousand persons,Total,Active population,22611.0,2016-01-01 +14845,United Kingdom,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),21790.0,2016-01-01 +14846,United Kingdom,From 25 to 54 years,Thousand persons,Males,Active population,11983.0,2016-01-01 +14847,United Kingdom,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),11571.0,2016-01-01 +14848,United Kingdom,From 25 to 54 years,Thousand persons,Females,Active population,10628.0,2016-01-01 +14849,United Kingdom,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),10219.0,2016-01-01 +14850,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Active population,86.1,2016-01-01 +14851,United Kingdom,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),83.0,2016-01-01 +14852,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Active population,92.2,2016-01-01 +14853,United Kingdom,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.0,2016-01-01 +14854,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Active population,80.1,2016-01-01 +14855,United Kingdom,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),77.0,2016-01-01 +14856,United Kingdom,From 55 to 64 years,Thousand persons,Total,Active population,4965.0,2016-01-01 +14857,United Kingdom,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),4782.0,2016-01-01 +14858,United Kingdom,From 55 to 64 years,Thousand persons,Males,Active population,2689.0,2016-01-01 +14859,United Kingdom,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),2577.0,2016-01-01 +14860,United Kingdom,From 55 to 64 years,Thousand persons,Females,Active population,2276.0,2016-01-01 +14861,United Kingdom,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),2205.0,2016-01-01 +14862,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Active population,65.8,2016-01-01 +14863,United Kingdom,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),63.4,2016-01-01 +14864,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Active population,72.6,2016-01-01 +14865,United Kingdom,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),69.6,2016-01-01 +14866,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Active population,59.2,2016-01-01 +14867,United Kingdom,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),57.4,2016-01-01 +14868,Iceland,From 15 to 24 years,Thousand persons,Total,Active population,33.0,2016-01-01 +14869,Iceland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),30.0,2016-01-01 +14870,Iceland,From 15 to 24 years,Thousand persons,Males,Active population,17.0,2016-01-01 +14871,Iceland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),16.0,2016-01-01 +14872,Iceland,From 15 to 24 years,Thousand persons,Females,Active population,16.0,2016-01-01 +14873,Iceland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2016-01-01 +14874,Iceland,From 15 to 24 years,Percentage of total population,Total,Active population,83.0,2016-01-01 +14875,Iceland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),77.6,2016-01-01 +14876,Iceland,From 15 to 24 years,Percentage of total population,Males,Active population,82.6,2016-01-01 +14877,Iceland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),77.1,2016-01-01 +14878,Iceland,From 15 to 24 years,Percentage of total population,Females,Active population,83.5,2016-01-01 +14879,Iceland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),78.2,2016-01-01 +14880,Iceland,From 25 to 54 years,Thousand persons,Total,Active population,119.0,2016-01-01 +14881,Iceland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),116.0,2016-01-01 +14882,Iceland,From 25 to 54 years,Thousand persons,Males,Active population,63.0,2016-01-01 +14883,Iceland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),61.0,2016-01-01 +14884,Iceland,From 25 to 54 years,Thousand persons,Females,Active population,57.0,2016-01-01 +14885,Iceland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),55.0,2016-01-01 +14886,Iceland,From 25 to 54 years,Percentage of total population,Total,Active population,92.2,2016-01-01 +14887,Iceland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),89.9,2016-01-01 +14888,Iceland,From 25 to 54 years,Percentage of total population,Males,Active population,95.3,2016-01-01 +14889,Iceland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),93.2,2016-01-01 +14890,Iceland,From 25 to 54 years,Percentage of total population,Females,Active population,88.9,2016-01-01 +14891,Iceland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),86.4,2016-01-01 +14892,Iceland,From 55 to 64 years,Thousand persons,Total,Active population,34.0,2016-01-01 +14893,Iceland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),33.0,2016-01-01 +14894,Iceland,From 55 to 64 years,Thousand persons,Males,Active population,18.0,2016-01-01 +14895,Iceland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),17.0,2016-01-01 +14896,Iceland,From 55 to 64 years,Thousand persons,Females,Active population,16.0,2016-01-01 +14897,Iceland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),15.0,2016-01-01 +14898,Iceland,From 55 to 64 years,Percentage of total population,Total,Active population,86.4,2016-01-01 +14899,Iceland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),84.6,2016-01-01 +14900,Iceland,From 55 to 64 years,Percentage of total population,Males,Active population,92.2,2016-01-01 +14901,Iceland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),89.7,2016-01-01 +14902,Iceland,From 55 to 64 years,Percentage of total population,Females,Active population,80.5,2016-01-01 +14903,Iceland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),79.4,2016-01-01 +14904,Norway,From 15 to 24 years,Thousand persons,Total,Active population,359.0,2016-01-01 +14905,Norway,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),319.0,2016-01-01 +14906,Norway,From 15 to 24 years,Thousand persons,Males,Active population,182.0,2016-01-01 +14907,Norway,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),159.0,2016-01-01 +14908,Norway,From 15 to 24 years,Thousand persons,Females,Active population,177.0,2016-01-01 +14909,Norway,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),161.0,2016-01-01 +14910,Norway,From 15 to 24 years,Percentage of total population,Total,Active population,54.6,2016-01-01 +14911,Norway,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),48.5,2016-01-01 +14912,Norway,From 15 to 24 years,Percentage of total population,Males,Active population,54.0,2016-01-01 +14913,Norway,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),47.0,2016-01-01 +14914,Norway,From 15 to 24 years,Percentage of total population,Females,Active population,55.2,2016-01-01 +14915,Norway,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.1,2016-01-01 +14916,Norway,From 25 to 54 years,Thousand persons,Total,Active population,1861.0,2016-01-01 +14917,Norway,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),1781.0,2016-01-01 +14918,Norway,From 25 to 54 years,Thousand persons,Males,Active population,983.0,2016-01-01 +14919,Norway,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),935.0,2016-01-01 +14920,Norway,From 25 to 54 years,Thousand persons,Females,Active population,878.0,2016-01-01 +14921,Norway,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),846.0,2016-01-01 +14922,Norway,From 25 to 54 years,Percentage of total population,Total,Active population,86.4,2016-01-01 +14923,Norway,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),82.7,2016-01-01 +14924,Norway,From 25 to 54 years,Percentage of total population,Males,Active population,88.8,2016-01-01 +14925,Norway,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),84.4,2016-01-01 +14926,Norway,From 25 to 54 years,Percentage of total population,Females,Active population,83.8,2016-01-01 +14927,Norway,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),80.8,2016-01-01 +14928,Norway,From 55 to 64 years,Thousand persons,Total,Active population,453.0,2016-01-01 +14929,Norway,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),444.0,2016-01-01 +14930,Norway,From 55 to 64 years,Thousand persons,Males,Active population,240.0,2016-01-01 +14931,Norway,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),234.0,2016-01-01 +14932,Norway,From 55 to 64 years,Thousand persons,Females,Active population,213.0,2016-01-01 +14933,Norway,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),210.0,2016-01-01 +14934,Norway,From 55 to 64 years,Percentage of total population,Total,Active population,74.1,2016-01-01 +14935,Norway,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),72.6,2016-01-01 +14936,Norway,From 55 to 64 years,Percentage of total population,Males,Active population,77.7,2016-01-01 +14937,Norway,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),75.7,2016-01-01 +14938,Norway,From 55 to 64 years,Percentage of total population,Females,Active population,70.3,2016-01-01 +14939,Norway,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),69.5,2016-01-01 +14940,Switzerland,From 15 to 24 years,Thousand persons,Total,Active population,623.0,2016-01-01 +14941,Switzerland,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),571.0,2016-01-01 +14942,Switzerland,From 15 to 24 years,Thousand persons,Males,Active population,315.0,2016-01-01 +14943,Switzerland,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),288.0,2016-01-01 +14944,Switzerland,From 15 to 24 years,Thousand persons,Females,Active population,308.0,2016-01-01 +14945,Switzerland,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),283.0,2016-01-01 +14946,Switzerland,From 15 to 24 years,Percentage of total population,Total,Active population,67.9,2016-01-01 +14947,Switzerland,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),62.2,2016-01-01 +14948,Switzerland,From 15 to 24 years,Percentage of total population,Males,Active population,67.1,2016-01-01 +14949,Switzerland,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),61.3,2016-01-01 +14950,Switzerland,From 15 to 24 years,Percentage of total population,Females,Active population,68.6,2016-01-01 +14951,Switzerland,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),63.1,2016-01-01 +14952,Switzerland,From 25 to 54 years,Thousand persons,Total,Active population,3300.0,2016-01-01 +14953,Switzerland,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),3155.0,2016-01-01 +14954,Switzerland,From 25 to 54 years,Thousand persons,Males,Active population,1751.0,2016-01-01 +14955,Switzerland,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),1680.0,2016-01-01 +14956,Switzerland,From 25 to 54 years,Thousand persons,Females,Active population,1549.0,2016-01-01 +14957,Switzerland,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),1475.0,2016-01-01 +14958,Switzerland,From 25 to 54 years,Percentage of total population,Total,Active population,91.6,2016-01-01 +14959,Switzerland,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),87.6,2016-01-01 +14960,Switzerland,From 25 to 54 years,Percentage of total population,Males,Active population,96.3,2016-01-01 +14961,Switzerland,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),92.4,2016-01-01 +14962,Switzerland,From 25 to 54 years,Percentage of total population,Females,Active population,86.8,2016-01-01 +14963,Switzerland,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),82.7,2016-01-01 +14964,Switzerland,From 55 to 64 years,Thousand persons,Total,Active population,794.0,2016-01-01 +14965,Switzerland,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),765.0,2016-01-01 +14966,Switzerland,From 55 to 64 years,Thousand persons,Males,Active population,431.0,2016-01-01 +14967,Switzerland,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),414.0,2016-01-01 +14968,Switzerland,From 55 to 64 years,Thousand persons,Females,Active population,363.0,2016-01-01 +14969,Switzerland,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),351.0,2016-01-01 +14970,Switzerland,From 55 to 64 years,Percentage of total population,Total,Active population,76.7,2016-01-01 +14971,Switzerland,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),73.9,2016-01-01 +14972,Switzerland,From 55 to 64 years,Percentage of total population,Males,Active population,83.1,2016-01-01 +14973,Switzerland,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),79.9,2016-01-01 +14974,Switzerland,From 55 to 64 years,Percentage of total population,Females,Active population,70.2,2016-01-01 +14975,Switzerland,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),67.9,2016-01-01 +14976,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Active population,86.0,2016-01-01 +14977,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),44.0,2016-01-01 +14978,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Active population,55.0,2016-01-01 +14979,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),29.0,2016-01-01 +14980,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Active population,31.0,2016-01-01 +14981,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),16.0,2016-01-01 +14982,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Active population,31.3,2016-01-01 +14983,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),16.2,2016-01-01 +14984,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Active population,39.2,2016-01-01 +14985,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),20.4,2016-01-01 +14986,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Active population,23.0,2016-01-01 +14987,"Former Yugoslav Republic of Macedonia, the",From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),11.8,2016-01-01 +14988,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Active population,724.0,2016-01-01 +14989,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),563.0,2016-01-01 +14990,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Active population,431.0,2016-01-01 +14991,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),333.0,2016-01-01 +14992,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Active population,292.0,2016-01-01 +14993,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),230.0,2016-01-01 +14994,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Active population,78.7,2016-01-01 +14995,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),61.2,2016-01-01 +14996,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Active population,92.1,2016-01-01 +14997,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),71.2,2016-01-01 +14998,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Active population,64.8,2016-01-01 +14999,"Former Yugoslav Republic of Macedonia, the",From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),50.9,2016-01-01 +15000,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Active population,129.0,2016-01-01 +15001,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),106.0,2016-01-01 +15002,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Active population,88.0,2016-01-01 +15003,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),71.0,2016-01-01 +15004,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Active population,41.0,2016-01-01 +15005,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),35.0,2016-01-01 +15006,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Active population,49.4,2016-01-01 +15007,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),40.7,2016-01-01 +15008,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Active population,68.1,2016-01-01 +15009,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),55.0,2016-01-01 +15010,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Active population,31.0,2016-01-01 +15011,"Former Yugoslav Republic of Macedonia, the",From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),26.6,2016-01-01 +15012,Turkey,From 15 to 24 years,Thousand persons,Total,Active population,5022.0,2016-01-01 +15013,Turkey,From 15 to 24 years,Thousand persons,Total,Total employment (resident population concept - LFS),4044.0,2016-01-01 +15014,Turkey,From 15 to 24 years,Thousand persons,Males,Active population,3233.0,2016-01-01 +15015,Turkey,From 15 to 24 years,Thousand persons,Males,Total employment (resident population concept - LFS),2676.0,2016-01-01 +15016,Turkey,From 15 to 24 years,Thousand persons,Females,Active population,1789.0,2016-01-01 +15017,Turkey,From 15 to 24 years,Thousand persons,Females,Total employment (resident population concept - LFS),1368.0,2016-01-01 +15018,Turkey,From 15 to 24 years,Percentage of total population,Total,Active population,42.3,2016-01-01 +15019,Turkey,From 15 to 24 years,Percentage of total population,Total,Total employment (resident population concept - LFS),34.1,2016-01-01 +15020,Turkey,From 15 to 24 years,Percentage of total population,Males,Active population,54.2,2016-01-01 +15021,Turkey,From 15 to 24 years,Percentage of total population,Males,Total employment (resident population concept - LFS),44.9,2016-01-01 +15022,Turkey,From 15 to 24 years,Percentage of total population,Females,Active population,30.3,2016-01-01 +15023,Turkey,From 15 to 24 years,Percentage of total population,Females,Total employment (resident population concept - LFS),23.2,2016-01-01 +15024,Turkey,From 25 to 54 years,Thousand persons,Total,Active population,22285.0,2016-01-01 +15025,Turkey,From 25 to 54 years,Thousand persons,Total,Total employment (resident population concept - LFS),20126.0,2016-01-01 +15026,Turkey,From 25 to 54 years,Thousand persons,Males,Active population,15295.0,2016-01-01 +15027,Turkey,From 25 to 54 years,Thousand persons,Males,Total employment (resident population concept - LFS),14006.0,2016-01-01 +15028,Turkey,From 25 to 54 years,Thousand persons,Females,Active population,6990.0,2016-01-01 +15029,Turkey,From 25 to 54 years,Thousand persons,Females,Total employment (resident population concept - LFS),6119.0,2016-01-01 +15030,Turkey,From 25 to 54 years,Percentage of total population,Total,Active population,66.5,2016-01-01 +15031,Turkey,From 25 to 54 years,Percentage of total population,Total,Total employment (resident population concept - LFS),60.0,2016-01-01 +15032,Turkey,From 25 to 54 years,Percentage of total population,Males,Active population,90.8,2016-01-01 +15033,Turkey,From 25 to 54 years,Percentage of total population,Males,Total employment (resident population concept - LFS),83.2,2016-01-01 +15034,Turkey,From 25 to 54 years,Percentage of total population,Females,Active population,41.9,2016-01-01 +15035,Turkey,From 25 to 54 years,Percentage of total population,Females,Total employment (resident population concept - LFS),36.7,2016-01-01 +15036,Turkey,From 55 to 64 years,Thousand persons,Total,Active population,2454.0,2016-01-01 +15037,Turkey,From 55 to 64 years,Thousand persons,Total,Total employment (resident population concept - LFS),2302.0,2016-01-01 +15038,Turkey,From 55 to 64 years,Thousand persons,Males,Active population,1805.0,2016-01-01 +15039,Turkey,From 55 to 64 years,Thousand persons,Males,Total employment (resident population concept - LFS),1672.0,2016-01-01 +15040,Turkey,From 55 to 64 years,Thousand persons,Females,Active population,649.0,2016-01-01 +15041,Turkey,From 55 to 64 years,Thousand persons,Females,Total employment (resident population concept - LFS),630.0,2016-01-01 +15042,Turkey,From 55 to 64 years,Percentage of total population,Total,Active population,35.7,2016-01-01 +15043,Turkey,From 55 to 64 years,Percentage of total population,Total,Total employment (resident population concept - LFS),33.4,2016-01-01 +15044,Turkey,From 55 to 64 years,Percentage of total population,Males,Active population,53.0,2016-01-01 +15045,Turkey,From 55 to 64 years,Percentage of total population,Males,Total employment (resident population concept - LFS),49.2,2016-01-01 +15046,Turkey,From 55 to 64 years,Percentage of total population,Females,Active population,18.7,2016-01-01 +15047,Turkey,From 55 to 64 years,Percentage of total population,Females,Total employment (resident population concept - LFS),18.1,2016-01-01 +15048,,,,,,, +15049,,,,,,, +15050,,,,,,, +15051,,,,,,, +15052,,,,,,, +15053,,,,,,, +15054,,,,,,, +15055,,,,,,, +15056,,,,,,, +15057,,,,,,, +15058,,,,,,, +15059,,,,,,, +15060,,,,,,, +15061,,,,,,, +15062,,,,,,, +15063,,,,,,, +15064,,,,,,, +15065,,,,,,, +15066,,,,,,, +15067,,,,,,, +15068,,,,,,, +15069,,,,,,, +15070,,,,,,, +15071,,,,,,, +15072,,,,,,, +15073,,,,,,, +15074,,,,,,, +15075,,,,,,, +15076,,,,,,, +15077,,,,,,, +15078,,,,,,, +15079,,,,,,, +15080,,,,,,, +15081,,,,,,, +15082,,,,,,, +15083,,,,,,, +15084,,,,,,, +15085,,,,,,, +15086,,,,,,, +15087,,,,,,, +15088,,,,,,, +15089,,,,,,, +15090,,,,,,, +15091,,,,,,, +15092,,,,,,, +15093,,,,,,, +15094,,,,,,, +15095,,,,,,, +15096,,,,,,, +15097,,,,,,, +15098,,,,,,, +15099,,,,,,, +15100,,,,,,, +15101,,,,,,, +15102,,,,,,, +15103,,,,,,, +15104,,,,,,, +15105,,,,,,, +15106,,,,,,, +15107,,,,,,, +15108,,,,,,, +15109,,,,,,, +15110,,,,,,, +15111,,,,,,, +15112,,,,,,, +15113,,,,,,, +15114,,,,,,, +15115,,,,,,, +15116,,,,,,, +15117,,,,,,, +15118,,,,,,, +15119,,,,,,, diff --git a/lectures/_static/lecture_specific/pandas_panel/realwage.csv b/lectures/_static/lecture_specific/pandas_panel/realwage.csv new file mode 100644 index 00000000..bc0c7d6c --- /dev/null +++ b/lectures/_static/lecture_specific/pandas_panel/realwage.csv @@ -0,0 +1,1409 @@ +,Time,Country,Series,Pay period,value +0,2006-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,17132.443 +1,2007-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,18100.918 +2,2008-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,17747.406 +3,2009-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,18580.139 +4,2010-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,18755.832 +5,2011-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,18284.299 +6,2012-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,17979.943 +7,2013-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,17890.01 +8,2014-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,17854.875 +9,2015-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,17907.637 +10,2016-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Annual,18942.762 +11,2006-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.2367496 +12,2007-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.7023602 +13,2008-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.5324097 +14,2009-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.9327602 +15,2010-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,9.01723 +16,2011-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.7905302 +17,2012-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.6442003 +18,2013-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.6009703 +19,2014-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.5840702 +20,2015-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,8.6094398 +21,2016-01-01,Ireland,In 2015 constant prices at 2015 USD PPPs,Hourly,9.1070995 +22,2006-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,19090.537 +23,2007-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,20169.699 +24,2008-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,19775.785 +25,2009-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,20703.691 +26,2010-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,20899.465 +27,2011-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,20374.039 +28,2012-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,20034.898 +29,2013-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,19934.686 +30,2014-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,19895.537 +31,2015-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,19954.328 +32,2016-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Annual,21107.758 +33,2006-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.1780005 +34,2007-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.6969995 +35,2008-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5080004 +36,2009-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.9540005 +37,2010-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.048 +38,2011-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.7950001 +39,2012-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.632 +40,2013-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5839996 +41,2014-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5649996 +42,2015-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5930004 +43,2016-01-01,Ireland,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.148 +44,2006-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,11740.059 +45,2007-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12047.642 +46,2008-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12172.902 +47,2009-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12696.383 +48,2010-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12657.498 +49,2011-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12424.575 +50,2012-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12127.923 +51,2013-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12030.048 +52,2014-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12049.553 +53,2015-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12170.472 +54,2016-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Annual,12317.413 +55,2006-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,4.82443 +56,2007-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,4.9513302 +57,2008-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,5.0025601 +58,2009-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,5.21769 +59,2010-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,5.2018299 +60,2011-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,5.1059899 +61,2012-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,4.9840798 +62,2013-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,4.9439602 +63,2014-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,4.9514298 +64,2015-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,5.00178 +65,2016-01-01,Spain,In 2015 constant prices at 2015 USD PPPs,Hourly,5.0620198 +66,2006-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,9714.1846 +67,2007-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,9968.6914 +68,2008-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,10072.337 +69,2009-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,10505.485 +70,2010-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,10473.31 +71,2011-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,10280.58 +72,2012-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,10035.119 +73,2013-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,9954.1328 +74,2014-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,9970.2734 +75,2015-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,10070.326 +76,2016-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Annual,10191.91 +77,2006-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.9920001 +78,2007-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.0970001 +79,2008-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.1389999 +80,2009-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.3169999 +81,2010-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.3039999 +82,2011-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.2249999 +83,2012-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.1240001 +84,2013-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.0910001 +85,2014-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.0970001 +86,2015-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.1389999 +87,2016-01-01,Spain,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.1890001 +88,2006-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,20410.652 +89,2007-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,21087.568 +90,2008-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,20718.238 +91,2009-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,20984.768 +92,2010-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,20879.332 +93,2011-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,21037.328 +94,2012-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,21323.83 +95,2013-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,21387.027 +96,2014-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,21453.828 +97,2015-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,21715.529 +98,2016-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Annual,21967.23 +99,2006-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.33073 +100,2007-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.67106 +101,2008-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.48298 +102,2009-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.61966 +103,2010-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.5709 +104,2011-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.65163 +105,2012-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.79636 +106,2013-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.82608 +107,2014-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.85724 +108,2015-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,10.99195 +109,2016-01-01,Australia,In 2015 constant prices at 2015 USD PPPs,Hourly,11.12024 +110,2006-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,23826.637 +111,2007-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,24616.844 +112,2008-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,24185.703 +113,2009-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,24496.838 +114,2010-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,24373.756 +115,2011-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,24558.195 +116,2012-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,24892.646 +117,2013-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,24966.422 +118,2014-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,25044.402 +119,2015-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,25349.9 +120,2016-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Annual,25643.729 +121,2006-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.06 +122,2007-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.457 +123,2008-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.237 +124,2009-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.397 +125,2010-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.34 +126,2011-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.434 +127,2012-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.603 +128,2013-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.638 +129,2014-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.674 +130,2015-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.832 +131,2016-01-01,Australia,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.981 +132,2006-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,8491.3682 +133,2007-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,8436.2979 +134,2008-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,8301.5244 +135,2009-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,8514.1846 +136,2010-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,8595.4482 +137,2011-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,8853.4424 +138,2012-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,9093.6318 +139,2013-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,9261.2588 +140,2014-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,9379.5137 +141,2015-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,10062.421 +142,2016-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Annual,12074.759 +143,2006-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.0711999 +144,2007-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.0447998 +145,2008-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,3.98018 +146,2009-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.08214 +147,2010-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.12111 +148,2011-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.2448001 +149,2012-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.3599601 +150,2013-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.44033 +151,2014-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.4970298 +152,2015-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,4.82445 +153,2016-01-01,Turkey,In 2015 constant prices at 2015 USD PPPs,Hourly,5.7892699 +154,2006-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,4741.165 +155,2007-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,4710.416 +156,2008-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,4635.165 +157,2009-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,4753.9048 +158,2010-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,4799.2778 +159,2011-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,4943.3291 +160,2012-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,5077.4399 +161,2013-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,5171.0342 +162,2014-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,5237.062 +163,2015-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,5618.3638 +164,2016-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Annual,6741.9551 +165,2006-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.273 +166,2007-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.2579999 +167,2008-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.2219999 +168,2009-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.279 +169,2010-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.3010001 +170,2011-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.3699999 +171,2012-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.434 +172,2013-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.4790001 +173,2014-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.5109999 +174,2015-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.694 +175,2016-01-01,Turkey,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.2320001 +176,2006-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,21639.123 +177,2007-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,22044.701 +178,2008-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,21763.514 +179,2009-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,22670.305 +180,2010-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,22534.82 +181,2011-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,22619.83 +182,2012-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,22583.826 +183,2013-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,22840.506 +184,2014-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,23401.492 +185,2015-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,23290.914 +186,2016-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Annual,22836.064 +187,2006-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,10.4254 +188,2007-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,10.62262 +189,2008-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,10.47679 +190,2009-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,10.9231 +191,2010-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,10.85661 +192,2011-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,10.8929 +193,2012-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,10.8803 +194,2013-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,11.00099 +195,2014-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,11.27708 +196,2015-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,11.2238 +197,2016-01-01,Luxembourg,In 2015 constant prices at 2015 USD PPPs,Hourly,11.00003 +198,2006-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,23777.285 +199,2007-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,24222.939 +200,2008-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,23913.969 +201,2009-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,24910.357 +202,2010-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,24761.488 +203,2011-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,24854.898 +204,2012-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,24815.338 +205,2013-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,25097.377 +206,2014-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,25713.797 +207,2015-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,25592.293 +208,2016-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Annual,25092.498 +209,2006-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,11.456 +210,2007-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,11.672 +211,2008-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,11.512 +212,2009-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.002 +213,2010-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,11.929 +214,2011-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,11.969 +215,2012-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,11.955 +216,2013-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.088 +217,2014-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.391 +218,2015-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.333 +219,2016-01-01,Luxembourg,In 2015 constant prices at 2015 USD exchange rates,Hourly,12.087 +220,2006-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,15566.118 +221,2007-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,16600.805 +222,2008-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,17148.117 +223,2009-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,17592.496 +224,2010-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,17630.885 +225,2011-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,17282.182 +226,2012-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,17679.221 +227,2013-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,17889.35 +228,2014-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,18237.277 +229,2015-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,18827.74 +230,2016-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Annual,19346.395 +231,2006-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,7.4874201 +232,2007-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,7.9811602 +233,2008-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,8.2425404 +234,2009-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,8.4613504 +235,2010-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,8.4780598 +236,2011-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,8.3103504 +237,2012-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,8.5028 +238,2013-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,8.6022196 +239,2014-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,8.7275696 +240,2015-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,9.0548897 +241,2016-01-01,New Zealand,In 2015 constant prices at 2015 USD PPPs,Hourly,9.3042297 +242,2006-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,17538.795 +243,2007-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,18704.605 +244,2008-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,19321.277 +245,2009-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,19821.973 +246,2010-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,19865.227 +247,2011-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,19472.332 +248,2012-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,19919.688 +249,2013-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,20156.445 +250,2014-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,20548.467 +251,2015-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,21213.76 +252,2016-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Annual,21798.143 +253,2006-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,8.4359999 +254,2007-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,8.993 +255,2008-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.2869997 +256,2009-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5340004 +257,2010-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.552 +258,2011-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.3640003 +259,2012-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5799999 +260,2013-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.6920004 +261,2014-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.8339996 +262,2015-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.202 +263,2016-01-01,New Zealand,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.483 +264,2006-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,16764.969 +265,2007-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,17240.371 +266,2008-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,17198.191 +267,2009-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,17359.232 +268,2010-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,17053.221 +269,2011-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,16701.367 +270,2012-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,16628.547 +271,2013-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,16510.783 +272,2014-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,16630.965 +273,2015-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,17125.453 +274,2016-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Annual,17568.326 +275,2006-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.0679398 +276,2007-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.2850904 +277,2008-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.2645102 +278,2009-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.3492804 +279,2010-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.1948795 +280,2011-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.0331297 +281,2012-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,7.99751 +282,2013-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,7.9376302 +283,2014-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,7.99856 +284,2015-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.2333899 +285,2016-01-01,United Kingdom,In 2015 constant prices at 2015 USD PPPs,Hourly,8.4431896 +286,2006-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20376.32 +287,2007-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20954.133 +288,2008-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20902.865 +289,2009-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,21098.598 +290,2010-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20726.668 +291,2011-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20299.021 +292,2012-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20210.514 +293,2013-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20067.385 +294,2014-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20213.451 +295,2015-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,20814.459 +296,2016-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Annual,21352.73 +297,2006-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.8059998 +298,2007-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.07 +299,2008-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.045 +300,2009-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.148 +301,2010-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.96 +302,2011-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.7639999 +303,2012-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.7200003 +304,2013-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.6470003 +305,2014-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.7220001 +306,2015-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.007 +307,2016-01-01,United Kingdom,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.262 +308,2006-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1797.179 +309,2007-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1795.842 +310,2008-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1776.791 +311,2009-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1765.401 +312,2010-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1777.161 +313,2011-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1789.17 +314,2012-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1791.968 +315,2013-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1799.777 +316,2014-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1797.679 +317,2015-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1834.193 +318,2016-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Annual,1895.653 +319,2006-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.86403 +320,2007-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.86339003 +321,2008-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.85422999 +322,2009-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.84875 +323,2010-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.85439998 +324,2011-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.86018002 +325,2012-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.86153001 +326,2013-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.86527997 +327,2014-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.86426997 +328,2015-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.88182998 +329,2016-01-01,Mexico,In 2015 constant prices at 2015 USD PPPs,Hourly,0.91136998 +330,2006-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1104.842 +331,2007-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1104.019 +332,2008-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1092.308 +333,2009-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1085.306 +334,2010-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1092.535 +335,2011-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1099.918 +336,2012-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1101.6379 +337,2013-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1106.439 +338,2014-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1105.149 +339,2015-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1127.5959 +340,2016-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Annual,1165.38 +341,2006-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.53100002 +342,2007-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.53100002 +343,2008-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.52499998 +344,2009-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.52200001 +345,2010-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.52499998 +346,2011-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.52899998 +347,2012-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.52999997 +348,2013-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.53200001 +349,2014-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.53100002 +350,2015-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.542 +351,2016-01-01,Mexico,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.56 +352,2006-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,13672.275 +353,2007-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,14000.953 +354,2008-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,14276.618 +355,2009-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,14914.342 +356,2010-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,14494.549 +357,2011-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,14140.007 +358,2012-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,11309.243 +359,2013-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,11052.496 +360,2014-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,11199.34 +361,2015-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,11397.206 +362,2016-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Annual,11492.088 +363,2006-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,5.6187301 +364,2007-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,5.75317 +365,2008-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,5.8677101 +366,2009-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,6.1298099 +367,2010-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,5.9566798 +368,2011-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,5.81183 +369,2012-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,4.6532202 +370,2013-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,4.54212 +371,2014-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,4.6024699 +372,2015-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,4.6837902 +373,2016-01-01,Greece,In 2015 constant prices at 2015 USD PPPs,Hourly,4.7227802 +374,2006-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,10594.516 +375,2007-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,10849.205 +376,2008-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,11062.816 +377,2009-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,11556.982 +378,2010-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,11231.688 +379,2011-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,10956.958 +380,2012-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,8763.4248 +381,2013-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,8564.4736 +382,2014-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,8678.2617 +383,2015-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,8831.5869 +384,2016-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Annual,8905.1104 +385,2006-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.3540001 +386,2007-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.4580002 +387,2008-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.5469999 +388,2009-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.75 +389,2010-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.6160002 +390,2011-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.5040002 +391,2012-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.6059999 +392,2013-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.52 +393,2014-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.566 +394,2015-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.6289999 +395,2016-01-01,Greece,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.6600001 +396,2006-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,6210.7881 +397,2007-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,6599.4609 +398,2008-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,6615.625 +399,2009-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7155.2778 +400,2010-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7380.063 +401,2011-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7316.3691 +402,2012-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7288.9409 +403,2013-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7418.9419 +404,2014-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7738.9971 +405,2015-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,8381.8604 +406,2016-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Annual,8979.9912 +407,2006-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,2.48699 +408,2007-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,2.7130799 +409,2008-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,2.83991 +410,2009-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.12114 +411,2010-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.24981 +412,2011-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.3490701 +413,2012-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4556799 +414,2013-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4556799 +415,2014-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4556799 +416,2015-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4556799 +417,2016-01-01,Slovak Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4556799 +418,2006-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,3747.3889 +419,2007-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,3981.9021 +420,2008-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,3991.655 +421,2009-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4317.2642 +422,2010-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4452.8921 +423,2011-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4414.4609 +424,2012-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4397.9121 +425,2013-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4476.3511 +426,2014-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4669.4619 +427,2015-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,5057.3442 +428,2016-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,5418.2378 +429,2006-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.501 +430,2007-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.637 +431,2008-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.714 +432,2009-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.883 +433,2010-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.961 +434,2011-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.0209999 +435,2012-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.085 +436,2013-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.085 +437,2014-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.085 +438,2015-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.085 +439,2016-01-01,Slovak Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.085 +440,2006-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,9067.2871 +441,2007-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,9242.2744 +442,2008-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,9523.2383 +443,2009-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10144.52 +444,2010-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10559.993 +445,2011-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10402.312 +446,2012-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10121.601 +447,2013-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10093.904 +448,2014-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10226.408 +449,2015-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10488.292 +450,2016-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Annual,10941.056 +451,2006-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,3.72628 +452,2007-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,3.7981901 +453,2008-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,3.91366 +454,2009-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.1689801 +455,2010-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.3397198 +456,2011-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.27492 +457,2012-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.1595602 +458,2013-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.14818 +459,2014-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.20263 +460,2015-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.3102598 +461,2016-01-01,Portugal,In 2015 constant prices at 2015 USD PPPs,Hourly,4.4963198 +462,2006-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,6778.751 +463,2007-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,6909.5732 +464,2008-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7119.623 +465,2009-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7584.0962 +466,2010-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7894.7061 +467,2011-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7776.8232 +468,2012-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7566.9619 +469,2013-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7546.2559 +470,2014-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7645.3159 +471,2015-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,7841.1021 +472,2016-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Annual,8179.5908 +473,2006-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.786 +474,2007-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.8399999 +475,2008-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.9260001 +476,2009-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.1170001 +477,2010-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.244 +478,2011-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.1960001 +479,2012-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.1099999 +480,2013-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.1010001 +481,2014-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.142 +482,2015-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.2219999 +483,2016-01-01,Portugal,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.3610001 +484,2006-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,19295.826 +485,2007-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,19491.205 +486,2008-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,19529.021 +487,2009-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,19870.871 +488,2010-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,19738.678 +489,2011-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,19714.971 +490,2012-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,19968.049 +491,2013-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,20052.246 +492,2014-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,20162.414 +493,2015-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,20324.137 +494,2016-01-01,France,In 2015 constant prices at 2015 USD PPPs,Annual,20413.598 +495,2006-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,10.60213 +496,2007-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,10.71586 +497,2008-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,10.73437 +498,2009-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,10.92428 +499,2010-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,10.84541 +500,2011-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,10.83741 +501,2012-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,10.97143 +502,2013-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,11.01769 +503,2014-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,11.07828 +504,2015-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,11.16708 +505,2016-01-01,France,In 2015 constant prices at 2015 USD PPPs,Hourly,11.21624 +506,2006-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,18416.4 +507,2007-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,18602.873 +508,2008-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,18638.969 +509,2009-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,18965.236 +510,2010-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,18839.068 +511,2011-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,18816.441 +512,2012-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,19057.984 +513,2013-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,19138.346 +514,2014-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,19243.492 +515,2015-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,19397.844 +516,2016-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Annual,19483.227 +517,2006-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.119 +518,2007-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.227 +519,2008-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.245 +520,2009-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.426 +521,2010-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.351 +522,2011-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.343 +523,2012-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.471 +524,2013-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.516 +525,2014-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.573 +526,2015-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.658 +527,2016-01-01,France,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.705 +528,2006-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,12594.397 +529,2007-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,12974.395 +530,2008-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,14097.556 +531,2009-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,15756.423 +532,2010-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,16391.313 +533,2011-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,15889.705 +534,2012-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,15567.554 +535,2013-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,15342.814 +536,2014-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,15097.89 +537,2015-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,15080.0 +538,2016-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Annual,14892.122 +539,2006-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,6.0549998 +540,2007-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,6.2414298 +541,2008-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,6.78127 +542,2009-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.5788202 +543,2010-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.8804402 +544,2011-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.6392798 +545,2012-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.4843998 +546,2013-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.3763499 +547,2014-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.2586002 +548,2015-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.25 +549,2016-01-01,United States,In 2015 constant prices at 2015 USD PPPs,Hourly,7.1596699 +550,2006-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,12594.397 +551,2007-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,12974.395 +552,2008-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,14097.556 +553,2009-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,15756.423 +554,2010-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,16391.313 +555,2011-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,15889.705 +556,2012-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,15567.554 +557,2013-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,15342.814 +558,2014-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,15097.89 +559,2015-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,15080.0 +560,2016-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Annual,14892.122 +561,2006-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.0549998 +562,2007-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.2410002 +563,2008-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.7810001 +564,2009-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.579 +565,2010-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.8800001 +566,2011-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.6389999 +567,2012-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.4840002 +568,2013-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.3759999 +569,2014-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.2589998 +570,2015-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.25 +571,2016-01-01,United States,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.1599998 +572,2006-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,13082.115 +573,2007-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,13215.89 +574,2008-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,13315.404 +575,2009-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,13781.248 +576,2010-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,14112.379 +577,2011-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,14436.312 +578,2012-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,14606.66 +579,2013-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,14807.031 +580,2014-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,14700.968 +581,2015-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,14899.183 +582,2016-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Annual,15292.12 +583,2006-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,6.2894802 +584,2007-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,6.3537898 +585,2008-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,6.4016399 +586,2009-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,6.6255999 +587,2010-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,6.7848001 +588,2011-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,6.9405298 +589,2012-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,7.0224299 +590,2013-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,7.1187601 +591,2014-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,7.06777 +592,2015-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,7.1630702 +593,2016-01-01,Japan,In 2015 constant prices at 2015 USD PPPs,Hourly,7.3519802 +594,2006-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,11836.64 +595,2007-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,11957.679 +596,2008-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,12047.718 +597,2009-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,12469.213 +598,2010-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,12768.818 +599,2011-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,13061.912 +600,2012-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,13216.042 +601,2013-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,13397.336 +602,2014-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,13301.371 +603,2015-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,13480.715 +604,2016-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Annual,13836.242 +605,2006-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.691 +606,2007-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.7490001 +607,2008-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.7919998 +608,2009-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.9949999 +609,2010-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.1389999 +610,2011-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.2800002 +611,2012-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.3540001 +612,2013-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.441 +613,2014-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.395 +614,2015-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.4809999 +615,2016-01-01,Japan,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.652 +616,2006-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,21681.658 +617,2007-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,21844.66 +618,2008-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,21915.264 +619,2009-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,22366.592 +620,2010-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,22433.141 +621,2011-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,22075.713 +622,2012-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,21994.473 +623,2013-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,21723.5 +624,2014-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,21820.785 +625,2015-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,21856.795 +626,2016-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Annual,22209.799 +627,2006-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.6256704 +628,2007-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.6972799 +629,2008-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.7287598 +630,2009-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.9294205 +631,2010-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.9588604 +632,2011-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.7999802 +633,2012-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.7642403 +634,2013-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.6435804 +635,2014-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.6868496 +636,2015-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.7027102 +637,2016-01-01,Netherlands,In 2015 constant prices at 2015 USD PPPs,Hourly,9.8594904 +638,2006-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21413.902 +639,2007-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21574.891 +640,2008-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21644.621 +641,2009-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,22090.377 +642,2010-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,22156.104 +643,2011-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21803.09 +644,2012-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21722.854 +645,2013-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21455.227 +646,2014-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21551.311 +647,2015-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21586.875 +648,2016-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Annual,21935.52 +649,2006-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.507 +650,2007-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5780001 +651,2008-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.6090002 +652,2009-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.8070002 +653,2010-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.8360004 +654,2011-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.6789999 +655,2012-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.6440001 +656,2013-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5240002 +657,2014-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5670004 +658,2015-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.5830002 +659,2016-01-01,Netherlands,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.7379999 +660,2006-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,5179.6499 +661,2007-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,5830.6699 +662,2008-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,6383.8848 +663,2009-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,6388.894 +664,2010-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,6204.4941 +665,2011-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,5910.0601 +666,2012-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,5932.1382 +667,2013-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,6368.1611 +668,2014-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,7072.6411 +669,2015-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,7807.5259 +670,2016-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Annual,8594.9775 +671,2006-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.48333 +672,2007-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.7955101 +673,2008-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.0608101 +674,2009-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.06321 +675,2010-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.9748001 +676,2011-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.8336301 +677,2012-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.8441701 +678,2013-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.0532701 +679,2014-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.391 +680,2015-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.74334 +681,2016-01-01,Estonia,In 2015 constant prices at 2015 USD PPPs,Hourly,4.1209002 +682,2006-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,3443.3291 +683,2007-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,3876.114 +684,2008-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,4243.8799 +685,2009-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,4247.21 +686,2010-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,4124.624 +687,2011-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,3928.8911 +688,2012-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,3943.5681 +689,2013-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,4233.4268 +690,2014-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,4701.751 +691,2015-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,5190.2881 +692,2016-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Annual,5713.771 +693,2006-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.651 +694,2007-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.858 +695,2008-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.0350001 +696,2009-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.036 +697,2010-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.978 +698,2011-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.8839999 +699,2012-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.891 +700,2013-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.03 +701,2014-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.2539999 +702,2015-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.4879999 +703,2016-01-01,Estonia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.7390001 +704,2006-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,7211.1138 +705,2007-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,7000.125 +706,2008-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,6953.981 +707,2009-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,6914.71 +708,2010-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,6778.9722 +709,2011-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,6921.9839 +710,2012-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,7811.6089 +711,2013-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,8091.3501 +712,2014-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,8399.4414 +713,2015-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,8694.4355 +714,2016-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Annual,9155.1201 +715,2006-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.47191 +716,2007-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.3700299 +717,2008-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.34849 +718,2009-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.3292201 +719,2010-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.26421 +720,2011-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.33305 +721,2012-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.76091 +722,2013-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,3.89568 +723,2014-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,4.04387 +724,2015-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,4.16781 +725,2016-01-01,Hungary,In 2015 constant prices at 2015 USD PPPs,Hourly,4.3919802 +726,2006-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,3741.1919 +727,2007-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,3631.729 +728,2008-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,3607.79 +729,2009-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,3587.415 +730,2010-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,3516.9929 +731,2011-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,3591.189 +732,2012-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,4052.7339 +733,2013-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,4197.8672 +734,2014-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,4357.707 +735,2015-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,4510.7529 +736,2016-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Annual,4749.7612 +737,2006-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.801 +738,2007-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.748 +739,2008-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.737 +740,2009-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.727 +741,2010-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.693 +742,2011-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.729 +743,2012-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.951 +744,2013-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.0209999 +745,2014-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.098 +746,2015-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.1619999 +747,2016-01-01,Hungary,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.279 +748,2006-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,7104.0459 +749,2007-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,7218.9321 +750,2008-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,8337.0762 +751,2009-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,9102.2334 +752,2010-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,9158.3535 +753,2011-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,9246.1934 +754,2012-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,9662.6768 +755,2013-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,10205.613 +756,2014-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,10710.136 +757,2015-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,11254.773 +758,2016-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Annual,11977.516 +759,2006-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,3.40605 +760,2007-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4611299 +761,2008-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,3.9972301 +762,2009-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,4.36408 +763,2010-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,4.3909898 +764,2011-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,4.4331102 +765,2012-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,4.6327901 +766,2013-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,4.8930998 +767,2014-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,5.1350002 +768,2015-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,5.3961201 +769,2016-01-01,Poland,In 2015 constant prices at 2015 USD PPPs,Hourly,5.74264 +770,2006-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,3516.4509 +771,2007-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,3573.3191 +772,2008-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,4126.792 +773,2009-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,4505.5391 +774,2010-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,4533.3179 +775,2011-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,4576.7979 +776,2012-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,4782.9541 +777,2013-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,5051.7041 +778,2014-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,5301.439 +779,2015-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,5571.0308 +780,2016-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Annual,5928.7832 +781,2006-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.686 +782,2007-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.7130001 +783,2008-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.979 +784,2009-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.1600001 +785,2010-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.174 +786,2011-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.194 +787,2012-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.293 +788,2013-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.4219999 +789,2014-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.5420001 +790,2015-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.671 +791,2016-01-01,Poland,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.8429999 +792,2006-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7991.7749 +793,2007-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,8007.124 +794,2008-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7529.7798 +795,2009-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7452.7759 +796,2010-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7345.2349 +797,2011-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7206.2412 +798,2012-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,6976.4521 +799,2013-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7057.999 +800,2014-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7283.0771 +801,2015-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,7856.8091 +802,2016-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Annual,8399.0879 +803,2006-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.98087 +804,2007-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,4.0118999 +805,2008-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.7727301 +806,2009-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.7341499 +807,2010-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.68027 +808,2011-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.61063 +809,2012-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4954901 +810,2013-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.51825 +811,2014-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.6129799 +812,2015-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,3.91417 +813,2016-01-01,Czech Republic,In 2015 constant prices at 2015 USD PPPs,Hourly,4.1500502 +814,2006-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4565.1299 +815,2007-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4573.8979 +816,2008-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4301.2251 +817,2009-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4257.2378 +818,2010-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4195.8071 +819,2011-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4116.4102 +820,2012-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,3985.1479 +821,2013-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4031.73 +822,2014-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4160.3008 +823,2015-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4488.0332 +824,2016-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Annual,4797.7979 +825,2006-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.2739999 +826,2007-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.2920001 +827,2008-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.155 +828,2009-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.1329999 +829,2010-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.102 +830,2011-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.062 +831,2012-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.997 +832,2013-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.01 +833,2014-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.0639999 +834,2015-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.2360001 +835,2016-01-01,Czech Republic,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.3710001 +836,2006-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,13649.689 +837,2007-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,13785.935 +838,2008-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,14342.762 +839,2009-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,15190.474 +840,2010-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,15732.952 +841,2011-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,15778.273 +842,2012-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,16074.195 +843,2013-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,16180.089 +844,2014-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,16284.476 +845,2015-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,16536.828 +846,2016-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Annual,16792.385 +847,2006-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,6.5623498 +848,2007-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,6.6278501 +849,2008-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,6.8955598 +850,2009-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,7.3031101 +851,2010-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,7.56392 +852,2011-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,7.58571 +853,2012-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,7.7279801 +854,2013-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,7.7788901 +855,2014-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,7.8290801 +856,2015-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,7.9503999 +857,2016-01-01,Canada,In 2015 constant prices at 2015 USD PPPs,Hourly,8.0732603 +858,2006-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,14335.12 +859,2007-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,14478.207 +860,2008-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,15062.996 +861,2009-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,15953.276 +862,2010-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,16522.996 +863,2011-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,16570.594 +864,2012-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,16881.375 +865,2013-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,16992.586 +866,2014-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,17102.215 +867,2015-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,17367.238 +868,2016-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Annual,17635.629 +869,2006-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.8920002 +870,2007-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.961 +871,2008-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.2420001 +872,2009-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.6700001 +873,2010-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.9439998 +874,2011-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,7.967 +875,2012-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,8.1160002 +876,2013-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,8.1700001 +877,2014-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,8.2220001 +878,2015-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,8.3500004 +879,2016-01-01,Canada,In 2015 constant prices at 2015 USD exchange rates,Hourly,8.4790001 +880,2006-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,10106.751 +881,2007-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,11065.158 +882,2008-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,11452.012 +883,2009-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,11824.705 +884,2010-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,11802.974 +885,2011-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,11925.931 +886,2012-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,11442.349 +887,2013-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,11985.897 +888,2014-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,12687.348 +889,2015-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,13493.088 +890,2016-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Annual,14440.917 +891,2006-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,3.72668 +892,2007-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,4.08007 +893,2008-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,4.2227201 +894,2009-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,4.3601398 +895,2010-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,4.3521299 +896,2011-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,4.39747 +897,2012-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,4.5623398 +898,2013-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,4.7790699 +899,2014-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,5.0587502 +900,2015-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,5.3800201 +901,2016-01-01,Korea,In 2015 constant prices at 2015 USD PPPs,Hourly,5.7579398 +902,2006-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,9266.9941 +903,2007-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,10145.768 +904,2008-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,10500.479 +905,2009-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,10842.205 +906,2010-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,10822.279 +907,2011-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,10935.02 +908,2012-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,10491.618 +909,2013-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,10990.004 +910,2014-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,11633.172 +911,2015-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,12371.964 +912,2016-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Annual,13241.039 +913,2006-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.4170001 +914,2007-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.7409999 +915,2008-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.872 +916,2009-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.9979999 +917,2010-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.9909999 +918,2011-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.0320001 +919,2012-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.1830001 +920,2013-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.382 +921,2014-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.638 +922,2015-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.9330001 +923,2016-01-01,Korea,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.2800002 +924,2006-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,11273.049 +925,2007-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,11147.784 +926,2008-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,11400.252 +927,2009-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,11727.232 +928,2010-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,13827.877 +929,2011-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,14240.07 +930,2012-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,14200.683 +931,2013-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,14331.078 +932,2014-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,14394.414 +933,2015-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,14512.807 +934,2016-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Annual,14520.798 +935,2006-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,5.40484 +936,2007-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,5.34483 +937,2008-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,5.46592 +938,2009-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,5.6226101 +939,2010-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,6.6297698 +940,2011-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,6.8274798 +941,2012-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,6.8085499 +942,2013-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,6.8710599 +943,2014-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,6.9014101 +944,2015-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,6.9582 +945,2016-01-01,Slovenia,In 2015 constant prices at 2015 USD PPPs,Hourly,6.9620299 +946,2006-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,8177.2139 +947,2007-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,8086.3501 +948,2008-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,8269.4844 +949,2009-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,8506.668 +950,2010-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,10030.428 +951,2011-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,10329.424 +952,2012-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,10300.854 +953,2013-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,10395.439 +954,2014-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,10441.382 +955,2015-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,10527.261 +956,2016-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Annual,10533.057 +957,2006-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.921 +958,2007-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.8770001 +959,2008-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,3.9649999 +960,2009-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.079 +961,2010-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.809 +962,2011-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.9520001 +963,2012-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.9390001 +964,2013-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,4.9840002 +965,2014-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.006 +966,2015-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.0469999 +967,2016-01-01,Slovenia,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.0500002 +968,2006-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,5201.6479 +969,2007-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,5295.207 +970,2008-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,5289.6489 +971,2009-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,5573.6162 +972,2010-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,5710.6191 +973,2011-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,5804.7378 +974,2012-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,5969.625 +975,2013-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,6302.3159 +976,2014-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,6459.085 +977,2015-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,6633.564 +978,2016-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Annual,6998.2891 +979,2006-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.22 +980,2007-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.26 +981,2008-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.25 +982,2009-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.3800001 +983,2010-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.4000001 +984,2011-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.5 +985,2012-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.5 +986,2013-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.7 +987,2014-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.8 +988,2015-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,2.8 +989,2016-01-01,Chile,In 2015 constant prices at 2015 USD PPPs,Hourly,3.0 +990,2006-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,3333.7639 +991,2007-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,3393.7271 +992,2008-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,3390.1641 +993,2009-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,3572.1599 +994,2010-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,3659.967 +995,2011-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,3720.2881 +996,2012-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,3825.9651 +997,2013-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,4039.188 +998,2014-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,4139.6621 +999,2015-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,4251.4868 +1000,2016-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Annual,4485.2412 +1001,2006-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.42 +1002,2007-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.45 +1003,2008-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.4400001 +1004,2009-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.52 +1005,2010-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.5599999 +1006,2011-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.59 +1007,2012-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.63 +1008,2013-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.72 +1009,2014-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.76 +1010,2015-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.8099999 +1011,2016-01-01,Chile,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.91 +1012,2006-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11428.694 +1013,2007-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11949.701 +1014,2008-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11734.456 +1015,2009-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11570.44 +1016,2010-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11268.326 +1017,2011-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11264.469 +1018,2012-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11538.254 +1019,2013-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11772.174 +1020,2014-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,11715.92 +1021,2015-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,12509.465 +1022,2016-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Annual,13059.677 +1023,2006-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.1220398 +1024,2007-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.3540301 +1025,2008-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.2590599 +1026,2009-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.18396 +1027,2010-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.0486002 +1028,2011-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.0479202 +1029,2012-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.1690502 +1030,2013-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.2746601 +1031,2014-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.2494602 +1032,2015-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.6047001 +1033,2016-01-01,Israel,In 2015 constant prices at 2015 USD PPPs,Hourly,5.8510098 +1034,2006-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,12869.038 +1035,2007-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,13455.708 +1036,2008-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,13213.336 +1037,2009-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,13028.649 +1038,2010-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,12688.46 +1039,2011-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,12684.117 +1040,2012-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,12992.407 +1041,2013-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,13255.807 +1042,2014-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,13192.464 +1043,2015-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,14086.018 +1044,2016-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Annual,14705.573 +1045,2006-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.7680001 +1046,2007-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.0289998 +1047,2008-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.9219999 +1048,2009-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.8369999 +1049,2010-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.6849999 +1050,2011-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.684 +1051,2012-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.8200002 +1052,2013-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.9390001 +1053,2014-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,5.9109998 +1054,2015-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.3109999 +1055,2016-01-01,Israel,In 2015 constant prices at 2015 USD exchange rates,Hourly,6.5879998 +1056,2006-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21042.279 +1057,2007-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21310.053 +1058,2008-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21416.957 +1059,2009-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,22140.191 +1060,2010-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21810.281 +1061,2011-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21629.799 +1062,2012-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21594.918 +1063,2013-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21783.131 +1064,2014-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21709.326 +1065,2015-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21588.119 +1066,2016-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Annual,21170.248 +1067,2006-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.08859 +1068,2007-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.2173 +1069,2008-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.26877 +1070,2009-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.61538 +1071,2010-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.45718 +1072,2011-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.37064 +1073,2012-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.35381 +1074,2013-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.4441 +1075,2014-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.40871 +1076,2015-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.3506 +1077,2016-01-01,Belgium,In 2015 constant prices at 2015 USD PPPs,Hourly,10.15025 +1078,2006-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20228.742 +1079,2007-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20486.162 +1080,2008-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20588.934 +1081,2009-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,21284.205 +1082,2010-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20967.053 +1083,2011-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20793.547 +1084,2012-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20760.014 +1085,2013-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20940.949 +1086,2014-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20869.998 +1087,2015-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20753.479 +1088,2016-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Annual,20351.762 +1089,2006-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.6990004 +1090,2007-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.8219995 +1091,2008-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.8719997 +1092,2009-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.205 +1093,2010-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.053 +1094,2011-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.9700003 +1095,2012-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.9540005 +1096,2013-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.04 +1097,2014-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,10.006 +1098,2015-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.9499998 +1099,2016-01-01,Belgium,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.7580004 +1100,2006-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1101,2007-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1102,2008-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1103,2009-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1104,2010-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1105,2011-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1106,2012-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1107,2013-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1108,2014-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual, +1109,2015-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual,20948.197 +1110,2016-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Annual,20847.443 +1111,2006-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1112,2007-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1113,2008-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1114,2009-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1115,2010-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1116,2011-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1117,2012-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1118,2013-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1119,2014-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly, +1120,2015-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly,10.30438 +1121,2016-01-01,Germany,In 2015 constant prices at 2015 USD PPPs,Hourly,10.25482 +1122,2006-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1123,2007-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1124,2008-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1125,2009-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1126,2010-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1127,2011-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1128,2012-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1129,2013-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1130,2014-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual, +1131,2015-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual,19164.674 +1132,2016-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Annual,19072.496 +1133,2006-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1134,2007-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1135,2008-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1136,2009-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1137,2010-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1138,2011-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1139,2012-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1140,2013-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1141,2014-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1142,2015-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.427 +1143,2016-01-01,Germany,In 2015 constant prices at 2015 USD exchange rates,Hourly,9.382 +1144,2006-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,3310.512 +1145,2007-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,3525.4519 +1146,2008-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,3664.3911 +1147,2009-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,3934.771 +1148,2010-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,4145.6851 +1149,2011-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,4148.1328 +1150,2012-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,4498.3789 +1151,2013-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,4616.9268 +1152,2014-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,4636.707 +1153,2015-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,4628.626 +1154,2016-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Annual,4753.5991 +1155,2006-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,1.41 +1156,2007-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,1.5 +1157,2008-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,1.5599999 +1158,2009-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,1.6799999 +1159,2010-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,1.8 +1160,2011-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,1.8 +1161,2012-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,1.9 +1162,2013-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,2.0 +1163,2014-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,2.0 +1164,2015-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,2.0 +1165,2016-01-01,Brazil,In 2015 constant prices at 2015 USD PPPs,Hourly,2.0 +1166,2006-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2032.873 +1167,2007-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2164.8611 +1168,2008-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2250.178 +1169,2009-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2416.21 +1170,2010-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2545.7251 +1171,2011-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2547.228 +1172,2012-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2762.302 +1173,2013-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2835.0991 +1174,2014-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2847.2451 +1175,2015-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2842.282 +1176,2016-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Annual,2919.0239 +1177,2006-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.87 +1178,2007-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.92000002 +1179,2008-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.95999998 +1180,2009-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.03 +1181,2010-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.08 +1182,2011-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.09 +1183,2012-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.1799999 +1184,2013-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.21 +1185,2014-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.21 +1186,2015-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.21 +1187,2016-01-01,Brazil,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.24 +1188,2006-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,1365.35 +1189,2007-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,2618.927 +1190,2008-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,2295.075 +1191,2009-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3869.978 +1192,2010-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3621.8999 +1193,2011-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3466.4299 +1194,2012-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3384.9651 +1195,2013-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3579.2571 +1196,2014-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3542.239 +1197,2015-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3292.291 +1198,2016-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Annual,3199.1631 +1199,2006-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,0.56110001 +1200,2007-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.07627 +1201,2008-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,0.94318002 +1202,2009-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.5904 +1203,2010-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.4884501 +1204,2011-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.42456 +1205,2012-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.39108 +1206,2013-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.47093 +1207,2014-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.4557101 +1208,2015-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.353 +1209,2016-01-01,Russian Federation,In 2015 constant prices at 2015 USD PPPs,Hourly,1.31472 +1210,2006-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,568.23199 +1211,2007-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1089.947 +1212,2008-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,955.16498 +1213,2009-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1610.61 +1214,2010-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1507.364 +1215,2011-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1442.661 +1216,2012-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1408.756 +1217,2013-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1489.6169 +1218,2014-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1474.2111 +1219,2015-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1370.187 +1220,2016-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Annual,1331.429 +1221,2006-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.234 +1222,2007-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.44800001 +1223,2008-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.39300001 +1224,2009-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.662 +1225,2010-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.61900002 +1226,2011-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.59299999 +1227,2012-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.579 +1228,2013-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.61199999 +1229,2014-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.60600001 +1230,2015-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.56300002 +1231,2016-01-01,Russian Federation,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.54699999 +1232,2006-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,5336.2148 +1233,2007-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,5704.9419 +1234,2008-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,6329.873 +1235,2009-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,6060.0161 +1236,2010-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,5981.1152 +1237,2011-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,5743.874 +1238,2012-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,5716.8062 +1239,2013-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,6892.4429 +1240,2014-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,6946.9878 +1241,2015-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,7195.6831 +1242,2016-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Annual,8319.624 +1243,2006-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,2.6913099 +1244,2007-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,2.8744099 +1245,2008-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,3.1979001 +1246,2009-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,3.0615699 +1247,2010-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,3.0217099 +1248,2011-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,2.90185 +1249,2012-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,2.8903201 +1250,2013-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,2.95801 +1251,2014-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,3.1156001 +1252,2015-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,3.6354499 +1253,2016-01-01,Lithuania,In 2015 constant prices at 2015 USD PPPs,Hourly,3.9240899 +1254,2006-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,2960.885 +1255,2007-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3165.479 +1256,2008-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3512.2319 +1257,2009-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3362.4971 +1258,2010-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3318.718 +1259,2011-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3187.0811 +1260,2012-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3172.062 +1261,2013-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3824.3831 +1262,2014-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3854.6479 +1263,2015-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,3992.6399 +1264,2016-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Annual,4616.2769 +1265,2006-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.493 +1266,2007-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.595 +1267,2008-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.774 +1268,2009-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.699 +1269,2010-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.677 +1270,2011-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.61 +1271,2012-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.604 +1272,2013-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.641 +1273,2014-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.729 +1274,2015-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.017 +1275,2016-01-01,Lithuania,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.177 +1276,2006-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,3216.4021 +1277,2007-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,4191.6069 +1278,2008-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,5404.939 +1279,2009-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,6058.2588 +1280,2010-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,5923.5762 +1281,2011-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,6364.6709 +1282,2012-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,6199.5898 +1283,2013-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,6093.915 +1284,2014-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,6823.498 +1285,2015-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,7640.1621 +1286,2016-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Annual,7829.6172 +1287,2006-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,1.54211 +1288,2007-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.00967 +1289,2008-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.5914099 +1290,2009-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.90464 +1291,2010-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.84007 +1292,2011-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.0515499 +1293,2012-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.97241 +1294,2013-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.9217401 +1295,2014-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.2715399 +1296,2015-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.66309 +1297,2016-01-01,Latvia,In 2015 constant prices at 2015 USD PPPs,Hourly,3.7539301 +1298,2006-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,2017.015 +1299,2007-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,2628.5691 +1300,2008-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,3389.4529 +1301,2009-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,3799.1521 +1302,2010-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,3714.6919 +1303,2011-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,3991.304 +1304,2012-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,3887.781 +1305,2013-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,3821.512 +1306,2014-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,4279.0361 +1307,2015-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,4791.168 +1308,2016-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Annual,4909.9761 +1309,2006-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,0.96700001 +1310,2007-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.26 +1311,2008-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.625 +1312,2009-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.822 +1313,2010-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.781 +1314,2011-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.914 +1315,2012-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.864 +1316,2013-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.832 +1317,2014-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.052 +1318,2015-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.2969999 +1319,2016-01-01,Latvia,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.3540001 +1320,2006-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6257.7632 +1321,2007-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6302.5049 +1322,2008-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6267.9331 +1323,2009-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6476.5459 +1324,2010-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6563.3398 +1325,2011-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6600.4678 +1326,2012-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6769.188 +1327,2013-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6902.312 +1328,2014-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,7009.4048 +1329,2015-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6983.5298 +1330,2016-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Annual,6950.1768 +1331,2006-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.1400001 +1332,2007-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.1600001 +1333,2008-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.1500001 +1334,2009-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.22 +1335,2010-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.2 +1336,2011-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.3 +1337,2012-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.3 +1338,2013-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.4000001 +1339,2014-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.4000001 +1340,2015-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.4000001 +1341,2016-01-01,Colombia,In 2015 constant prices at 2015 USD PPPs,Hourly,2.4000001 +1342,2006-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,2948.1211 +1343,2007-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,2969.2 +1344,2008-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,2952.9131 +1345,2009-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3051.1931 +1346,2010-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3092.083 +1347,2011-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3109.575 +1348,2012-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3189.061 +1349,2013-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3251.7781 +1350,2014-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3302.231 +1351,2015-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3290.041 +1352,2016-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Annual,3274.3269 +1353,2006-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.01 +1354,2007-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.02 +1355,2008-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.01 +1356,2009-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.04 +1357,2010-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.0599999 +1358,2011-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.0599999 +1359,2012-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.09 +1360,2013-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.11 +1361,2014-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.13 +1362,2015-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.13 +1363,2016-01-01,Colombia,In 2015 constant prices at 2015 USD exchange rates,Hourly,1.12 +1364,2006-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1365,2007-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1366,2008-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1367,2009-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1368,2010-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1369,2011-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1370,2012-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1371,2013-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual, +1372,2014-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual,9967.0381 +1373,2015-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual,10561.536 +1374,2016-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Annual,10859.747 +1375,2006-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1376,2007-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1377,2008-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1378,2009-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1379,2010-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1380,2011-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1381,2012-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1382,2013-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly, +1383,2014-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly,3.4000001 +1384,2015-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly,3.5999999 +1385,2016-01-01,Costa Rica,In 2015 constant prices at 2015 USD PPPs,Hourly,3.7 +1386,2006-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1387,2007-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1388,2008-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1389,2009-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1390,2010-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1391,2011-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1392,2012-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1393,2013-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual, +1394,2014-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual,7047.1519 +1395,2015-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual,7467.4902 +1396,2016-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Annual,7678.3379 +1397,2006-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1398,2007-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1399,2008-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1400,2009-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1401,2010-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1402,2011-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1403,2012-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1404,2013-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly, +1405,2014-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.4100001 +1406,2015-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.5599999 +1407,2016-01-01,Costa Rica,In 2015 constant prices at 2015 USD exchange rates,Hourly,2.6300001 diff --git a/lectures/_static/lecture_specific/pandas_panel/venn_diag.png b/lectures/_static/lecture_specific/pandas_panel/venn_diag.png new file mode 100644 index 00000000..be388a6f Binary files /dev/null and b/lectures/_static/lecture_specific/pandas_panel/venn_diag.png differ diff --git a/lectures/_toc.yml b/lectures/_toc.yml index 046662a9..302a0a0b 100644 --- a/lectures/_toc.yml +++ b/lectures/_toc.yml @@ -10,6 +10,7 @@ parts: - file: functions - file: python_essentials - file: oop_intro + - file: names - file: python_oop - file: workspace - caption: The Scientific Libraries @@ -20,6 +21,7 @@ parts: - file: matplotlib - file: scipy - file: pandas + - file: pandas_panel - file: sympy - caption: High Performance Computing numbered: true diff --git a/lectures/about_py.md b/lectures/about_py.md index af0e7b32..a4ae3370 100644 --- a/lectures/about_py.md +++ b/lectures/about_py.md @@ -21,11 +21,7 @@ kernelspec: ```{index} single: python ``` -# About Python - -```{contents} Contents -:depth: 2 -``` +# About These Lectures ```{epigraph} "Python has gotten sufficiently weapons grade that we don’t descend into R @@ -35,162 +31,355 @@ into R." -- Chris Wiggins ## Overview +This lecture series will teach you to use Python for scientific computing, with +a focus on economics and finance. + +The series is aimed at Python novices, although experienced users will also find useful content in later lectures. + In this lecture we will -* outline what Python is -* compare it to some other languages -* showcase some of its abilities. +* introduce Python, +* showcase some of its abilities, +* discuss the connection between Python and AI, +* explain why Python is our favorite language for scientific computing, and +* point you to the next steps. + +You do **not** need to understand everything you see in this lecture -- we will work through the details slowly later in the lecture series. + + +### Can't I Just Use ChatGPT? + +No! + +It's tempting to think that in the age of AI we don't need to learn how to code. + +And it's true that AIs like [ChatGPT](https://chatgpt.com/) and other LLMs are wonderful productivity tools for coders. + +In fact an AI can be a great companion for these lectures -- try copy-pasting some code from this series and ask the AI to explain it to you. + +AIs will certainly help you write pieces of code that you can combine. + +But AIs cannot completely and reliably solve a new problem that they haven't seen before! + +You will need to be the supervisor -- and for that you need to be able to read, write, and understand computer code. -At this stage, it's **not** our intention that you try to replicate all you see. -We will work through what follows at a slow pace later in the lecture series. +### Isn't MATLAB Better? + +No, no, and one hundred times no. + +For almost all modern problems, Python's scientific libraries are now far in advance of MATLAB's capabilities. + +We will explain the benefits of Python's libraries throughout this lecture +series, as well as in our later series on [JAX](https://jax.quantecon.org/intro.html). + +We will also explain how Python's elegant design helps you write clean, efficient code. + +On top of these features, Python is more widely used, with a huge and helpful community, and free! -Our only objective for this lecture is to give you some feel of what Python is, and what it can do. ## What's Python? -[Python](https://www.python.org) is a general-purpose programming language conceived in 1989 by Dutch programmer [Guido van Rossum](https://en.wikipedia.org/wiki/Guido_van_Rossum). -Python is free and open source, with development coordinated through the [Python Software Foundation](https://www.python.org/psf/). +[Python](https://www.python.org) is a general-purpose programming language conceived in 1989 by [Guido van Rossum](https://en.wikipedia.org/wiki/Guido_van_Rossum). + +Python is free and [open source](https://en.wikipedia.org/wiki/Open_source), with development coordinated through the [Python Software Foundation](https://www.python.org/psf/). + +This is important because it + +* saves us money, +* means that Python is controlled by the community of users rather than a for-profit corporation, and +* encourages reproducibility and [open science](https://en.wikipedia.org/wiki/Open_science). + -Python has experienced rapid adoption in the last decade and is now one of the [most popular programming languages](https://pythoncircle.com/post/763/the-rising-popularity-of-python/). ### Common Uses -{index}`Python ` is a general-purpose language used in almost all application domains such as +{index}`Python ` is a general-purpose language used in almost all application domains, including -* communications +* AI +* scientific computing +* communication * web development * CGI and graphical user interfaces * game development * resource planning -* multimedia, data science, security, etc., etc., etc. +* multimedia +* etc. -Used and supported extensively by Internet services and high-tech companies including +It is used and supported extensively by tech firms including * [Google](https://www.google.com/) +* [OpenAI](https://openai.com/) * [Netflix](https://www.netflix.com/) * [Meta](https://opensource.fb.com/) * [Dropbox](https://www.dropbox.com/) * [Amazon](https://www.amazon.com/) * [Reddit](https://www.reddit.com/) +* etc. -For reasons we will discuss, Python is particularly popular within the scientific community and behind many scientific achievements in -* [Space Science](https://code.nasa.gov/?q=python) -* [Particle Physics](https://home.cern/news/news/physics/speeding-machine-learning-particle-physics) -* [Genetics](https://github.com/deepmind/alphafold) - -and practically all branches of academia. -Meanwhile, Python is also very beginner-friendly and is found to be suitable for students learning programming and recommended to introduce computational methods to students in [fields other than computer science](https://www.sciencedirect.com/science/article/pii/S1477388021000177). -Python is also [replacing familiar tools like Excel as an essential skill](https://www.efinancialcareers.com.au/news/2021/08/python-for-banking-jobs) in the fields of finance and banking. ### Relative Popularity -The following chart, produced using Stack Overflow Trends, shows one measure of the relative popularity of Python +Python is, without doubt, one of the [most popular programming languages](https://www.tiobe.com/tiobe-index/). -```{figure} /_static/lecture_specific/about_py/python_vs_matlab.png -``` +Python libraries like [pandas](https://pandas.pydata.org/) and [Polars](https://pola.rs/) are replacing familiar tools like Excel and VBA as an essential skill in the fields of finance and banking. -The figure indicates not only that Python is widely used but also that adoption of Python has accelerated significantly since 2012. +Moreover, Python is extremely popular within the scientific community -- especially AI -We suspect this is driven at least in part by uptake in the scientific -domain, particularly in rapidly growing fields like data science. +The following chart, produced using Stack Overflow Trends, provides some evidence. -For example, the popularity of [pandas](http://pandas.pydata.org/), a library for data analysis with Python has exploded, as seen here. +It shows the popularity of a Python AI library called [PyTorch](https://pytorch.org/) relative to MATLAB. -(The corresponding time path for MATLAB is shown for comparison) -```{figure} /_static/lecture_specific/about_py/pandas_vs_matlab.png +```{figure} /_static/lecture_specific/about_py/pytorch_vs_matlab.png ``` -Note that pandas takes off in 2012, which is the same year that we see -Python's popularity begin to spike in the first figure. +The chart shows that MATLAB's popularity has faded, while PyTorch is growing rapidly. -Overall, it's clear that +Moreover, PyTorch is just one of the thousands of Python libraries available for scientic computing. -* Python is [one of the most popular programming languages worldwide](https://spectrum.ieee.org/top-programming-languages-2021). -* Python is a major tool for scientific computing, accounting for a rapidly rising share of scientific work around the globe. ### Features -Python is a [high-level language](https://en.wikipedia.org/wiki/High-level_programming_language) suitable for rapid development. +Python is a [high-level language](https://en.wikipedia.org/wiki/High-level_programming_language), which means it is relatively easy to read, write and debug. + +It has a relatively small core language that is easy to learn. + +This core is supported by many libraries, which you can learn to use as required. -It has a relatively small core language supported by many libraries. +Python is very beginner-friendly + +* suitable for students learning programming +* used in many undergraduate and graduate programs Other features of Python: * multiple programming styles are supported (procedural, object-oriented, functional, etc.) -* it is interpreted rather than compiled. +* [interpreted](https://en.wikipedia.org/wiki/Interpreter_(computing)) rather than [compiled](https://en.wikipedia.org/wiki/Compiler) ahead of time. + + ### Syntax and Design ```{index} single: Python; syntax and design ``` -One nice feature of Python is its elegant syntax --- we'll see many examples later on. +One reason for Python's popularity is its simple and elegant design --- we'll see many examples later on. + +To get a feeling for this, let's look at an example. + +The code below is written in [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) rather than Python. + +You do **not** need to read and understand this code! + + +```{code-block} java + +import java.io.BufferedReader; +import java.io.FileReader; +import java.io.IOException; + +public class CSVReader { + public static void main(String[] args) { + String filePath = "data.csv"; + String line; + String splitBy = ","; + int columnIndex = 1; + double sum = 0; + int count = 0; + + try (BufferedReader br = new BufferedReader(new FileReader(filePath))) { + while ((line = br.readLine()) != null) { + String[] values = line.split(splitBy); + if (values.length > columnIndex) { + try { + double value = Double.parseDouble( + values[columnIndex] + ); + sum += value; + count++; + } catch (NumberFormatException e) { + System.out.println( + "Skipping non-numeric value: " + + values[columnIndex] + ); + } + } + } + } catch (IOException e) { + e.printStackTrace(); + } + + if (count > 0) { + double average = sum / count; + System.out.println( + "Average of the second column: " + average + ); + } else { + System.out.println( + "No valid numeric data found in the second column." + ); + } + } +} + +``` + +This Java code opens an imaginary file called `data.csv` and computes the mean +of the values in the second column. + +Even without knowing Java, you can see that the program is long and complex. + +Here's Python code that does the same thing. + +Even if you don't yet know Python, you can see that the code is simpler and +easier to read. + +```{code-cell} python3 +:tags: [skip-execution] + +import csv + +total, count = 0, 0 +with open(data.csv, mode='r') as file: + reader = csv.reader(file) + for row in reader: + try: + total += float(row[1]) + count += 1 + except (ValueError, IndexError): + pass +print(f"Average: {total / count if count else 'No valid data'}") + +``` + +The simplicity of Python and its neat design are a big factor in its popularity. + + +### The AI Connection -Elegant code might sound superfluous but in fact it's highly beneficial because it makes the syntax easy to read and easy to remember. +Unless you have been living under a rock and avoiding all contact with the +modern world, you will know that AI is rapidly advancing. -Remembering how to read from files, sort dictionaries and other such routine tasks means that you don't need to break your flow in order to hunt down correct syntax. +AI is already remarkably good at helping you write code, as discussed above. -Closely related to elegant syntax is an elegant design. +No doubt AI will take over many tasks currently performed by humans, +just like other forms of machinery have done over the past few centuries. -Features like iterators, generators, decorators and list comprehensions make Python highly expressive, allowing you to get more done with less code. +Python is playing a huge role in the advance of AI and machine learning. -[Namespaces](https://en.wikipedia.org/wiki/Namespace) improve productivity by cutting down on bugs and syntax errors. +This means that tech firms are pouring money into development of extremely +powerful Python libraries. -## Scientific Programming +Even if you don't plan to work on AI and machine learning, you can benefit from +learning to use some of these libraries for your own projects in economics, +finance and other fields of science. + +These lectures will explain how. + + +## Scientific Programming with Python ```{index} single: scientific programming ``` -Python has become one of the core languages of scientific computing. +We have already discussed the importance of Python for AI, machine learning and data science + +Let's take a look at the role of Python in other areas of scientific computing. -It's either the dominant player or a major player in +Python is either the dominant player or a major player in -* [machine learning and data science](https://github.com/ml-tooling/best-of-ml-python) -* [astronomy](http://www.astropy.org/) -* [chemistry](http://chemlab.github.io/chemlab/) -* [computational biology](http://biopython.org/wiki/Main_Page) -* [meteorology](https://pypi.org/project/meteorology/) -* [natural language processing](https://www.nltk.org/) +* astronomy +* chemistry +* computational biology +* meteorology +* natural language processing +* etc. -Its popularity in economics is also beginning to rise. +Use of Python is also rising in economics, finance, and adjacent fields like +operations research -- which were previously dominated by MATLAB / Excel / STATA / C / Fortran. -This section briefly showcases some examples of Python for scientific programming. +This section briefly showcases some examples of Python for general scientific programming. -* All of these topics below will be covered in detail later on. -### Numerical Programming + +### NumPy ```{index} single: scientific programming; numeric ``` -Fundamental matrix and array processing capabilities are provided by the excellent [NumPy](http://www.numpy.org/) library. +One of the most important parts of scientific computing is working with data. + +Data is often stored in matrices, vectors and arrays. + +We can create a simple array of numbers with pure Python as follows: + +```{code-cell} python3 +a = [-3.14, 0, 3.14] # A Python list +a +``` + +This array is very small so it's fine to work with pure Python. -NumPy provides the basic array data type plus some simple processing operations. +But when we want to work with larger arrays in real programs we need more efficiency and more tools. -For example, let's build some arrays +For this we need to use libraries for working with arrays. + +For Python, the most important matrix and array processing library is +[NumPy](http://www.numpy.org/) library. + +For example, let's build a NumPy array with 100 elements ```{code-cell} python3 import numpy as np # Load the library a = np.linspace(-np.pi, np.pi, 100) # Create even grid from -π to π +a +``` + +Now let's transform this array by applying functions to it. + +```{code-cell} python3 b = np.cos(a) # Apply cosine to each element of a c = np.sin(a) # Apply sin to each element of a ``` -Now let's take the inner product +Now we can easily take the inner product of `b` and `c`. ```{code-cell} python3 b @ c ``` -The number you see here might vary slightly but it's essentially zero. +We can also do many other tasks, like + +* compute the mean and variance of arrays +* build matrices and solve linear systems +* generate random arrays for simulation, etc. + +We will discuss the details later in the lecture series, where we cover NumPy in depth. + + +### NumPy Alternatives -(For older versions of Python and NumPy you need to use the [np.dot](http://docs.scipy.org/doc/numpy/reference/generated/numpy.dot.html) function) +While NumPy is still the king of array processing in Python, there are now +important competitors. + +Libraries such as [JAX](https://github.com/google/jax), [Pytorch](https://pytorch.org/), and [CuPy](https://cupy.dev/) also have +built in array types and array operations that can be very fast and efficient. + +In fact these libraries are better at exploiting parallelization and fast hardware, as +we'll explain later in this series. + +However, you should still learn NumPy first because + +* NumPy is simpler and provides a strong foundation, and +* libraries like JAX directly extend NumPy functionality and hence are easier to + learn when you already know NumPy. + +### SciPy The [SciPy](http://www.scipy.org) library is built on top of NumPy and provides additional functionality. @@ -217,11 +406,16 @@ SciPy includes many of the standard routines used in See them all [here](http://docs.scipy.org/doc/scipy/reference/index.html). +Later we'll discuss SciPy in more detail. + + ### Graphics ```{index} single: Matplotlib ``` +A major strength of Python is data visualization. + The most popular and comprehensive Python library for creating figures and graphs is [Matplotlib](http://matplotlib.org/), with functionality including * plots, histograms, contour images, 3D graphs, bar charts etc. @@ -256,136 +450,28 @@ Other graphics libraries include You can visit the [Python Graph Gallery](https://www.python-graph-gallery.com/) for more example plots drawn using a variety of libraries. -### Symbolic Algebra - -It's useful to be able to manipulate symbolic expressions, as in Mathematica or Maple. - -```{index} single: SymPy -``` - -The [SymPy](http://www.sympy.org/) library provides this functionality from within the Python shell. - -```{code-cell} python3 -from sympy import Symbol - -x, y = Symbol('x'), Symbol('y') # Treat 'x' and 'y' as algebraic symbols -x + x + x + y -``` - -We can manipulate expressions - -```{code-cell} python3 -expression = (x + y)**2 -expression.expand() -``` - -solve polynomials - -```{code-cell} python3 -from sympy import solve - -solve(x**2 + x + 2) -``` - -and calculate limits, derivatives and integrals - -```{code-cell} python3 -from sympy import limit, sin, diff, integrate - -limit(1 / x, x, 0) -``` - -```{code-cell} python3 -limit(sin(x) / x, x, 0) -``` - -```{code-cell} python3 -diff(sin(x), x) -``` - -```{code-cell} python3 -integrate(sin(x) * x, x) -``` - -The beauty of importing this functionality into Python is that we are working within a fully fledged programming language. - -We can easily create tables of derivatives, generate LaTeX output, add that output to figures and so on. - -### Statistics - -Python's data manipulation and statistics libraries have improved rapidly over -the last few years to tackle -[specific problems in data science](https://ieeexplore.ieee.org/document/8757088). - -#### Pandas - -```{index} single: Pandas -``` - -One of the most popular libraries for working with data is [pandas](http://pandas.pydata.org/). - -Pandas is fast, efficient, flexible and well designed. - -Here's a simple example, using some dummy data generated with Numpy's excellent -`random` functionality. - -```{code-cell} python3 -import pandas as pd -np.random.seed(1234) - -data = np.random.randn(5, 2) # 5x2 matrix of N(0, 1) random draws -dates = pd.date_range('2010-12-28', periods=5) - -df = pd.DataFrame(data, columns=('price', 'weight'), index=dates) -print(df) -``` - -```{code-cell} python3 -df.mean() -``` - - -#### Other Useful Statistics and Data Science Libraries -```{index} single: statsmodels -``` - -* [statsmodels](http://statsmodels.sourceforge.net/) --- various statistical routines - -```{index} single: scikit-learn -``` - -* [scikit-learn](http://scikit-learn.org/) --- Machine Learning in Python - -```{index} single: PyTorch -``` - -* [PyTorch](https://pytorch.org/) --- Deep learning framework in Python and other major competitors in the field including [TensorFlow](https://www.tensorflow.org/overview) and [Keras](https://keras.io/) - -```{index} single: Pyro -``` - -* [Pyro](https://pyro.ai/) and [PyStan](https://pystan.readthedocs.org/en/latest/) --- for Bayesian data analysis building on [Pytorch](https://pytorch.org/) and [stan](http://mc-stan.org/) respectively - -```{index} single: lifelines -``` - -* [lifelines](https://lifelines.readthedocs.io/en/latest/) --- for survival analysis +### Networks and Graphs -```{index} single: GeoPandas -``` +The study of networks and graphs becoming an important part of scientific work +in economics, finance and other fields. -* [GeoPandas](https://geopandas.org/en/stable/) --- for spatial data analysis +For example, we are interesting in studying +* production networks +* networks of banks and financial institutions +* friendship and social networks +* etc. -### Networks and Graphs +(We have a [book on economic networks](https://networks.quantecon.org/) if you would like to learn more.) -Python has many libraries for studying graphs. +Python has many libraries for studying networks and graphs. ```{index} single: NetworkX ``` One well-known example is [NetworkX](http://networkx.github.io/). + Its features include, among many other things: * standard graph algorithms for analyzing networks @@ -394,10 +480,8 @@ Its features include, among many other things: Here's some example code that generates and plots a random graph, with node color determined by the shortest path length from a central node. ```{code-cell} ipython -%matplotlib inline import networkx as nx import matplotlib.pyplot as plt -plt.rcParams['figure.figsize'] = (10,6) np.random.seed(1234) # Generate a random graph @@ -423,128 +507,34 @@ nx.draw_networkx_nodes(g, plt.show() ``` -### Cloud Computing - -```{index} single: cloud computing -``` - -Running your Python code on massive servers in the cloud is becoming easier and easier. - -```{index} single: cloud computing; google colab -``` - -An excellent example of the portability of python in a cloud computing environment is [Google Colab](https://colab.research.google.com/). It hosts the Jupyter notebook on cloud servers with no pre-configuration necessary to run Python code using cloud servers. - - -There are also commercial applications of cloud computing using Python: - -```{index} single: cloud computing; anaconda enterprise -``` -* [Anaconda Enterprise](https://www.anaconda.com/enterprise/) - -```{index} single: cloud computing; AWS -``` - -* [Amazon Web Services](https://aws.amazon.com/developer/language/python/?nc1=f_dr) - -```{index} single: cloud computing; Google Cloud -``` - -* [Google Cloud](https://cloud.google.com/) - -```{index} single: cloud computing; digital ocean -``` - -* [Digital Ocean](https://www.digitalocean.com/) - - -### Parallel Processing - -```{index} single: parallel computing -``` - -Apart from the cloud computing options listed above, you might like to consider - -```{index} single: parallel computing; ipython -``` - -* [Parallel computing through IPython clusters](https://ipyparallel.readthedocs.io/en/latest/). - - -```{index} single: parallel computing; Dask -``` - -* [Dask](https://docs.dask.org/en/stable/) parallelises PyData and Machine Learning in Python. - -```{index} single: parallel computing; pycuda -``` - -* GPU programming through [JAX](https://jax.readthedocs.io/en/latest/notebooks/quickstart.html), [PyCuda](https://wiki.tiker.net/PyCuda), [PyOpenCL](https://documen.tician.de/pyopencl/), [Rapids](https://rapids.ai/), etc. - - -Here is more about [recent developments](https://pasc22.pasc-conference.org/program/papers/) in high-performance computing (HPC) in scientific computing and [how HPC helps researchers in different fields](https://pasc22.pasc-conference.org/program/keynote-presentations/). - -(intfc)= -### Other Developments - -There are many other interesting developments with scientific programming in Python. - -Some representative examples include - -```{index} single: scientific programming; Jupyter -``` - -* [Jupyter](http://jupyter.org/) --- Python in your browser with interactive code cells, embedded images and other useful features. - -```{index} single: scientific programming; Numba -``` - -* [Numba](http://numba.pydata.org/) --- make Python run at the same speed as native machine code! -```{index} single: scientific programming; CVXPY -``` +### Other Scientific Libraries -* [CVXPY](https://www.cvxpy.org/) --- convex optimization in Python. +As discussed above, there are literally thousands of scientific libraries for +Python. +Some are small and do very specific tasks. -```{index} single: scientific programming; PyTables -``` +Others are huge in terms of lines of code and investment from coders and tech +firms. -* [PyTables](http://www.pytables.org) --- manage large data sets. - - -```{index} single: scientific programming; scikit-image -``` +Here's a short list of some important scientific libraries for Python not +mentioned above. -* [scikit-image](https://scikit-image.org/) and [OpenCV](https://opencv.org/) --- process and analyse scientific image data. +* [SymPy](http://www.sympy.org/) for symbolic algebra, including limits, derivatives and integrals +* [statsmodels](http://statsmodels.sourceforge.net/) for statistical routines +* [scikit-learn](http://scikit-learn.org/) for machine learning +* [Keras](https://keras.io/) for machine learning +* [Pyro](https://pyro.ai/) and [PyStan](https://pystan.readthedocs.org/en/latest/) for Bayesian data analysis +* [GeoPandas](https://geopandas.org/en/stable/) for spatial data analysis +* [Dask](https://docs.dask.org/en/stable/) for parallelization +* [Numba](http://numba.pydata.org/) for making Python run at the same speed as native machine code +* [CVXPY](https://www.cvxpy.org/) for convex optimization +* [scikit-image](https://scikit-image.org/) and [OpenCV](https://opencv.org/) for processing and analysing image data +* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) for extracting data from HTML and XML files -```{index} single: scientific programming; mlflow -``` - -* [FLAML](https://mlflow.org/docs/latest/index.html) --- automate machine learning and hyperparameter tuning. - - -```{index} single: scientific programming; BeautifulSoup -``` - -* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) --- extract data from HTML and XML files. - -```{index} single: scientific programming; PyInstaller -``` - -* [PyInstaller](https://pyinstaller.org/en/stable/) --- create packaged app from python script. - -## Learn More - -* Browse some Python projects on [GitHub](https://github.com/trending?l=python). -* Read more about [Python's history and rise in popularity](https://www.welcometothejungle.com/en/articles/btc-python-popular) and [version history](https://www.python.org/doc/versions/). -* Have a look at [some of the Jupyter notebooks](http://nbviewer.jupyter.org/) people have shared on various scientific topics. - -```{index} single: Python; PyPI -``` +In this lecture series we will learn how to use many of these libraries for +scientific computing tasks in economics and finance. -* Visit the [Python Package Index](https://pypi.org/). -* View some of the questions people are asking about Python on [Stackoverflow](http://stackoverflow.com/questions/tagged/python). -* Keep up to date on what's happening in the Python community with the [Python subreddit](https://www.reddit.com:443/r/Python/). diff --git a/lectures/debugging.md b/lectures/debugging.md index b798840e..ea40fc29 100644 --- a/lectures/debugging.md +++ b/lectures/debugging.md @@ -23,10 +23,6 @@ kernelspec: ```{index} single: Debugging ``` -```{contents} Contents -:depth: 2 -``` - ```{epigraph} "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, @@ -61,10 +57,8 @@ Here we'll focus on Jupyter Notebook and leave you to explore other settings. We'll need the following imports ```{code-cell} ipython -%matplotlib inline import numpy as np import matplotlib.pyplot as plt -plt.rcParams['figure.figsize'] = (10,6) ``` (debug_magic)= diff --git a/lectures/functions.md b/lectures/functions.md index 0e52043b..993d0765 100644 --- a/lectures/functions.md +++ b/lectures/functions.md @@ -23,45 +23,38 @@ kernelspec: ```{index} single: Python; User-defined functions ``` -```{contents} Contents -:depth: 2 -``` - ## Overview -One construct that's extremely useful and provided by almost all programming -languages is **functions**. +Functions are an extremely useful construct provided by almost all programming. We have already met several functions, such as * the `sqrt()` function from NumPy and * the built-in `print()` function -In this lecture we'll treat functions systematically and begin to learn just how -useful and important they are. +In this lecture we'll -One of the things we will learn to do is build our own user-defined functions +1. treat functions systematically and cover syntax and use-cases, and +2. learn to do is build our own user-defined functions. We will use the following imports. ```{code-cell} ipython -%matplotlib inline import numpy as np import matplotlib.pyplot as plt -plt.rcParams['figure.figsize'] = (10,6) ``` ## Function Basics A function is a named section of a program that implements a specific task. -Many functions exist already and we can use them off the shelf. +Many functions exist already and we can use them as is. First we review these functions and then discuss how we can build our own. ### Built-In Functions -Python has a number of *built-in* functions that are available without `import`. +Python has a number of **built-in** functions that are available without `import`. We have already met some @@ -81,58 +74,42 @@ str(22) type(22) ``` -Two more useful built-in functions are `any()` and `all()` - -```{code-cell} python3 -bools = False, True, True -all(bools) # True if all are True and False otherwise -``` - -```{code-cell} python3 -any(bools) # False if all are False and True otherwise -``` - The full list of Python built-ins is [here](https://docs.python.org/library/functions.html). + ### Third Party Functions If the built-in functions don't cover what we need, we either need to import functions or create our own. -Examples of importing and using functions -were given in the {doc}`previous lecture ` +Examples of importing and using functions were given in the {doc}`previous lecture ` Here's another one, which tests whether a given year is a leap year: ```{code-cell} python3 import calendar - -calendar.isleap(2020) +calendar.isleap(2024) ``` ## Defining Functions -In many instances, it is useful to be able to define our own functions. - -This will become clearer as you see more examples. +In many instances it's useful to be able to define our own functions. Let's start by discussing how it's done. ### Basic Syntax -Here's a very simple Python function, that implements the mathematical function -$f(x) = 2 x + 1$ +Here's a very simple Python function, that implements the mathematical function $f(x) = 2 x + 1$ ```{code-cell} python3 def f(x): return 2 * x + 1 ``` -Now that we've *defined* this function, let's *call* it and check whether it -does what we expect: +Now that we've defined this function, let's *call* it and check whether it does what we expect: ```{code-cell} python3 -f(1) +f(1) ``` ```{code-cell} python3 @@ -146,12 +123,10 @@ exercise.) ```{code-cell} python3 def new_abs_function(x): - if x < 0: abs_value = -x else: abs_value = x - return abs_value ``` @@ -171,6 +146,7 @@ print(new_abs_function(3)) print(new_abs_function(-3)) ``` + Note that a function can have arbitrarily many `return` statements (including zero). Execution of the function terminates when the first return is hit, allowing @@ -183,6 +159,9 @@ def f(x): return 'nonnegative' ``` +(Writing functions with multiple return statements is typically discouraged, as +it can make logic hard to follow.) + Functions without a return statement automatically return the special Python object `None`. (pos_args)= @@ -206,7 +185,7 @@ This is called a *keyword argument*, with `label` being the keyword. Non-keyword arguments are called *positional arguments*, since their meaning is determined by order -* `plot(x, 'b-', label="white noise")` is different from `plot('b-', x, label="white noise")` +* `plot(x, 'b-')` differs from `plot('b-', x)` Keyword arguments are particularly useful when a function has a lot of arguments, in which case it's hard to remember the right order. @@ -431,7 +410,10 @@ function*---as we did above. ```{index} single: Python; Recursion ``` -This is not something that you will use every day, but it is still useful --- you should learn it at some stage. +This is an advanced topic that you should feel free to skip. + +At the same time, it's a neat idea that you should learn it at some stage of +your programming career. Basically, a recursive function is a function that calls itself. @@ -491,21 +473,9 @@ We will only consider $n$ as a positive integer here. There are functions to compute this in various modules, but let's write our own version as an exercise. -1. In particular, write a function `factorial` such that `factorial(n)` returns $n!$ +In particular, write a function `factorial` such that `factorial(n)` returns $n!$ for any positive integer $n$. -2. In addition, try to add a new argument for your function. -The argument takes a function `f` that transforms n to $f(n) = n^2 + 1$ if n is even, and $f(n) = n^2$ if n is odd. -The default value should be $f(n) = n$. - -For example - -- The default case `factorial(3)` should return $3!$ -- `factorial(3,f)` should return $9!$ -- `factorial(2,f)` should return $5!$ - -Try to use lambda expressions to define the function `f`. - ```{exercise-end} ``` @@ -514,7 +484,7 @@ Try to use lambda expressions to define the function `f`. :class: dropdown ``` -Here's one solution for part 1 +Here's one solution: ```{code-cell} python3 def factorial(n): @@ -526,28 +496,6 @@ def factorial(n): factorial(4) ``` -Adding the lambda expression - -```{code-cell} python3 -def factorial(n,f = lambda x: x): - k = 1 - for i in range(f(n)): - k = k * (i + 1) - return k - - -factorial(9) # default -``` - -```{code-cell} python3 -f = lambda x: x**2 + 1 if x % 2 == 0 else x**2 - -factorial(3, f) # odd (equivalent to factorial(9)) -``` - -```{code-cell} python3 -factorial(2, f) # even (equivalent to factorial(5)) -``` ```{solution-end} ``` @@ -672,10 +620,6 @@ draw_new(3) In the following exercises, we will write recursive functions together. -We will use more advanced syntaxes such as {any}`list comprehensions ` to test our solutions against a list of inputs. - -If you are not familiar with these concepts, feel free to come back later. - ```{exercise-start} :label: func_ex4 @@ -725,7 +669,7 @@ print([x(i) for i in range(10)]) :label: func_ex5 ``` -For this exercise, rewrite the function `factorial(n)` in **[exercise 1](factorial_exercise)** using recursion. +Rewrite the function `factorial()` in from [Exercise 1](factorial_exercise) using recursion. ```{exercise-end} ``` @@ -743,23 +687,12 @@ def recursion_factorial(n): else: return n * recursion_factorial(n-1) ``` -Here's a simplified solution - -```{code-cell} python3 -def recursion_factorial_simplified(n): - return n * recursion_factorial(n-1) if n != 1 else n -``` -Let's test them +Let's test it ```{code-cell} python3 print([recursion_factorial(i) for i in range(1, 10)]) ``` -```{code-cell} python3 -print([recursion_factorial_simplified(i) for i in range(1, 10)]) -``` - - ```{solution-end} -``` \ No newline at end of file +``` diff --git a/lectures/getting_started.md b/lectures/getting_started.md index b9bff5d7..d6798fb5 100644 --- a/lectures/getting_started.md +++ b/lectures/getting_started.md @@ -18,6 +18,8 @@ kernelspec: ``` + + - -# OOP I: Objects and Names - -```{contents} Contents -:depth: 2 -``` +# OOP I: Objects and Methods ## Overview -[Object-oriented programming](https://en.wikipedia.org/wiki/Object-oriented_programming) (OOP) is one of the major paradigms in programming. - -The traditional programming paradigm (think Fortran, C, MATLAB, etc.) is called *procedural*. +The traditional programming paradigm (think Fortran, C, MATLAB, etc.) is called [procedural](https://en.wikipedia.org/wiki/Procedural_programming). It works as follows * The program has a state corresponding to the values of its variables. -* Functions are called to act on these data. -* Data are passed back and forth via function calls. +* Functions are called to act on and transform the state. +* Final outputs are produced via a sequence of function calls. + +Two other important paradigms are [object-oriented programming](https://en.wikipedia.org/wiki/Object-oriented_programming) (OOP) and [functional programming](https://en.wikipedia.org/wiki/Functional_programming). + -In contrast, in the OOP paradigm +In the OOP paradigm, data and functions are bundled together into "objects" --- and functions in this context are referred to as **methods**. -* data and functions are "bundled together" into "objects" +Methods are called on to transform the data contained in the object. -(Functions in this context are referred to as **methods**) +* Think of a Python list that contains data and has methods such as `append()` and `pop()` that transform the data. -### Python and OOP +Functional programming languages are built on the idea of composing functions. -Python is a pragmatic language that blends object-oriented and procedural styles, rather than taking a purist approach. +* Influential examples include [Lisp](https://en.wikipedia.org/wiki/Common_Lisp), [Haskell](https://en.wikipedia.org/wiki/Haskell) and [Elixir](https://en.wikipedia.org/wiki/Elixir_(programming_language)). -However, at a foundational level, Python *is* object-oriented. +So which of these categories does Python fit into? -In particular, in Python, *everything is an object*. +Actually Python is a pragmatic language that blends object-oriented, functional and procedural styles, rather than taking a purist approach. + +On one hand, this allows Python and its users to cherry pick nice aspects of different paradigms. + +On the other hand, the lack of purity might at times lead to some confusion. + +Fortunately this confusion is minimized if you understand that, at a foundational level, Python *is* object-oriented. + +By this we mean that, in Python, *everything is an object*. In this lecture, we explain what that statement means and why it matters. +We'll make use of the following third party library + + +```{code-cell} python3 +!pip install rich +``` + + ## Objects ```{index} single: Python; Objects @@ -201,7 +207,7 @@ These attributes are important, so let's discuss them in-depth. Methods are *functions that are bundled with objects*. -Formally, methods are attributes of objects that are callable (i.e., can be called as functions) +Formally, methods are attributes of objects that are **callable** -- i.e., attributes that can be called as functions ```{code-cell} python3 x = ['foo', 'bar'] @@ -251,562 +257,83 @@ x (If you wanted to you could modify the `__setitem__` method, so that square bracket assignment does something totally different) +## Inspection Using Rich -(name_res)= -## Names and Name Resolution - -### Variable Names in Python - -```{index} single: Python; Variable Names -``` - -Consider the Python statement - -```{code-cell} python3 -x = 42 -``` - -We now know that when this statement is executed, Python creates an object of -type `int` in your computer's memory, containing - -* the value `42` -* some associated attributes - -But what is `x` itself? - -In Python, `x` is called a *name*, and the statement `x = 42` *binds* the name `x` to the integer object we have just discussed. - -Under the hood, this process of binding names to objects is implemented as a dictionary---more about this in a moment. - -There is no problem binding two or more names to the one object, regardless of what that object is - -```{code-cell} python3 -def f(string): # Create a function called f - print(string) # that prints any string it's passed - -g = f -id(g) == id(f) -``` - -```{code-cell} python3 -g('test') -``` - -In the first step, a function object is created, and the name `f` is bound to it. - -After binding the name `g` to the same object, we can use it anywhere we would use `f`. - -What happens when the number of names bound to an object goes to zero? - -Here's an example of this situation, where the name `x` is first bound to one object and then rebound to another - -```{code-cell} python3 -x = 'foo' -id(x) -``` - -```{code-cell} python3 -x = 'bar' # No names bound to the first object -``` - -What happens here is that the first object is garbage collected. - -In other words, the memory slot that stores that object is deallocated, and returned to the operating system. - -Garbage collection is actually an active research area in computer science. - -You can [read more on garbage collection](https://rushter.com/blog/python-garbage-collector/) if you are interested. - -### Namespaces - -```{index} single: Python; Namespaces -``` - -Recall from the preceding discussion that the statement - -```{code-cell} python3 -x = 42 -``` - -binds the name `x` to the integer object on the right-hand side. - -We also mentioned that this process of binding `x` to the correct object is implemented as a dictionary. - -This dictionary is called a *namespace*. - -**Definition:** A namespace is a symbol table that maps names to objects in memory. - -Python uses multiple namespaces, creating them on the fly as necessary. - -For example, every time we import a module, Python creates a namespace for that module. - -To see this in action, suppose we write a script `mathfoo.py` with a single line - -```{code-cell} python3 -%%file mathfoo.py -pi = 'foobar' -``` - -Now we start the Python interpreter and import it - -```{code-cell} python3 -import mathfoo -``` - -Next let's import the `math` module from the standard library - -```{code-cell} python3 -import math -``` - -Both of these modules have an attribute called `pi` - -```{code-cell} python3 -math.pi -``` - -```{code-cell} python3 -mathfoo.pi -``` - -These two different bindings of `pi` exist in different namespaces, each one implemented as a dictionary. - -We can look at the dictionary directly, using `module_name.__dict__` - -```{code-cell} python3 -import math - -math.__dict__.items() -``` - -```{code-cell} python3 -import mathfoo - -mathfoo.__dict__.items() -``` - -As you know, we access elements of the namespace using the dotted attribute notation - -```{code-cell} python3 -math.pi -``` - -In fact this is entirely equivalent to `math.__dict__['pi']` - -```{code-cell} python3 -math.__dict__['pi'] == math.pi -``` - -### Viewing Namespaces - -As we saw above, the `math` namespace can be printed by typing `math.__dict__`. - -Another way to see its contents is to type `vars(math)` - -```{code-cell} python3 -vars(math).items() -``` - -If you just want to see the names, you can type - -```{code-cell} python3 -# Show the first 10 names -dir(math)[0:10] -``` - -Notice the special names `__doc__` and `__name__`. - -These are initialized in the namespace when any module is imported - -* `__doc__` is the doc string of the module -* `__name__` is the name of the module - -```{code-cell} python3 -print(math.__doc__) -``` - -```{code-cell} python3 -math.__name__ -``` - -### Interactive Sessions - -```{index} single: Python; Interpreter -``` - -In Python, **all** code executed by the interpreter runs in some module. - -What about commands typed at the prompt? - -These are also regarded as being executed within a module --- in this case, a module called `__main__`. - -To check this, we can look at the current module name via the value of `__name__` given at the prompt - -```{code-cell} python3 -print(__name__) -``` - -When we run a script using IPython's `run` command, the contents of the file are executed as part of `__main__` too. - -To see this, let's create a file `mod.py` that prints its own `__name__` attribute - -```{code-cell} ipython -%%file mod.py -print(__name__) -``` - -Now let's look at two different ways of running it in IPython - -```{code-cell} python3 -import mod # Standard import -``` - -```{code-cell} ipython -%run mod.py # Run interactively -``` - -In the second case, the code is executed as part of `__main__`, so `__name__` is equal to `__main__`. - -To see the contents of the namespace of `__main__` we use `vars()` rather than `vars(__main__)`. - -If you do this in IPython, you will see a whole lot of variables that IPython -needs, and has initialized when you started up your session. - -If you prefer to see only the variables you have initialized, use `%whos` - -```{code-cell} ipython -x = 2 -y = 3 - -import numpy as np - -%whos -``` - -### The Global Namespace - -```{index} single: Python; Namespace (Global) -``` - -Python documentation often makes reference to the "global namespace". - -The global namespace is *the namespace of the module currently being executed*. - -For example, suppose that we start the interpreter and begin making assignments. - -We are now working in the module `__main__`, and hence the namespace for `__main__` is the global namespace. - -Next, we import a module called `amodule` - -```{code-block} python3 -:class: no-execute - -import amodule -``` - -At this point, the interpreter creates a namespace for the module `amodule` and starts executing commands in the module. - -While this occurs, the namespace `amodule.__dict__` is the global namespace. - -Once execution of the module finishes, the interpreter returns to the module from where the import statement was made. - -In this case it's `__main__`, so the namespace of `__main__` again becomes the global namespace. +There's a nice package called [rich](https://github.com/Textualize/rich) that +helps us view the contents of an object. -### Local Namespaces - -```{index} single: Python; Namespace (Local) -``` - -Important fact: When we call a function, the interpreter creates a *local namespace* for that function, and registers the variables in that namespace. - -The reason for this will be explained in just a moment. - -Variables in the local namespace are called *local variables*. - -After the function returns, the namespace is deallocated and lost. - -While the function is executing, we can view the contents of the local namespace with `locals()`. - -For example, consider - -```{code-cell} python3 -def f(x): - a = 2 - print(locals()) - return a * x -``` - -Now let's call the function - -```{code-cell} python3 -f(1) -``` - -You can see the local namespace of `f` before it is destroyed. - -### The `__builtins__` Namespace - -```{index} single: Python; Namespace (__builtins__) -``` - -We have been using various built-in functions, such as `max(), dir(), str(), list(), len(), range(), type()`, etc. - -How does access to these names work? - -* These definitions are stored in a module called `__builtin__`. -* They have their own namespace called `__builtins__`. - -```{code-cell} python3 -# Show the first 10 names in `__main__` -dir()[0:10] -``` - -```{code-cell} python3 -# Show the first 10 names in `__builtins__` -dir(__builtins__)[0:10] -``` - -We can access elements of the namespace as follows - -```{code-cell} python3 -__builtins__.max -``` - -But `__builtins__` is special, because we can always access them directly as well - -```{code-cell} python3 -max -``` +For example, ```{code-cell} python3 -__builtins__.max == max -``` - -The next section explains how this works ... - -### Name Resolution - -```{index} single: Python; Namespace (Resolution) +from rich import inspect +x = 10 +inspect(10) ``` - -Namespaces are great because they help us organize variable names. - -(Type `import this` at the prompt and look at the last item that's printed) - -However, we do need to understand how the Python interpreter works with multiple namespaces. - -Understanding the flow of execution will help us to check which variables are in scope and how to operate on them when writing and debugging programs. - - -At any point of execution, there are in fact at least two namespaces that can be accessed directly. - -("Accessed directly" means without using a dot, as in `pi` rather than `math.pi`) - -These namespaces are - -* The global namespace (of the module being executed) -* The builtin namespace - -If the interpreter is executing a function, then the directly accessible namespaces are - -* The local namespace of the function -* The global namespace (of the module being executed) -* The builtin namespace - -Sometimes functions are defined within other functions, like so +If we want to see the methods as well, we can use ```{code-cell} python3 -def f(): - a = 2 - def g(): - b = 4 - print(a * b) - g() +inspect(10, methods=True) ``` -Here `f` is the *enclosing function* for `g`, and each function gets its -own namespaces. - -Now we can give the rule for how namespace resolution works: - -The order in which the interpreter searches for names is - -1. the local namespace (if it exists) -1. the hierarchy of enclosing namespaces (if they exist) -1. the global namespace -1. the builtin namespace - -If the name is not in any of these namespaces, the interpreter raises a `NameError`. +In fact there are still more methods, as you can see if you execute `inspect(10, all=True)`. -This is called the **LEGB rule** (local, enclosing, global, builtin). -Here's an example that helps to illustrate. -Visualizations here are created by [nbtutor](https://github.com/lgpage/nbtutor) in a Jupyter notebook. +## A Little Mystery -They can help you better understand your program when you are learning a new language. +In this lecture we claimed that Python is, at heart, an object oriented language. -Consider a script `test.py` that looks as follows +But here's an example that looks more procedural. ```{code-cell} python3 -%%file test.py -def g(x): - a = 1 - x = x + a - return x - -a = 0 -y = g(10) -print("a = ", a, "y = ", y) -``` - -What happens when we run this script? - -```{code-cell} ipython -%run test.py -``` - -First, - -* The global namespace `{}` is created. - -```{figure} /_static/lecture_specific/oop_intro/global.png -:figclass: auto -``` - -* The function object is created, and `g` is bound to it within the global namespace. -* The name `a` is bound to `0`, again in the global namespace. - -```{figure} /_static/lecture_specific/oop_intro/global2.png -:figclass: auto +x = ['a', 'b'] +m = len(x) +m ``` -Next `g` is called via `y = g(10)`, leading to the following sequence of actions - -* The local namespace for the function is created. -* Local names `x` and `a` are bound, so that the local namespace becomes `{'x': 10, 'a': 1}`. - - * Note that the global `a` was not affected by the local `a`. -```{figure} /_static/lecture_specific/oop_intro/local1.png -:figclass: auto -``` +If Python is object oriented, why don't we use `x.len()`? +The answer is related to the fact that Python aims for readability and consistent style. +In Python, it is common for users to build custom objects --- we discuss how to +do this {doc}`later `. -* Statement `x = x + a` uses the local `a` and local `x` to compute `x + a`, and binds local name `x` to the result. +It's quite common for users to add methods to their that measure the length of +the object, suitably defined. +When naming such a method, natural choices are `len()` and `length()`. -* This value is returned, and `y` is bound to it in the global namespace. -* Local `x` and `a` are discarded (and the local namespace is deallocated). +If some users choose `len()` and others choose `length()`, then the style will +be inconsistent and harder to remember. -```{figure} /_static/lecture_specific/oop_intro/local_return.png -:figclass: auto -``` +To avoid this, the creator of Python chose to add +`len()` as a built-in function, to help emphasize that `len()` is the convention. +Now, having said all of this, Python *is* still object oriented under the hood. -(mutable_vs_immutable)= -### {index}`Mutable ` Versus {index}`Immutable ` Parameters +In fact, the list `x` discussed above has a method called `__len__()`. -This is a good time to say a little more about mutable vs immutable objects. +All that the function `len()` does is call this method. -Consider the code segment +In other words, the following code is equivalent: ```{code-cell} python3 -def f(x): - x = x + 1 - return x - -x = 1 -print(f(x), x) -``` - -We now understand what will happen here: The code prints `2` as the value of `f(x)` and `1` as the value of `x`. - -First `f` and `x` are registered in the global namespace. - -The call `f(x)` creates a local namespace and adds `x` to it, bound to `1`. - -Next, this local `x` is rebound to the new integer object `2`, and this value is returned. - -None of this affects the global `x`. - -However, it's a different story when we use a **mutable** data type such as a list - -```{code-cell} python3 -def f(x): - x[0] = x[0] + 1 - return x - -x = [1] -print(f(x), x) -``` - -This prints `[2]` as the value of `f(x)` and *same* for `x`. - -Here's what happens - -* `f` is registered as a function in the global namespace - -```{figure} /_static/lecture_specific/oop_intro/mutable1.png -:figclass: auto -``` - -* `x` bound to `[1]` in the global namespace - -```{figure} /_static/lecture_specific/oop_intro/mutable2.png -:figclass: auto -``` - -* The call `f(x)` - * Creates a local namespace - * Adds `x` to the local namespace, bound to `[1]` - -```{figure} /_static/lecture_specific/oop_intro/mutable3.png -:figclass: auto -``` - -```{note} -The global `x` and the local `x` refer to the same `[1]` +x = ['a', 'b'] +len(x) ``` - -We can see the identity of local `x` and the identity of global `x` are the same +and ```{code-cell} python3 -def f(x): - x[0] = x[0] + 1 - print(f'the identity of local x is {id(x)}') - return x - -x = [1] -print(f'the identity of global x is {id(x)}') -print(f(x), x) -``` - -* Within `f(x)` - * The list `[1]` is modified to `[2]` - * Returns the list `[2]` - -```{figure} /_static/lecture_specific/oop_intro/mutable4.png -:figclass: auto -``` -* The local namespace is deallocated, and the local `x` is lost - -```{figure} /_static/lecture_specific/oop_intro/mutable5.png -:figclass: auto +x = ['a', 'b'] +x.__len__() ``` -If you want to modify the local `x` and the global `x` separately, you can create a [*copy*](https://docs.python.org/3/library/copy.html) of the list and assign the copy to the local `x`. - -We will leave this for you to explore. - ## Summary -Messages in this lecture are clear: +The message in this lecture is clear: - * In Python, *everything in memory is treated as an object*. - * Zero, one or many names can be bound to a given object. - * Every name resides within a scope defined by its namespace. +* In Python, *everything in memory is treated as an object*. This includes not just lists, strings, etc., but also less obvious things, such as @@ -815,83 +342,8 @@ This includes not just lists, strings, etc., but also less obvious things, such * files opened for reading or writing * integers, etc. -Consider, for example, functions. - -When Python reads a function definition, it creates a **function object** and stores it in memory. - -The following code illustrates further this idea - -```{code-cell} python3 -#reset the current namespace -%reset -``` - -```{code-cell} python3 -def f(x): return x**2 -f -``` - -```{code-cell} python3 -type(f) -``` - -```{code-cell} python3 -id(f) -``` - -```{code-cell} python3 -f.__name__ -``` - -We can see that `f` has type, identity, attributes and so on---just like any other object. - -It also has methods. - -One example is the `__call__` method, which just evaluates the function - -```{code-cell} python3 -f.__call__(3) -``` - -Another is the `__dir__` method, which returns a list of attributes. - -We can also find `f` our current namespace - -```{code-cell} python3 -'f' in dir() -``` - -Modules loaded into memory are also treated as objects - -```{code-cell} python3 -import math - -id(math) -``` - -We can find `math` in our global namespace after the import - -```{code-cell} python3 -print(dir()[-1::-1]) -``` - -We can also find all objects associated with the `math` module in the private namespace of `math` - -```{code-cell} python3 -print(dir(math)) -``` - -We can also directly import objects to our current namespace using `from ... import ...` - -```{code-cell} python3 -from math import log, pi, sqrt - -print(dir()[-1::-1]) -``` - -We can find these names appear in the current namespace now. - -*This uniform treatment of data in Python (everything is an object) helps keep the language simple and consistent.* +Remember that everything is an object will help you interact with your programs +and write clear Pythonic code. ## Exercises @@ -900,12 +352,14 @@ We can find these names appear in the current namespace now. ``` We have met the {any}`boolean data type ` previously. -Using what we have learnt in this lecture, print a list of methods of boolean objects. + +Using what we have learnt in this lecture, print a list of methods of the +boolean object `True`. ```{hint} :class: dropdown - You can use `callable()` to test whether an attribute of an object can be called as a function +You can use `callable()` to test whether an attribute of an object can be called as a function ``` ```{exercise-end} @@ -915,48 +369,37 @@ Using what we have learnt in this lecture, print a list of methods of boolean ob :class: dropdown ``` -Firstly, we need to find all attributes of a boolean object. - -You can use one of the following ways: - -*1.* You can call the `.__dir__()` method +Firstly, we need to find all attributes of `True`, which can be done via ```{code-cell} python3 print(sorted(True.__dir__())) ``` -*2.* You can use the built-in function `dir()` +or ```{code-cell} python3 print(sorted(dir(True))) ``` -*3.* Since the boolean data type is a primitive type, you can also find it in the built-in namespace +Since the boolean data type is a primitive type, you can also find it in the built-in namespace ```{code-cell} python3 print(dir(__builtins__.bool)) ``` -Next, we can use a `for` loop to filter out attributes that are callable +Here we use a `for` loop to filter out attributes that are callable ```{code-cell} python3 -attrls = dir(__builtins__.bool) -callablels = list() +attributes = dir(__builtins__.bool) +callablels = [] -for i in attrls: +for attribute in attributes: # Use eval() to evaluate a string as an expression - if callable(eval(f'True.{i}')): - callablels.append(i) + if callable(eval(f'True.{attribute}')): + callablels.append(attribute) print(callablels) ``` -Here is a one-line solution - -```{code-cell} python3 -print([i for i in attrls if callable(eval(f'True.{i}'))]) -``` - -You can explore these methods and see what they are used for. ```{solution-end} ``` diff --git a/lectures/pandas.md b/lectures/pandas.md index 7a25bf6b..61bc5056 100644 --- a/lectures/pandas.md +++ b/lectures/pandas.md @@ -3,8 +3,10 @@ jupytext: text_representation: extension: .md format_name: myst + format_version: 0.13 + jupytext_version: 1.16.7 kernelspec: - display_name: Python 3 + display_name: Python 3 (ipykernel) language: python name: python3 --- @@ -23,17 +25,12 @@ kernelspec: ```{index} single: Python; Pandas ``` -```{contents} Contents -:depth: 2 -``` - In addition to what’s in Anaconda, this lecture will need the following libraries: -```{code-cell} ipython ---- -tags: [hide-output] ---- -!pip install --upgrade pandas-datareader +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install --upgrade wbgapi !pip install --upgrade yfinance ``` @@ -68,12 +65,10 @@ This lecture will provide a basic introduction to pandas. Throughout the lecture, we will assume that the following imports have taken place -```{code-cell} ipython -%matplotlib inline +```{code-cell} ipython3 import pandas as pd import numpy as np import matplotlib.pyplot as plt -plt.rcParams["figure.figsize"] = [10,8] # Set default figure size import requests ``` @@ -93,7 +88,7 @@ Let's start with Series. We begin by creating a series of four random observations -```{code-cell} python3 +```{code-cell} ipython3 s = pd.Series(np.random.randn(4), name='daily returns') s ``` @@ -104,11 +99,11 @@ companies, and the values being daily returns on their shares. Pandas `Series` are built on top of NumPy arrays and support many similar operations -```{code-cell} python3 +```{code-cell} ipython3 s * 100 ``` -```{code-cell} python3 +```{code-cell} ipython3 np.abs(s) ``` @@ -116,13 +111,13 @@ But `Series` provide more than NumPy arrays. Not only do they have some additional (statistically oriented) methods -```{code-cell} python3 +```{code-cell} ipython3 s.describe() ``` But their indices are more flexible -```{code-cell} python3 +```{code-cell} ipython3 s.index = ['AMZN', 'AAPL', 'MSFT', 'GOOG'] s ``` @@ -133,16 +128,16 @@ type---in this case, floats). In fact, you can use much of the same syntax as Python dictionaries -```{code-cell} python3 +```{code-cell} ipython3 s['AMZN'] ``` -```{code-cell} python3 +```{code-cell} ipython3 s['AMZN'] = 0 s ``` -```{code-cell} python3 +```{code-cell} ipython3 'AAPL' in s ``` @@ -172,14 +167,14 @@ The dataset contains the following indicators We'll read this in from a URL using the `pandas` function `read_csv`. -```{code-cell} python3 +```{code-cell} ipython3 df = pd.read_csv('https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/master/source/_static/lecture_specific/pandas/data/test_pwt.csv') type(df) ``` Here's the content of `test_pwt.csv` -```{code-cell} python3 +```{code-cell} ipython3 df ``` @@ -189,25 +184,25 @@ In practice, one thing that we do all the time is to find, select and work with We can select particular rows using standard Python array slicing notation -```{code-cell} python3 +```{code-cell} ipython3 df[2:5] ``` To select columns, we can pass a list containing the names of the desired columns represented as strings -```{code-cell} python3 +```{code-cell} ipython3 df[['country', 'tcgdp']] ``` To select both rows and columns using integers, the `iloc` attribute should be used with the format `.iloc[rows, columns]`. -```{code-cell} python3 +```{code-cell} ipython3 df.iloc[2:5, 0:4] ``` To select rows and columns using a mixture of integers and labels, the `loc` attribute can be used in a similar way -```{code-cell} python3 +```{code-cell} ipython3 df.loc[df.index[2:5], ['country', 'tcgdp']] ``` @@ -219,13 +214,13 @@ This section demonstrates various ways to do that. The most straightforward way is with the `[]` operator. -```{code-cell} python3 +```{code-cell} ipython3 df[df.POP >= 20000] ``` To understand what is going on here, notice that `df.POP >= 20000` returns a series of boolean values. -```{code-cell} python3 +```{code-cell} ipython3 df.POP >= 20000 ``` @@ -233,35 +228,35 @@ In this case, `df[___]` takes a series of boolean values and only returns rows w Take one more example, -```{code-cell} python3 +```{code-cell} ipython3 df[(df.country.isin(['Argentina', 'India', 'South Africa'])) & (df.POP > 40000)] ``` However, there is another way of doing the same thing, which can be slightly faster for large dataframes, with more natural syntax. -```{code-cell} python3 +```{code-cell} ipython3 # the above is equivalent to df.query("POP >= 20000") ``` -```{code-cell} python3 +```{code-cell} ipython3 df.query("country in ['Argentina', 'India', 'South Africa'] and POP > 40000") ``` We can also allow arithmetic operations between different columns. -```{code-cell} python3 +```{code-cell} ipython3 df[(df.cc + df.cg >= 80) & (df.POP <= 20000)] ``` -```{code-cell} python3 +```{code-cell} ipython3 # the above is equivalent to df.query("cc + cg >= 80 & POP <= 20000") ``` For example, we can use the conditioning to select the country with the largest household consumption - gdp share `cc`. -```{code-cell} python3 +```{code-cell} ipython3 df.loc[df.cc == max(df.cc)] ``` @@ -269,11 +264,10 @@ When we only want to look at certain columns of a selected sub-dataframe, we can The first argument takes the condition, while the second argument takes a list of columns we want to return. -```{code-cell} python3 +```{code-cell} ipython3 df.loc[(df.cc + df.cg >= 80) & (df.POP <= 20000), ['country', 'year', 'POP']] ``` - **Application: Subsetting Dataframe** Real-world datasets can be [enormous](https://developers.google.com/machine-learning/data-prep/construct/collect/data-size-quality). @@ -284,7 +278,7 @@ Let's imagine that we're only interested in the population (`POP`) and total GDP One way to strip the data frame `df` down to only these variables is to overwrite the dataframe using the selection method described above -```{code-cell} python3 +```{code-cell} ipython3 df_subset = df[['country', 'POP', 'tcgdp']] df_subset ``` @@ -307,7 +301,7 @@ This function can be some built-in functions like the `max` function, a `lambda` Here is an example using the `max` function -```{code-cell} python3 +```{code-cell} ipython3 df[['year', 'POP', 'XRAT', 'tcgdp', 'cc', 'cg']].apply(max) ``` @@ -315,9 +309,9 @@ This line of code applies the `max` function to all selected columns. `lambda` function is often used with `df.apply()` method -A trivial example is to return itself for each row in the dataframe +A trivial example is to return itself for each row in the dataframe -```{code-cell} python3 +```{code-cell} ipython3 df.apply(lambda row: row, axis=1) ``` @@ -330,8 +324,7 @@ For the `.apply()` method We can use it together with `.loc[]` to do some more advanced selection. - -```{code-cell} python3 +```{code-cell} ipython3 complexCondition = df.apply( lambda row: row.POP > 40000 if row.country in ['Argentina', 'India', 'South Africa'] else row.POP < 20000, axis=1), ['country', 'year', 'POP', 'XRAT', 'tcgdp'] @@ -341,17 +334,16 @@ complexCondition = df.apply( In addition, it also defines a subset of variables of interest. -```{code-cell} python3 +```{code-cell} ipython3 complexCondition ``` When we apply this condition to the dataframe, the result will be -```{code-cell} python3 +```{code-cell} ipython3 df.loc[complexCondition] ``` - ### Make Changes in DataFrames The ability to make changes in dataframes is important to generate a clean dataset for future analysis. @@ -359,21 +351,20 @@ The ability to make changes in dataframes is important to generate a clean datas **1.** We can use `df.where()` conveniently to "keep" the rows we have selected and replace the rest rows with any other values -```{code-cell} python3 +```{code-cell} ipython3 df.where(df.POP >= 20000, False) ``` - **2.** We can simply use `.loc[]` to specify the column that we want to modify, and assign values -```{code-cell} python3 +```{code-cell} ipython3 df.loc[df.cg == max(df.cg), 'cg'] = np.nan df ``` **3.** We can use the `.apply()` method to modify *rows/columns as a whole* -```{code-cell} python3 +```{code-cell} ipython3 def update_row(row): # modify POP row.POP = np.nan if row.POP<= 10000 else row.POP @@ -385,11 +376,11 @@ def update_row(row): df.apply(update_row, axis=1) ``` -**4.** We can use the `.applymap()` method to modify all *individual entries* in the dataframe altogether. +**4.** We can use the `.map()` method to modify all *individual entries* in the dataframe altogether. -```{code-cell} python3 +```{code-cell} ipython3 # Round all decimal numbers to 2 decimal places -df.applymap(lambda x : round(x,2) if type(x)!=str else x) +df.map(lambda x : round(x,2) if type(x)!=str else x) ``` **Application: Missing Value Imputation** @@ -398,7 +389,7 @@ Replacing missing values is an important step in data munging. Let's randomly insert some NaN values -```{code-cell} python3 +```{code-cell} ipython3 for idx in list(zip([0, 3, 5, 6], [3, 4, 6, 2])): df.iloc[idx] = np.nan @@ -407,9 +398,9 @@ df The `zip()` function here creates pairs of values from the two lists (i.e. [0,3], [3,4] ...) -We can use the `.applymap()` method again to replace all missing values with 0 +We can use the `.map()` method again to replace all missing values with 0 -```{code-cell} python3 +```{code-cell} ipython3 # replace all NaN values by 0 def replace_nan(x): if type(x)!=str: @@ -417,14 +408,14 @@ def replace_nan(x): else: return x -df.applymap(replace_nan) +df.map(replace_nan) ``` Pandas also provides us with convenient methods to replace missing values. For example, single imputation using variable means can be easily done in pandas -```{code-cell} python3 +```{code-cell} ipython3 df = df.fillna(df.iloc[:,2:8].mean()) df ``` @@ -439,7 +430,7 @@ Let's imagine that we're only interested in the population (`POP`) and total GDP One way to strip the data frame `df` down to only these variables is to overwrite the dataframe using the selection method described above -```{code-cell} python3 +```{code-cell} ipython3 df = df[['country', 'POP', 'tcgdp']] df ``` @@ -448,28 +439,28 @@ Here the index `0, 1,..., 7` is redundant because we can use the country names a To do this, we set the index to be the `country` variable in the dataframe -```{code-cell} python3 +```{code-cell} ipython3 df = df.set_index('country') df ``` Let's give the columns slightly better names -```{code-cell} python3 +```{code-cell} ipython3 df.columns = 'population', 'total GDP' df ``` The `population` variable is in thousands, let's revert to single units -```{code-cell} python3 +```{code-cell} ipython3 df['population'] = df['population'] * 1e3 df ``` Next, we're going to add a column showing real GDP per capita, multiplying by 1,000,000 as we go because total GDP is in millions -```{code-cell} python3 +```{code-cell} ipython3 df['GDP percap'] = df['total GDP'] * 1e6 / df['population'] df ``` @@ -478,7 +469,7 @@ One of the nice things about pandas `DataFrame` and `Series` objects is that the For example, we can easily generate a bar plot of GDP per capita -```{code-cell} python3 +```{code-cell} ipython3 ax = df['GDP percap'].plot(kind='bar') ax.set_xlabel('country', fontsize=12) ax.set_ylabel('GDP per capita', fontsize=12) @@ -487,14 +478,14 @@ plt.show() At the moment the data frame is ordered alphabetically on the countries---let's change it to GDP per capita -```{code-cell} python3 +```{code-cell} ipython3 df = df.sort_values(by='GDP percap', ascending=False) df ``` Plotting as before now yields -```{code-cell} python3 +```{code-cell} ipython3 ax = df['GDP percap'].plot(kind='bar') ax.set_xlabel('country', fontsize=12) ax.set_ylabel('GDP per capita', fontsize=12) @@ -512,16 +503,7 @@ An important database for economists is [FRED](https://research.stlouisfed.org/f For example, suppose that we are interested in the [unemployment rate](https://research.stlouisfed.org/fred2/series/UNRATE). -Via FRED, the entire series for the US civilian unemployment rate can be downloaded directly by entering -this URL into your browser (note that this requires an internet connection) - -```{code-block} none -https://research.stlouisfed.org/fred2/series/UNRATE/downloaddata/UNRATE.csv -``` - -(Equivalently, click here: [https://research.stlouisfed.org/fred2/series/UNRATE/downloaddata/UNRATE.csv](https://research.stlouisfed.org/fred2/series/UNRATE/downloaddata/UNRATE.csv)) - -This request returns a CSV file, which will be handled by your default application for this class of files. +(To download the data as a csv, click on the top right `Download` and select the `CSV (data)` option). Alternatively, we can access the CSV file from within a Python program. @@ -538,8 +520,8 @@ One option is to use [requests](https://requests.readthedocs.io/en/master/), a s To begin, try the following code on your computer -```{code-cell} python3 -r = requests.get('http://research.stlouisfed.org/fred2/series/UNRATE/downloaddata/UNRATE.csv') +```{code-cell} ipython3 +r = requests.get('https://fred.stlouisfed.org/graph/fredgraph.csv?bgcolor=%23e1e9f0&chart_type=line&drp=0&fo=open%20sans&graph_bgcolor=%23ffffff&height=450&mode=fred&recession_bars=on&txtcolor=%23444444&ts=12&tts=12&width=1318&nt=0&thu=0&trc=0&show_legend=yes&show_axis_titles=yes&show_tooltip=yes&id=UNRATE&scale=left&cosd=1948-01-01&coed=2024-06-01&line_color=%234572a7&link_values=false&line_style=solid&mark_type=none&mw=3&lw=2&ost=-99999&oet=99999&mma=0&fml=a&fq=Monthly&fam=avg&fgst=lin&fgsnd=2020-02-01&line_index=1&transformation=lin&vintage_date=2024-07-29&revision_date=2024-07-29&nd=1948-01-01') ``` If there's no error message, then the call has succeeded. @@ -556,17 +538,17 @@ In the second case, you can either Assuming that all is working, you can now proceed to use the `source` object returned by the call `requests.get('http://research.stlouisfed.org/fred2/series/UNRATE/downloaddata/UNRATE.csv')` -```{code-cell} python3 -url = 'http://research.stlouisfed.org/fred2/series/UNRATE/downloaddata/UNRATE.csv' +```{code-cell} ipython3 +url = 'https://fred.stlouisfed.org/graph/fredgraph.csv?bgcolor=%23e1e9f0&chart_type=line&drp=0&fo=open%20sans&graph_bgcolor=%23ffffff&height=450&mode=fred&recession_bars=on&txtcolor=%23444444&ts=12&tts=12&width=1318&nt=0&thu=0&trc=0&show_legend=yes&show_axis_titles=yes&show_tooltip=yes&id=UNRATE&scale=left&cosd=1948-01-01&coed=2024-06-01&line_color=%234572a7&link_values=false&line_style=solid&mark_type=none&mw=3&lw=2&ost=-99999&oet=99999&mma=0&fml=a&fq=Monthly&fam=avg&fgst=lin&fgsnd=2020-02-01&line_index=1&transformation=lin&vintage_date=2024-07-29&revision_date=2024-07-29&nd=1948-01-01' source = requests.get(url).content.decode().split("\n") source[0] ``` -```{code-cell} python3 +```{code-cell} ipython3 source[1] ``` -```{code-cell} python3 +```{code-cell} ipython3 source[2] ``` @@ -576,28 +558,28 @@ But this is unnecessary --- pandas' `read_csv` function can handle the task for We use `parse_dates=True` so that pandas recognizes our dates column, allowing for simple date filtering -```{code-cell} python3 +```{code-cell} ipython3 data = pd.read_csv(url, index_col=0, parse_dates=True) ``` The data has been read into a pandas DataFrame called `data` that we can now manipulate in the usual way -```{code-cell} python3 +```{code-cell} ipython3 type(data) ``` -```{code-cell} python3 +```{code-cell} ipython3 data.head() # A useful method to get a quick look at a data frame ``` -```{code-cell} python3 +```{code-cell} ipython3 pd.set_option('display.precision', 1) data.describe() # Your output might differ slightly ``` We can also plot the unemployment rate from 2006 to 2012 as follows -```{code-cell} python3 +```{code-cell} ipython3 ax = data['2006':'2012'].plot(title='US Unemployment Rate', legend=False) ax.set_xlabel('year', fontsize=12) ax.set_ylabel('%', fontsize=12) @@ -608,16 +590,13 @@ Note that pandas offers many other file type alternatives. Pandas has [a wide variety](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html) of top-level methods that we can use to read, excel, json, parquet or plug straight into a database server. -### Using {index}`pandas_datareader ` and {index}`yfinance ` to Access Data +### Using {index}`wbgapi ` and {index}`yfinance ` to Access Data -```{index} single: Python; pandas-datareader -``` +The [wbgapi](https://pypi.org/project/wbgapi/) python library can be used to fetch data from the many databases published by the World Bank. -The maker of pandas has also authored a library called -[pandas_datareader](https://pandas-datareader.readthedocs.io/en/latest/) that -gives programmatic access to many data sources straight from the Jupyter notebook. - -While some sources require an access key, many of the most important (e.g., FRED, [OECD](https://data.oecd.org/), [EUROSTAT](https://ec.europa.eu/eurostat/data/database) and the World Bank) are free to use. +```{note} +You can find some useful information about the [wbgapi](https://pypi.org/project/wbgapi/) package in this [world bank blog post](https://blogs.worldbank.org/en/opendata/introducing-wbgapi-new-python-package-accessing-world-bank-data), in addition to this [tutorial](https://github.com/tgherzog/wbgapi/blob/master/examples/wbgapi-quickstart.ipynb) +``` We will also use [yfinance](https://pypi.org/project/yfinance/) to fetch data from Yahoo finance in the exercises. @@ -625,30 +604,25 @@ in the exercises. For now let's work through one example of downloading and plotting data --- this time from the World Bank. -```{note} -There are also other [python libraries](https://data.worldbank.org/products/third-party-apps) -available for working with world bank data such as [wbgapi](https://pypi.org/project/wbgapi/) -``` - The World Bank [collects and organizes data](http://data.worldbank.org/indicator) on a huge range of indicators. For example, [here's](http://data.worldbank.org/indicator/GC.DOD.TOTL.GD.ZS/countries) some data on government debt as a ratio to GDP. The next code example fetches the data for you and plots time series for the US and Australia -```{code-cell} python3 -from pandas_datareader import wb +```{code-cell} ipython3 +import wbgapi as wb +wb.series.info('GC.DOD.TOTL.GD.ZS') +``` -govt_debt = wb.download(indicator='GC.DOD.TOTL.GD.ZS', country=['US', 'AU'], start=2005, end=2016).stack().unstack(0) -ind = govt_debt.index.droplevel(-1) -govt_debt.index = ind -ax = govt_debt.plot(lw=2) -ax.set_xlabel('year', fontsize=12) -plt.title("Government Debt to GDP (%)") -plt.show() +```{code-cell} ipython3 +govt_debt = wb.data.DataFrame('GC.DOD.TOTL.GD.ZS', economy=['USA','AUS'], time=range(2005,2016)) +govt_debt = govt_debt.T # move years from columns to rows for plotting ``` -The [documentation](https://pandas-datareader.readthedocs.io/en/latest/index.html) provides more details on how to access various data sources. +```{code-cell} ipython3 +govt_debt.plot(xlabel='year', ylabel='Government debt (% of GDP)'); +``` ## Exercises @@ -658,14 +632,14 @@ The [documentation](https://pandas-datareader.readthedocs.io/en/latest/index.htm With these imports: -```{code-cell} python3 +```{code-cell} ipython3 import datetime as dt import yfinance as yf ``` Write a program to calculate the percentage price change over 2021 for the following shares: -```{code-cell} python3 +```{code-cell} ipython3 ticker_list = {'INTC': 'Intel', 'MSFT': 'Microsoft', 'IBM': 'IBM', @@ -681,7 +655,7 @@ ticker_list = {'INTC': 'Intel', Here's the first part of the program -```{code-cell} python3 +```{code-cell} ipython3 def read_data(ticker_list, start=dt.datetime(2021, 1, 1), end=dt.datetime(2021, 12, 31)): @@ -724,7 +698,7 @@ the percentage change. First, you can extract the data and perform the calculation such as: -```{code-cell} python3 +```{code-cell} ipython3 p1 = ticker.iloc[0] #Get the first set of prices as a Series p2 = ticker.iloc[-1] #Get the last set of prices as a Series price_change = (p2 - p1) / p1 * 100 @@ -734,7 +708,7 @@ price_change Alternatively you can use an inbuilt method `pct_change` and configure it to perform the correct calculation using `periods` argument. -```{code-cell} python3 +```{code-cell} ipython3 change = ticker.pct_change(periods=len(ticker)-1, axis='rows')*100 price_change = change.iloc[-1] price_change @@ -742,9 +716,12 @@ price_change Then to plot the chart -```{code-cell} python3 +```{code-cell} ipython3 price_change.sort_values(inplace=True) -price_change = price_change.rename(index=ticker_list) +price_change.rename(index=ticker_list, inplace=True) +``` + +```{code-cell} ipython3 fig, ax = plt.subplots(figsize=(10,8)) ax.set_xlabel('stock', fontsize=12) ax.set_ylabel('percentage change in price', fontsize=12) @@ -762,7 +739,7 @@ plt.show() Using the method `read_data` introduced in {ref}`pd_ex1`, write a program to obtain year-on-year percentage change for the following indices: -```{code-cell} python3 +```{code-cell} ipython3 indices_list = {'^GSPC': 'S&P 500', '^IXIC': 'NASDAQ', '^DJI': 'Dow Jones', @@ -784,7 +761,7 @@ Complete the program to show summary statistics and plot the result as a time se Following the work you did in {ref}`pd_ex1`, you can query the data using `read_data` by updating the start and end dates accordingly. -```{code-cell} python3 +```{code-cell} ipython3 indices_data = read_data( indices_list, start=dt.datetime(1971, 1, 1), #Common Start Date @@ -794,7 +771,7 @@ indices_data = read_data( Then, extract the first and last set of prices per year as DataFrames and calculate the yearly returns such as: -```{code-cell} python3 +```{code-cell} ipython3 yearly_returns = pd.DataFrame() for index, name in indices_list.items(): @@ -808,13 +785,13 @@ yearly_returns Next, you can obtain summary statistics by using the method `describe`. -```{code-cell} python3 +```{code-cell} ipython3 yearly_returns.describe() ``` Then, to plot the chart -```{code-cell} python3 +```{code-cell} ipython3 fig, axes = plt.subplots(2, 2, figsize=(10, 8)) for iter_, ax in enumerate(axes.flatten()): # Flatten 2-D array to 1-D array @@ -830,4 +807,3 @@ plt.tight_layout() ``` [^mung]: Wikipedia defines munging as cleaning data from one raw form into a structured, purged one. - diff --git a/lectures/pandas_panel.md b/lectures/pandas_panel.md new file mode 100644 index 00000000..9fd442b9 --- /dev/null +++ b/lectures/pandas_panel.md @@ -0,0 +1,624 @@ +--- +jupytext: + text_representation: + extension: .md + format_name: myst + format_version: 0.13 + jupytext_version: 1.16.7 +kernelspec: + display_name: Python 3 (ipykernel) + language: python + name: python3 +--- + +```{raw} jupyter + +``` + +(ppd)= +# {index}`Pandas for Panel Data ` + +```{index} single: Python; Pandas +``` + +In addition to what’s in Anaconda, this lecture will need the following libraries: + +```{code-cell} ipython3 +:tags: [hide-output] + +!pip install --upgrade seaborn +``` + +We use the following imports. + +```{code-cell} ipython3 +import matplotlib.pyplot as plt +import seaborn as sns +sns.set_theme() +``` + +## Overview + +In an {doc}`earlier lecture on pandas `, we looked at working with simple data sets. + +Econometricians often need to work with more complex data sets, such as panels. + +Common tasks include + +* Importing data, cleaning it and reshaping it across several axes. +* Selecting a time series or cross-section from a panel. +* Grouping and summarizing data. + +`pandas` (derived from 'panel' and 'data') contains powerful and +easy-to-use tools for solving exactly these kinds of problems. + +In what follows, we will use a panel data set of real minimum wages from the OECD to create: + +* summary statistics over multiple dimensions of our data +* a time series of the average minimum wage of countries in the dataset +* kernel density estimates of wages by continent + +We will begin by reading in our long format panel data from a CSV file and +reshaping the resulting `DataFrame` with `pivot_table` to build a `MultiIndex`. + +Additional detail will be added to our `DataFrame` using pandas' +`merge` function, and data will be summarized with the `groupby` +function. + +## Slicing and Reshaping Data + +We will read in a dataset from the OECD of real minimum wages in 32 +countries and assign it to `realwage`. + +The dataset can be accessed with the following link: + +```{code-cell} ipython3 +url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/realwage.csv' +``` + +```{code-cell} ipython3 +import pandas as pd + +# Display 6 columns for viewing purposes +pd.set_option('display.max_columns', 6) + +# Reduce decimal points to 2 +pd.options.display.float_format = '{:,.2f}'.format + +realwage = pd.read_csv(url1) +``` + +Let's have a look at what we've got to work with + +```{code-cell} ipython3 +realwage.head() # Show first 5 rows +``` + +The data is currently in long format, which is difficult to analyze when there are several dimensions to the data. + +We will use `pivot_table` to create a wide format panel, with a `MultiIndex` to handle higher dimensional data. + +`pivot_table` arguments should specify the data (values), the index, and the columns we want in our resulting dataframe. + +By passing a list in columns, we can create a `MultiIndex` in our column axis + +```{code-cell} ipython3 +realwage = realwage.pivot_table(values='value', + index='Time', + columns=['Country', 'Series', 'Pay period']) +realwage.head() +``` + +To more easily filter our time series data, later on, we will convert the index into a `DateTimeIndex` + +```{code-cell} ipython3 +realwage.index = pd.to_datetime(realwage.index) +type(realwage.index) +``` + +The columns contain multiple levels of indexing, known as a +`MultiIndex`, with levels being ordered hierarchically (Country > +Series > Pay period). + +A `MultiIndex` is the simplest and most flexible way to manage panel +data in pandas + +```{code-cell} ipython3 +type(realwage.columns) +``` + +```{code-cell} ipython3 +realwage.columns.names +``` + +Like before, we can select the country (the top level of our +`MultiIndex`) + +```{code-cell} ipython3 +realwage['United States'].head() +``` + +Stacking and unstacking levels of the `MultiIndex` will be used +throughout this lecture to reshape our dataframe into a format we need. + +`.stack()` rotates the lowest level of the column `MultiIndex` to +the row index (`.unstack()` works in the opposite direction - try it +out) + +```{code-cell} ipython3 +realwage.stack().head() +``` + +We can also pass in an argument to select the level we would like to +stack + +```{code-cell} ipython3 +realwage.stack(level='Country', future_stack=True).head() # future_stack=True is required until pandas>3.0 +``` + +Using a `DatetimeIndex` makes it easy to select a particular time +period. + +Selecting one year and stacking the two lower levels of the +`MultiIndex` creates a cross-section of our panel data + +```{code-cell} ipython3 +realwage.loc['2015'].stack(level=(1, 2), future_stack=True).transpose().head() # future_stack=True is required until pandas>3.0 +``` + +For the rest of lecture, we will work with a dataframe of the hourly +real minimum wages across countries and time, measured in 2015 US +dollars. + +To create our filtered dataframe (`realwage_f`), we can use the `xs` +method to select values at lower levels in the multiindex, while keeping +the higher levels (countries in this case) + +```{code-cell} ipython3 +realwage_f = realwage.xs(('Hourly', 'In 2015 constant prices at 2015 USD exchange rates'), + level=('Pay period', 'Series'), axis=1) +realwage_f.head() +``` + +## Merging Dataframes and Filling NaNs + +Similar to relational databases like SQL, pandas has built in methods to +merge datasets together. + +Using country information from +[WorldData.info](https://www.worlddata.info/downloads/), we'll add +the continent of each country to `realwage_f` with the `merge` +function. + +The dataset can be accessed with the following link: + +```{code-cell} ipython3 +url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/countries.csv' +``` + +```{code-cell} ipython3 +worlddata = pd.read_csv(url2, sep=';') +worlddata.head() +``` + +First, we'll select just the country and continent variables from +`worlddata` and rename the column to 'Country' + +```{code-cell} ipython3 +worlddata = worlddata[['Country (en)', 'Continent']] +worlddata = worlddata.rename(columns={'Country (en)': 'Country'}) +worlddata.head() +``` + +We want to merge our new dataframe, `worlddata`, with `realwage_f`. + +The pandas `merge` function allows dataframes to be joined together by +rows. + +Our dataframes will be merged using country names, requiring us to use +the transpose of `realwage_f` so that rows correspond to country names +in both dataframes + +```{code-cell} ipython3 +realwage_f.transpose().head() +``` + +We can use either left, right, inner, or outer join to merge our +datasets: + +* left join includes only countries from the left dataset +* right join includes only countries from the right dataset +* outer join includes countries that are in either the left and right datasets +* inner join includes only countries common to both the left and right datasets + +By default, `merge` will use an inner join. + +Here we will pass `how='left'` to keep all countries in +`realwage_f`, but discard countries in `worlddata` that do not have +a corresponding data entry `realwage_f`. + +This is illustrated by the red shading in the following diagram + +```{figure} /_static/lecture_specific/pandas_panel/venn_diag.png +``` + +We will also need to specify where the country name is located in each +dataframe, which will be the `key` that is used to merge the +dataframes 'on'. + +Our 'left' dataframe (`realwage_f.transpose()`) contains countries in +the index, so we set `left_index=True`. + +Our 'right' dataframe (`worlddata`) contains countries in the +'Country' column, so we set `right_on='Country'` + +```{code-cell} ipython3 +merged = pd.merge(realwage_f.transpose(), worlddata, + how='left', left_index=True, right_on='Country') +merged.head() +``` + +Countries that appeared in `realwage_f` but not in `worlddata` will +have `NaN` in the Continent column. + +To check whether this has occurred, we can use `.isnull()` on the +continent column and filter the merged dataframe + +```{code-cell} ipython3 +merged[merged['Continent'].isnull()] +``` + +We have three missing values! + +One option to deal with NaN values is to create a dictionary containing +these countries and their respective continents. + +`.map()` will match countries in `merged['Country']` with their +continent from the dictionary. + +Notice how countries not in our dictionary are mapped with `NaN` + +```{code-cell} ipython3 +missing_continents = {'Korea': 'Asia', + 'Russian Federation': 'Europe', + 'Slovak Republic': 'Europe'} + +merged['Country'].map(missing_continents) +``` + +We don't want to overwrite the entire series with this mapping. + +`.fillna()` only fills in `NaN` values in `merged['Continent']` +with the mapping, while leaving other values in the column unchanged + +```{code-cell} ipython3 +merged['Continent'] = merged['Continent'].fillna(merged['Country'].map(missing_continents)) + +# Check for whether continents were correctly mapped + +merged[merged['Country'] == 'Korea'] +``` + +We will also combine the Americas into a single continent - this will make our visualization nicer later on. + +To do this, we will use `.replace()` and loop through a list of the continent values we want to replace + +```{code-cell} ipython3 +replace = ['Central America', 'North America', 'South America'] +merged['Continent'] = merged['Continent'].replace(to_replace=replace, value='America') +``` + +Now that we have all the data we want in a single `DataFrame`, we will +reshape it back into panel form with a `MultiIndex`. + +We should also ensure to sort the index using `.sort_index()` so that we +can efficiently filter our dataframe later on. + +By default, levels will be sorted top-down + +```{code-cell} ipython3 +merged = merged.set_index(['Continent', 'Country']).sort_index() +merged.head() +``` + +While merging, we lost our `DatetimeIndex`, as we merged columns that +were not in datetime format + +```{code-cell} ipython3 +merged.columns +``` + +Now that we have set the merged columns as the index, we can recreate a +`DatetimeIndex` using `.to_datetime()` + +```{code-cell} ipython3 +merged.columns = pd.to_datetime(merged.columns) +merged.columns = merged.columns.rename('Time') +merged.columns +``` + +The `DatetimeIndex` tends to work more smoothly in the row axis, so we +will go ahead and transpose `merged` + +```{code-cell} ipython3 +merged = merged.transpose() +merged.head() +``` + +## Grouping and Summarizing Data + +Grouping and summarizing data can be particularly useful for +understanding large panel datasets. + +A simple way to summarize data is to call an [aggregation +method](https://pandas.pydata.org/pandas-docs/stable/getting_started/intro_tutorials/06_calculate_statistics.html) +on the dataframe, such as `.mean()` or `.max()`. + +For example, we can calculate the average real minimum wage for each +country over the period 2006 to 2016 (the default is to aggregate over +rows) + +```{code-cell} ipython3 +merged.mean().head(10) +``` + +Using this series, we can plot the average real minimum wage over the +past decade for each country in our data set + +```{code-cell} ipython3 +merged.mean().sort_values(ascending=False).plot(kind='bar', + title="Average real minimum wage 2006 - 2016") + +# Set country labels +country_labels = merged.mean().sort_values(ascending=False).index.get_level_values('Country').tolist() +plt.xticks(range(0, len(country_labels)), country_labels) +plt.xlabel('Country') + +plt.show() +``` + +Passing in `axis=1` to `.mean()` will aggregate over columns (giving +the average minimum wage for all countries over time) + +```{code-cell} ipython3 +merged.mean(axis=1).head() +``` + +We can plot this time series as a line graph + +```{code-cell} ipython3 +merged.mean(axis=1).plot() +plt.title('Average real minimum wage 2006 - 2016') +plt.ylabel('2015 USD') +plt.xlabel('Year') +plt.show() +``` + +We can also specify a level of the `MultiIndex` (in the column axis) +to aggregate over. + +In the case of `groupby` we need to use `.T` to transpose the columns into rows as `pandas` has deprecated the use of `axis=1` in the `groupby` method. + +```{code-cell} ipython3 +merged.T.groupby(level='Continent').mean().head() +``` + +We can plot the average minimum wages in each continent as a time series + +```{code-cell} ipython3 +merged.T.groupby(level='Continent').mean().T.plot() +plt.title('Average real minimum wage') +plt.ylabel('2015 USD') +plt.xlabel('Year') +plt.show() +``` + +We will drop Australia as a continent for plotting purposes + +```{code-cell} ipython3 +merged = merged.drop('Australia', level='Continent', axis=1) +merged.T.groupby(level='Continent').mean().T.plot() +plt.title('Average real minimum wage') +plt.ylabel('2015 USD') +plt.xlabel('Year') +plt.show() +``` + +`.describe()` is useful for quickly retrieving a number of common +summary statistics + +```{code-cell} ipython3 +merged.stack().describe() +``` + +This is a simplified way to use `groupby`. + +Using `groupby` generally follows a 'split-apply-combine' process: + +* split: data is grouped based on one or more keys +* apply: a function is called on each group independently +* combine: the results of the function calls are combined into a new data structure + +The `groupby` method achieves the first step of this process, creating +a new `DataFrameGroupBy` object with data split into groups. + +Let's split `merged` by continent again, this time using the +`groupby` function, and name the resulting object `grouped` + +```{code-cell} ipython3 +grouped = merged.T.groupby(level='Continent') +grouped +``` + +Calling an aggregation method on the object applies the function to each +group, the results of which are combined in a new data structure. + +For example, we can return the number of countries in our dataset for +each continent using `.size()`. + +In this case, our new data structure is a `Series` + +```{code-cell} ipython3 +grouped.size() +``` + +Calling `.get_group()` to return just the countries in a single group, +we can create a kernel density estimate of the distribution of real +minimum wages in 2016 for each continent. + +`grouped.groups.keys()` will return the keys from the `groupby` +object + +```{code-cell} ipython3 +continents = grouped.groups.keys() + +for continent in continents: + sns.kdeplot(grouped.get_group(continent).T.loc['2015'].unstack(), label=continent, fill=True) + +plt.title('Real minimum wages in 2015') +plt.xlabel('US dollars') +plt.legend() +plt.show() +``` + +## Final Remarks + +This lecture has provided an introduction to some of pandas' more +advanced features, including multiindices, merging, grouping and +plotting. + +Other tools that may be useful in panel data analysis include [xarray](https://docs.xarray.dev/en/stable/), a python package that +extends pandas to N-dimensional data structures. + +## Exercises + +```{exercise-start} +:label: pp_ex1 +``` + +In these exercises, you'll work with a dataset of employment rates +in Europe by age and sex from [Eurostat](https://ec.europa.eu/eurostat/data/database). + +The dataset can be accessed with the following link: + +```{code-cell} ipython3 +url3 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/employ.csv' +``` + +Reading in the CSV file returns a panel dataset in long format. Use `.pivot_table()` to construct +a wide format dataframe with a `MultiIndex` in the columns. + +Start off by exploring the dataframe and the variables available in the +`MultiIndex` levels. + +Write a program that quickly returns all values in the `MultiIndex`. + +```{exercise-end} +``` + +```{solution-start} pp_ex1 +:class: dropdown +``` + +```{code-cell} ipython3 +employ = pd.read_csv(url3) +employ = employ.pivot_table(values='Value', + index=['DATE'], + columns=['UNIT','AGE', 'SEX', 'INDIC_EM', 'GEO']) +employ.index = pd.to_datetime(employ.index) # ensure that dates are datetime format +employ.head() +``` + +This is a large dataset so it is useful to explore the levels and +variables available + +```{code-cell} ipython3 +employ.columns.names +``` + +Variables within levels can be quickly retrieved with a loop + +```{code-cell} ipython3 +for name in employ.columns.names: + print(name, employ.columns.get_level_values(name).unique()) +``` + +```{solution-end} +``` + +```{exercise-start} +:label: pp_ex2 +``` + +Filter the above dataframe to only include employment as a percentage of +'active population'. + +Create a grouped boxplot using `seaborn` of employment rates in 2015 +by age group and sex. + +```{hint} +:class: dropdown + +`GEO` includes both areas and countries. +``` + +```{exercise-end} +``` + +```{solution-start} pp_ex2 +:class: dropdown +``` + +To easily filter by country, swap `GEO` to the top level and sort the +`MultiIndex` + +```{code-cell} ipython3 +employ.columns = employ.columns.swaplevel(0,-1) +employ = employ.sort_index(axis=1) +``` + +We need to get rid of a few items in `GEO` which are not countries. + +A fast way to get rid of the EU areas is to use a list comprehension to +find the level values in `GEO` that begin with 'Euro' + +```{code-cell} ipython3 +geo_list = employ.columns.get_level_values('GEO').unique().tolist() +countries = [x for x in geo_list if not x.startswith('Euro')] +employ = employ[countries] +employ.columns.get_level_values('GEO').unique() +``` + +Select only percentage employed in the active population from the +dataframe + +```{code-cell} ipython3 +employ_f = employ.xs(('Percentage of total population', 'Active population'), + level=('UNIT', 'INDIC_EM'), + axis=1) +employ_f.head() +``` + +Drop the 'Total' value before creating the grouped boxplot + +```{code-cell} ipython3 +employ_f = employ_f.drop('Total', level='SEX', axis=1) +``` + +```{code-cell} ipython3 +box = employ_f.loc['2015'].unstack().reset_index() +sns.boxplot(x="AGE", y=0, hue="SEX", data=box, palette=("husl"), showfliers=False) +plt.xlabel('') +plt.xticks(rotation=35) +plt.ylabel('Percentage of population (%)') +plt.title('Employment in Europe (2015)') +plt.legend(bbox_to_anchor=(1,0.5)) +plt.show() +``` + +```{solution-end} +``` diff --git a/lectures/parallelization.md b/lectures/parallelization.md index 3e28e4e6..ec12690a 100644 --- a/lectures/parallelization.md +++ b/lectures/parallelization.md @@ -20,10 +20,6 @@ kernelspec: # Parallelization -```{contents} Contents -:depth: 2 -``` - In addition to what's in Anaconda, this lecture will need the following libraries: ```{code-cell} ipython @@ -61,11 +57,9 @@ In this lecture we discuss parallelization for scientific computing, with a focu Let's start with some imports: ```{code-cell} ipython -%matplotlib inline import numpy as np import quantecon as qe import matplotlib.pyplot as plt -plt.rcParams['figure.figsize'] = (10,6) ``` ## Types of Parallelization diff --git a/lectures/python_advanced_features.md b/lectures/python_advanced_features.md index 0d6f8c4f..9d2cb574 100644 --- a/lectures/python_advanced_features.md +++ b/lectures/python_advanced_features.md @@ -20,10 +20,6 @@ kernelspec: # More Language Features -```{contents} Contents -:depth: 2 -``` - ## Overview With this last lecture, our advice is to **skip it on first pass**, unless you have a burning desire to read it. diff --git a/lectures/python_by_example.md b/lectures/python_by_example.md index 691402e0..531340c9 100644 --- a/lectures/python_by_example.md +++ b/lectures/python_by_example.md @@ -23,10 +23,6 @@ kernelspec: ```{index} single: Python; Introductory Example ``` -```{contents} Contents -:depth: 2 -``` - ## Overview We're now ready to start learning the Python language itself. @@ -39,6 +35,7 @@ Deeper concepts will be covered in later lectures. You should have read the {doc}`lecture ` on getting started with Python before beginning this one. + ## The Task: Plotting a White Noise Process Suppose we want to simulate and plot the white noise @@ -97,35 +94,27 @@ np.sqrt(4) np.log(4) ``` -We could also use the following syntax: - -```{code-cell} python3 -import numpy - -numpy.sqrt(4) -``` - -But the former method (using the short name `np`) is convenient and more standard. #### Why So Many Imports? -Python programs typically require several import statements. +Python programs typically require multiple import statements. -The reason is that the core language is deliberately kept small, so that it's easy to learn and maintain. +The reason is that the core language is deliberately kept small, so that it's easy to learn, maintain and improve. When you want to do something interesting with Python, you almost always need to import additional functionality. + #### Packages ```{index} single: Python; Packages ``` -As stated above, NumPy is a Python *package*. +As stated above, NumPy is a Python package. Packages are used by developers to organize code they wish to share. -In fact, a package is just a directory containing +In fact, a **package** is just a directory containing 1. files with Python code --- called **modules** in Python speak 1. possibly some compiled code that can be accessed by Python (e.g., functions compiled from C or FORTRAN code) @@ -243,7 +232,7 @@ Let's study some parts of this program in more detail. Consider the statement `ϵ_values = []`, which creates an empty list. -Lists are a *native Python data structure* used to group a collection of objects. +Lists are a native Python data structure used to group a collection of objects. Items in lists are ordered, and duplicates are allowed in lists. @@ -267,11 +256,11 @@ x.append(2.5) x ``` -Here `append()` is what's called a *method*, which is a function "attached to" an object---in this case, the list `x`. +Here `append()` is what's called a **method**, which is a function "attached to" an object---in this case, the list `x`. We'll learn all about methods {doc}`later on `, but just to give you some idea, -* Python objects such as lists, strings, etc. all have methods that are used to manipulate the data contained in the object. +* Python objects such as lists, strings, etc. all have methods that are used to manipulate data contained in the object. * String objects have [string methods](https://docs.python.org/3/library/stdtypes.html#string-methods), list objects have [list methods](https://docs.python.org/3/tutorial/datastructures.html#more-on-lists), etc. Another useful list method is `pop()` @@ -313,7 +302,7 @@ for i in range(ts_length): Python executes the two indented lines `ts_length` times before moving on. -These two lines are called a `code block`, since they comprise the "block" of code that we are looping over. +These two lines are called a **code block**, since they comprise the "block" of code that we are looping over. Unlike most other languages, Python knows the extent of the code block *only from indentation*. @@ -341,8 +330,6 @@ The Python interpreter performs the following: * For each element of the `sequence`, it "binds" the name `variable_name` to that element and then executes the code block. -The `sequence` object can in fact be a very general object, as we'll see -soon enough. ### A Comment on Indentation @@ -351,7 +338,7 @@ soon enough. In discussing the `for` loop, we explained that the code blocks being looped over are delimited by indentation. -In fact, in Python, **all** code blocks (i.e., those occurring inside loops, if clauses, function definitions, etc.) are delimited by indentation. +In fact, in Python, *all* code blocks (i.e., those occurring inside loops, if clauses, function definitions, etc.) are delimited by indentation. Thus, unlike most other languages, whitespace in Python code affects the output of the program. @@ -366,8 +353,8 @@ On the other hand, it takes a bit of care to get right, so please remember: * `for i in range(10):` * `if x > y:` * `while x < 100:` - * etc., etc. -* All lines in a code block **must have the same amount of indentation**. + * etc. +* All lines in a code block must have the same amount of indentation. * The Python standard is 4 spaces, and that's what you should use. ### While Loops diff --git a/lectures/python_essentials.md b/lectures/python_essentials.md index 7ae3031c..bc8feb10 100644 --- a/lectures/python_essentials.md +++ b/lectures/python_essentials.md @@ -20,10 +20,6 @@ kernelspec: # Python Essentials -```{contents} Contents -:depth: 2 -``` - ## Overview We have covered a lot of material quite quickly, with a focus on examples. diff --git a/lectures/python_oop.md b/lectures/python_oop.md index 884a34c2..68c439a9 100644 --- a/lectures/python_oop.md +++ b/lectures/python_oop.md @@ -23,10 +23,6 @@ kernelspec: ```{index} single: Python; Object-Oriented Programming ``` -```{contents} Contents -:depth: 2 -``` - ## Overview In an {doc}`earlier lecture `, we learned some foundations of object-oriented programming. @@ -61,10 +57,8 @@ It takes a little while to get used to the syntax so we'll provide plenty of exa We'll use the following imports: ```{code-cell} ipython -%matplotlib inline import numpy as np import matplotlib.pyplot as plt -plt.rcParams['figure.figsize'] = (10,6) ``` ## OOP Review diff --git a/lectures/scipy.md b/lectures/scipy.md index 9d99472f..8a666ae5 100644 --- a/lectures/scipy.md +++ b/lectures/scipy.md @@ -23,10 +23,6 @@ kernelspec: ```{index} single: Python; SciPy ``` -```{contents} Contents -:depth: 2 -``` - ## Overview [SciPy](http://www.scipy.org) builds on top of NumPy to provide common tools for scientific programming such as @@ -114,10 +110,8 @@ For this, we can use `scipy.stats`, which provides all of this functionality as Here's an example of usage ```{code-cell} ipython -%matplotlib inline from scipy.stats import beta import matplotlib.pyplot as plt -plt.rcParams['figure.figsize'] = (10,6) q = beta(5, 5) # Beta(a, b), with a = b = 5 obs = q.rvs(2000) # 2000 observations diff --git a/lectures/status.md b/lectures/status.md index 263b63df..3ada25f0 100644 --- a/lectures/status.md +++ b/lectures/status.md @@ -18,4 +18,17 @@ This table contains the latest execution statistics. (status:machine-details)= -These lectures are built on `linux` instances through `github actions`. \ No newline at end of file +These lectures are built on `linux` instances through `github actions`. + +These lectures are using the following python version + +```{code-cell} ipython +!python --version +``` + +and the following package versions + +```{code-cell} ipython +:tags: [hide-output] +!conda list +``` \ No newline at end of file diff --git a/lectures/sympy.md b/lectures/sympy.md index 75daf2ef..c0c9afa0 100644 --- a/lectures/sympy.md +++ b/lectures/sympy.md @@ -25,10 +25,6 @@ kernelspec: ```{index} single: Python; SymPy ``` -```{contents} Contents -:depth: 2 -``` - ## Overview Unlike numerical libraries that deal with values, [SymPy](https://www.sympy.org/en/index.html) focuses on manipulating mathematical symbols and expressions directly. @@ -314,7 +310,7 @@ Simplifying the expression above gives simplify(Dt.doit()) ``` -This is consistent with the solution in the lecture on [geometric series](https://python.quantecon.org/geom_series.html#example-the-money-multiplier-in-fractional-reserve-banking). +This is consistent with the solution in the lecture on [geometric series](https://intro.quantecon.org/geom_series.html#example-the-money-multiplier-in-fractional-reserve-banking). #### Example: discrete random variable diff --git a/lectures/troubleshooting.md b/lectures/troubleshooting.md index dd836652..fe5dfa47 100644 --- a/lectures/troubleshooting.md +++ b/lectures/troubleshooting.md @@ -20,10 +20,6 @@ kernelspec: # Troubleshooting -```{contents} Contents -:depth: 2 -``` - This page is for readers experiencing errors when running the code from the lectures. ## Fixing Your Local Environment @@ -69,7 +65,5 @@ One way to give feedback is to raise an issue through our [issue tracker](https: Please be as specific as possible. Tell us where the problem is and as much detail about your local set up as you can provide. -Another feedback option is to use our [discourse forum](https://discourse.quantecon.org/). - Finally, you can provide direct feedback to [contact@quantecon.org](mailto:contact@quantecon.org) diff --git a/lectures/workspace.md b/lectures/workspace.md index 7cdbf190..ad60f88c 100644 --- a/lectures/workspace.md +++ b/lectures/workspace.md @@ -20,9 +20,6 @@ kernelspec: # Writing Longer Programs -```{contents} Contents -:depth: 2 -``` ## Overview So far, we have explored the use of Jupyter Notebooks in writing and executing Python code. @@ -124,7 +121,7 @@ This lecture takes you through the workings of two development environments. JupyterLab is a browser based development environment for Jupyter Notebooks, code scripts, and data files. -You can [try JupyterLab in the browser](https://jupyter.org/try#jupyterlab) if you want to test it out before installing it locally. +You can [try JupyterLab in the browser](https://jupyter.org/try-jupyter/lab/) if you want to test it out before installing it locally. You can install JupyterLab using pip @@ -206,8 +203,6 @@ You can also run the script line by line by opening an ipykernel console either - by right clicking within the Notebook and selecting Create Console for Editor Use Shift + Enter to run a line of code. - -More on ipykernel consoles [here](https://ipython.readthedocs.io/en/stable/interactive/reference.html#ipykernel). ``` ## A walk through Visual Studio Code diff --git a/lectures/writing_good_code.md b/lectures/writing_good_code.md index eda5d433..a22c15f9 100644 --- a/lectures/writing_good_code.md +++ b/lectures/writing_good_code.md @@ -23,10 +23,6 @@ kernelspec: ```{index} single: Models; Code style ``` -```{contents} Contents -:depth: 2 -``` - ```{epigraph} "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler ``` @@ -75,10 +71,8 @@ The plots will be grouped into three subfigures. In each subfigure, two parameters are held fixed while another varies ```{code-cell} ipython -%matplotlib inline import numpy as np import matplotlib.pyplot as plt -plt.rcParams['figure.figsize'] = (10,6) # Allocate memory for time series k = np.empty(50)