READ_CSV
read_csv(path, …)
Section titled “read_csv(path, …)”- path: File path, list of paths, or glob pattern to read.
- …: Optional named parameters, e.g. header, delim, columns, types, auto_detect.
Example
Section titled “Example”SELECT * FROM read_csv('data.csv');