You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some useful datasets on OECD.stats are available without the usual time series structure, i.e., one cannot filter the dataset by time and the data are not returned with time attributes. For instance, the Better Life Index data can be obtained for several recent years but this requires querying a different dataset for each year (not exactly ideal, but....).
I am able to successfully query the data and the XML contents appear to be consistent with what I'd expect to see (values, structure, etc), however when I attempt to convert the object into a data frame it errors out.
It is apparent this is occurring due to the missing time series attribute, however I need to spend more time studying the code, documentation, etc to fix it properly myself (i.e., without breaking other stuff). Perhaps I can take a crack at this later.
Thank you for the useful package!
Pete
The text was updated successfully, but these errors were encountered:
Some useful datasets on OECD.stats are available without the usual time series structure, i.e., one cannot filter the dataset by time and the data are not returned with time attributes. For instance, the Better Life Index data can be obtained for several recent years but this requires querying a different dataset for each year (not exactly ideal, but....).
I am able to successfully query the data and the XML contents appear to be consistent with what I'd expect to see (values, structure, etc), however when I attempt to convert the object into a data frame it errors out.
basic example with 2015 BLI dataset
It is apparent this is occurring due to the missing time series attribute, however I need to spend more time studying the code, documentation, etc to fix it properly myself (i.e., without breaking other stuff). Perhaps I can take a crack at this later.
Thank you for the useful package!
Pete
The text was updated successfully, but these errors were encountered: