Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_eurostat_raw fails with the id sts_inppd_m #303

Closed
iNANOV opened this issue Apr 26, 2024 · 3 comments
Closed

get_eurostat_raw fails with the id sts_inppd_m #303

iNANOV opened this issue Apr 26, 2024 · 3 comments
Labels
API issues Issues related to functionalities / limitations of the Eurostat API

Comments

@iNANOV
Copy link

iNANOV commented Apr 26, 2024

Hello,

The get_eurostat function fails with the download of sts_inppd_m Eurobase table. It did work 7 days ago.

get_eurostat("sts_inppd_m") Dataset query already saved in cache_list.json... Error in get_eurostat("sts_inppd_m") : get_eurostat_raw fails with the id sts_inppd_m

@pitkant
Copy link
Member

pitkant commented Apr 26, 2024

@iNANOV thank you for reporting.

This is actually a similar issue as described in issue #293 replies - the full dataset is so big that Eurostat API offers an asynchronous response instead of immediately offering the full dataset for download. If it worked 7 days ago as you reported then that narrows down the timeline of when Eurostat have potentially changed their policies.

If you do not need flags you could try to filter the dataset to a more manageable size.

@pitkant pitkant added the API issues Issues related to functionalities / limitations of the Eurostat API label Apr 26, 2024
@iNANOV
Copy link
Author

iNANOV commented Apr 26, 2024

Thank you for the advice, it works with pre filtering.

@pitkant
Copy link
Member

pitkant commented Apr 26, 2024

Good to hear. I'm sure Eurostat folks also prefer that people pre-filter their queries rather than getting full datasets and filtering them locally out of habit.

Still, some issues might be harder to solve with just filtering and we will have to explore solutions on how to solve these problems. I will close this issue but leave the other one open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API issues Issues related to functionalities / limitations of the Eurostat API
Projects
None yet
Development

No branches or pull requests

2 participants