{"id":41773263,"url":"https://github.com/teamdigitale/eurostat-datawizard","last_synced_at":"2026-01-25T03:17:33.263Z","repository":{"id":63942790,"uuid":"564848353","full_name":"teamdigitale/eurostat-datawizard","owner":"teamdigitale","description":"A webapp to export easily multiple Eurostat datasets.","archived":false,"fork":false,"pushed_at":"2023-10-17T20:47:06.000Z","size":390,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-06-25T18:26:10.156Z","etag":null,"topics":["eurostat","open-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamdigitale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-11T16:36:45.000Z","updated_at":"2024-01-12T18:46:14.000Z","dependencies_parsed_at":"2023-02-09T12:46:10.252Z","dependency_job_id":"f4867c3f-f455-4d44-90f2-afcdd264a190","html_url":"https://github.com/teamdigitale/eurostat-datawizard","commit_stats":{"total_commits":114,"total_committers":3,"mean_commits":38.0,"dds":0.3771929824561403,"last_synced_commit":"41e4d4ffaa033e5027b236a567cce876dc8e489c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teamdigitale/eurostat-datawizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Feurostat-datawizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Feurostat-datawizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Feurostat-datawizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Feurostat-datawizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamdigitale","download_url":"https://codeload.github.com/teamdigitale/eurostat-datawizard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamdigitale%2Feurostat-datawizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eurostat","open-data"],"created_at":"2026-01-25T03:17:32.815Z","updated_at":"2026-01-25T03:17:33.253Z","avatar_url":"https://github.com/teamdigitale.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🇪🇺 Eurostat Data Wizard\nA webapp to export easily multiple Eurostat datasets.\n\n## User manual\n### 1. Lookup\n1. Search and select all variables that you find interesting: dataset containing them will be available in the `Data` page.\n### 2. Data\n1. Choose an Eurostat dataset of interest (or start typing dataset code or title).\n2. After loading, you can inspect the dataset and filter indexes, flags and time-span with the controls provided in the sidebar.\n3. Every dataset that you inspect, along with your filtering choice, is saved and can be shown in the `Stash` page by ticking the dedicated checkbox. \n4. You can repeat the process starting from _1_ for as many dataset as you like.\n\n### 3. Stash\nStash it's where you can find every dataset that you inspected. The current stash will be reported here and you can _download_ it in a convenient gzipped csv.\n\n### 4. Timeseries\nStash can also be inspected visually here as separated time series. In order to prevent long loading time, a message will inform you if the amount of variables to be plot are too high.\n\n### 5. Correlations\nStash time series how strong is the correlation across countries. In order to prevent long loading time, a message will inform you if the amount of variables to be plot are too high.\n\n# Installation\n## Run the app on localhost\nThis is a [streamlit](https://streamlit.io/)-based app. Requirements are managed with [pipenv](https://pipenv.pypa.io/) (and it is highly suggested to use [pyenv](https://github.com/pyenv/pyenv) to manage python versions). \nClone the repo and you should be able to run this command:\n```\npipenv run streamlit run Home.py\n```\nBased on your environment configuration, you may required to satisfy some system dependencies in order to execute the app smoothly. Please refer to the [FAQ](#FAQ) section to solve common issues.\n\n## Live demo\nThis is a memory intensive webapp, so the cloud use is discouraged. Anyway, a best-effort live demo can be found [here](https://eurostat-datawizard-lum4chi.streamlit.app).\n\n# Development\nApp was developed with [vscode](https://code.visualstudio.com/). Use it to benefit from the `.vscode/settings.json` to configure testing environment.\nInstall the full dev toolbox with the command:\n```\npipenv install --dev\n```\n\n# Copyright\nCopyright (c) the respective contributors, as shown by the AUTHORS file.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdigitale%2Feurostat-datawizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamdigitale%2Feurostat-datawizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdigitale%2Feurostat-datawizard/lists"}