Most databases allow people to load data from csv
The default settings on data loading are OK for a quick look at the data
A VIEW can be used to create saved queries which can be used like tables.
VIEW
We can quickly load multiple CSVs into the same database.
csvs can be linked if we can find the right key.
Spreadsheets are inflexible and can present challenges when needing to answer novel questions.
Any programming language can be used to transform data into a different format which is better for analysis.
Explain why inferences drawn from uncleaned data are always approximate.
FIXME