Quick Start

Get from file to insights in under 2 minutes.

Step 1: Upload a File

Open the app and drag a file onto the page, or click the upload area to browse. Supported formats: CSV, TSV, Excel (.xlsx, .xls), Parquet, JSON, JSON Lines (.jsonl), PDF, XML, TXT, Word (.doc, .docx), Avro, SQLite, DuckDB, Arrow (.arrow, .feather), and compressed archives (.zip, .gz, .tar, .zst).

Step 2: Explore Your Data

Your data appears in a sortable grid. Click any column header to sort. The row count and column count appear at the top.

Column Explorer

Click the grid icon on a column header to open that column's explorer card. Cards appear in a strip above the grid:

  • Text columns (including booleans): unique value counts with bar charts
  • Numeric columns: histograms with summary stats and a bin-size control
  • Date columns: time-series charts

Click any bar in a chart to filter your data to those values.

Step 3: Transform

Click the + button in the pipeline sidebar on the left to open the operation picker. Search for an operation or browse by category. Each operation opens a panel where you configure it, preview the SQL, and click Apply.

Applied operations appear as cards in the Pipeline sidebar. You can edit or delete them.

Step 4: Export

Click the Export button to download your transformed data as CSV, TSV, Excel, Parquet, JSON, JSON Lines, XML, PDF, or HTML.

Try with sample data →