Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support read_csv for DuckDB #59

Open
wookay opened this issue Jun 13, 2024 · 0 comments
Open

support read_csv for DuckDB #59

wookay opened this issue Jun 13, 2024 · 0 comments

Comments

@wookay
Copy link
Owner

wookay commented Jun 13, 2024

https://duckdb.org/docs/data/csv/reading_faulty_csv_files

https://duckdb.org/docs/data/csv/overview

DuckDB v0.10.0 introduced breaking changes to the read_csv function. Namely, The read_csv function now attempts auto-detecting the CSV parameters, making its behavior identical to the old read_csv_auto function. If you would like to use read_csv with its old behavior, turn off the auto-detection manually by using read_csv(..., auto_detect = false).

https://discourse.julialang.org/t/calling-database-functions-when-using-octo-jl/114044
Calling database functions when using Octo.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant