-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
HacktoberfestPerfect issues to contribute to the HacktoberfestPerfect issues to contribute to the HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
dataset added in #95, we have a mix of column name styles. I suggest we convert to snake_case
(though, I think all of the columns are single words, so just lowercase all column names).
- run
janitor::clean_names(ons_population_uk_2023)
- re-run
usethis::use_data(ons_population_uk_2023)
- update any documentation that refers to old column names
Metadata
Metadata
Assignees
Labels
HacktoberfestPerfect issues to contribute to the HacktoberfestPerfect issues to contribute to the HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers