kmkramer23 commented on issue #34434: URL: https://github.com/apache/arrow/issues/34434#issuecomment-1453857333
Some files we get may have a character value in one of the integer fields representing missing data. Since the file is coming from an outside organization it is not something I can have fixed. I just need to read it in and convert it to numeric setting any of those records with the missing character codes to NA. I can read everything in as character and do some pre processing but it would have been nice if read_csv_arrow could have forced the non int values to NA to avoid the extra step. -- 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]
