You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/06/14 21:11:34 UTC

[GitHub] [arrow] westonpace commented on issue #36037: [Python] pyarrow read tsv file failed

westonpace commented on issue #36037:
URL: https://github.com/apache/arrow/issues/36037#issuecomment-1591991181

   Those files have newlines in some of the values.  You need `ParseOptions(delimiter="\t", newlines_in_values=True)`


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org