timsaucer opened a new pull request, #1361:
URL: https://github.com/apache/datafusion-python/pull/1361

   # Which issue does this PR close?
   
   Closes #1358 
   
    # Rationale for this change
   
   This change allows access to ALL csv reader options available in the 
upstream DataFusion repository. It adds a builder pattern on setting options 
for a more pleasant user experience, or they can specify each value 
individually in the constructor.
   
   # What changes are included in this PR?
   
   - Adds a `CsvReaderOptions` class and underlying struct
   - Adds parameter for these options in `read_csv` and `register_csv`
   - Adds user example and unit tests
   - Update documentation site
   
   # Are there any user-facing changes?
   
   This change is fully backwards compatible.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to