dudzicp commented on issue #130:
URL: 
https://github.com/apache/arrow-datafusion-python/issues/130#issuecomment-1384369944

   It turned out that file_extension argument is required:
   
   `df = ctx.read_csv(path="/localfile.tsv", has_header=True, delimiter="\t", 
file_extension="tsv")`
   loaded the dataframe properly.
   


-- 
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]

Reply via email to