ソースを参照

try to fix voters parquet file

main
コミット
ec1136e129
この署名に対応する既知のキーがデータベースに存在しません
2個のファイルの変更5行の追加2行の削除
  1. +3
    -0
      process/R/voters.R
  2. +2
    -2
      process/_targets/meta/meta

+ 3
- 0
process/R/voters.R ファイルの表示

@@ -17,6 +17,9 @@ voter_statewide_convert_parquet <- function(path) {
dir_create(path_dir(path_out))

x <- readr::read_tsv(path, col_types = voter_statewide_spec())
for (col in c("res_street_address", "mail_addr1")) {
x[[col]] <- iconv(x[[col]], "UTF-8", "UTF-8")
}
arrow::write_parquet(x, path_out)

invisible(path_out)

+ 2
- 2
process/_targets/meta/meta
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存