CSV querying
We also support query-writing against CSVs. This is a great way to leverage additional sources of data for your work without using Python.
To get started…
- Upload a CSV to your notebook
Files
. - Make sure your SQL block environment is set to
Local Database
. - Write a query. A single file equates to a data table. Everything works the same way, including autocomplete:
As always, we have a point-and-click shortcut option as well:
Updated 11 months ago