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

Upgrading to version 3 #23

Open
aidanhorn opened this issue Feb 20, 2024 · 1 comment
Open

Upgrading to version 3 #23

aidanhorn opened this issue Feb 20, 2024 · 1 comment

Comments

@aidanhorn
Copy link
Contributor

The purpose of this issue is to document what changes will be made to codebases when upgrading from version 2 of econdatar to version 3.

Column names in long data

Old name New name
data_key series_key
period time_period
value obs_value

When using Find & Replace, please use the regex value(?!s) to avoid replacing values_from inside pivot_wider(), or values in scale_color_manual() or scale_fill_manual().

@aidanhorn
Copy link
Contributor Author

The metadata item when the data are returned in a long (relational) format is now a list. The analyst should thus enclose the metadata item in as_tibble() in order to achieve the same tabular format as before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant