Skip to content

support read_csv for DuckDB #59

@wookay

Description

@wookay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions