You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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://duckdb.org/docs/data/csv/reading_faulty_csv_files
https://duckdb.org/docs/data/csv/overview
https://discourse.julialang.org/t/calling-database-functions-when-using-octo-jl/114044
Calling database functions when using Octo.jl
The text was updated successfully, but these errors were encountered: