소스 검색

try to fix voters parquet file

main
Garrick Aden-Buie 2 년 전
부모
커밋
ec1136e129
No known key found for this signature in database
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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장