In arrow/open_dataset
, when transfer to data.frame , show error message CSV conversion error to null
. How to fix it ?
seems add parse_options = csv_parse_options(newlines_in_values = TRUE)
can’t work also
<code>library(arrow)
library(tidyverse)
arrow_table_0 <- open_dataset("sample.csv",
format = "csv")
</code>
<code>library(arrow)
library(tidyverse)
arrow_table_0 <- open_dataset("sample.csv",
format = "csv")
</code>
library(arrow)
library(tidyverse)
arrow_table_0 <- open_dataset("sample.csv",
format = "csv")
create arrow_table_df failed
<code> arrow_table_df <-arrow_table_0 %>% as.data.frame()
Invalid: In CSV column #9: Row #6078: CSV conversion error to null: invalid value '2023/2/6 14:20:34'
</code>
<code> arrow_table_df <-arrow_table_0 %>% as.data.frame()
Invalid: In CSV column #9: Row #6078: CSV conversion error to null: invalid value '2023/2/6 14:20:34'
</code>
arrow_table_df <-arrow_table_0 %>% as.data.frame()
Invalid: In CSV column #9: Row #6078: CSV conversion error to null: invalid value '2023/2/6 14:20:34'