generated from kse-ua/quick-start
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error in ellis-demography #22
Labels
bug
Something isn't working
Comments
It looks like the underlying file, > ds_hromada <- readr::read_delim("./data-private/derived/hromada.csv", delim = ';')
Rows: 1470 Columns: 1
-- Column specification ---------------------------------------------------------------------------
Delimiter: ";"
chr (1): hromada_code,main_rada_code,rada_codes_final
i Use `spec()` to retrieve the full column specification for this data.
i Specify the column types or set `show_col_types = FALSE` to quiet this message.
> ds_hromada %>% glimpse()
Rows: 1,470
Columns: 1
$ `hromada_code,main_rada_code,rada_codes_final` <chr> "UA80,8000000000,8000000000", "UA741003900~
> ds_hromada <- readr::read_delim("./data-private/derived/hromada.csv", delim = ';') %>%
+ mutate(
+ key = paste(hromada_name, type, "громада")
+ )
Rows: 1470 Columns: 1 it does not contain the columns ds_hromada <- readr::read_delim("./data-private/derived/hromada.csv", delim = ';') %>%
mutate(
key = paste(hromada_name, type, "громада")
) The file |
andkov
added a commit
that referenced
this issue
Dec 3, 2022
see #22 - this product is superseded by ./manipulation/ellis-ua-admin.R Co-Authored-By: ValHat <[email protected]> Co-Authored-By: Serhii Tytiuk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When replicating, the script
./manipulate/ellis-demography.R
generates the following error, seemingly from cause by line 132:The text was updated successfully, but these errors were encountered: