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
New users are often tripped up by the distinction between ABS time series spreadsheets and 'data cubes'. This is not helped by the fact that the ABS de-emphasises this distinction on the new website.
Add a new function that checks if a spreadsheet is an ABS time series spreadsheet. Throw an informative error if attempting to use read_abs() or read_abs_local() with a data cube.
The text was updated successfully, but these errors were encountered:
New users are often tripped up by the distinction between ABS time series spreadsheets and 'data cubes'. This is not helped by the fact that the ABS de-emphasises this distinction on the new website.
Add a new function that checks if a spreadsheet is an ABS time series spreadsheet. Throw an informative error if attempting to use
read_abs()
orread_abs_local()
with a data cube.The text was updated successfully, but these errors were encountered: