Uploading a file
Working with files is common to all ad hoc and exploratory data analysis. To get started, simply click “Uploads Files”, select as many files as you want and click “Open”.

File formats
Currently, we support the following formats:- CSV
- Excel
- Parquet
- JSON
Advanced file upload functionality
Under the hood, we’re using DuckDB to manages your uploaded files. This also means that you have access to DuckDB SQL functionality. For example, if you want to change the delimiter used after you’ve uploaded the file, you can use thedelim
function: