📄️ CSV Import
Examples
📄️ CSV Auto Detection
When using read_csv, the system tries to automatically infer how to read the CSV file using the CSV sniffer.
📄️ Reading Faulty CSV Files
CSV files can come in all shapes and forms, with some presenting many errors that make the process of cleanly reading them inherently difficult. To help users read these files, Goose supports detailed error messages, the ability to skip faulty lines and the possibility of storing faulty lines in a temporary table to assist users with a data cleaning step.
📄️ CSV Import Tips
Below is a collection of tips to help when attempting to import complex CSV files. In the examples, we use the flights.csv file.