Pyry Kantanen

Results 11 issues of Pyry Kantanen

Currently different geospatial datasets have the following columns: | year / variable | 2003 | 2006 | 2010 | 2013 | 2016 | 2021 | |--------------|------|------|------|------|------|------| | id | x...

Currently search_eurostat can retrieve the following items: 'dataset', 'folder', 'table' (or 'all' of them). get_eurostat function can download datasets and tables but not folders. This has led to some confusion...

enhancement

Downloading data from PRODCOM and COMEXT should be quite similar to downloading datasets from Eurostat database and implementing basic functionalities to download and handle these datasets should be straightforward. The...

enhancement

The following query does not return any error message: ``` > eurostat::get_eurostat("road_go_ia_rc", filters=list(unit = c("THS_T")), cache = FALSE) Error in get_eurostat_json(id, filters, type, lang, stringsAsFactors, : ``` Obviously it should...

bug

eurostat package cheatsheet that is included in RStudio's [Contributed Cheatsheets](https://rstudio.github.io/cheatsheets/contributed-cheatsheets.html) page has been last updated on 2019-11-06: https://rstudio.github.io/cheatsheets/eurostat.pdf We should check its contents, see if all examples still work and...

help wanted
documentation
good first issue

**Executive summary:** - Maybe pxweb package could include functions for calculating hashes for queries and downloaded datasets? - Otherwise taking into account or acknowledging the WGDC recommendations might be helpful...

enhancement

Adds recently developed features into main branch in anticipation with a new CRAN release

As described in issue #316 there is the possibility of copying API links from the eurostat website databrowser. It would be useful if these links could be copy-pasted into the...

enhancement
good first issue

As described in issue #316 and the Eurostat API guidelines (https://ec.europa.eu/eurostat/web/user-guides/data-browser/api-data-access) there are different data types that can be downloaded. Currently different data sources branch into different functions based on...

enhancement

Reading datasets downloaded from the eurostat website databrowser might enhance the package nicely as it might sometimes be more user friendly to view and filter data in the browser and...

enhancement