Eventual-Inc / Daft

Distributed data engine for Python/SQL designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
2.34k stars 164 forks source link

SQL: add `read_csv` function #3195

Open universalmind303 opened 2 weeks ago

universalmind303 commented 2 weeks ago

Is your feature request related to a problem?

I want to read csv files using sql

Describe the solution you'd like

select * from read_csv('path/to/file');

Describe alternatives you've considered

No response

Additional Context

No response

Would you like to implement a fix?

No

itzhakstern commented 2 weeks ago

Can I take this issue?

universalmind303 commented 2 weeks ago

@itzhakstern yes by all means! Let me know if you have any questions. It should be pretty similar to this