m0byn opened a new issue, #47731: URL: https://github.com/apache/arrow/issues/47731
### Describe the usage question you have. Please include as many useful details as possible. Hello everyone, not sure if this is a bug or a usage question. I have a large dataset in `.csv` format. Hence, my aim is to import the data using `read_delim_arrow()` and write it as `.parquet`. Unfortunately, `read_delim_arrow()` results in some columns to be in the `arrow_binary` format. The question is why and how to solve that problem? The column contains mostly integers, but some cells include spaces and other characters. Therefore, I would the function expect to format it as character. Could you point me where to look for the potential problem? Thanks in advance. ### Component(s) R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
