Open Analyze
Choose Analyze in the pipeline (⌘/Ctrl+3). Pick a language with the toggle: SQL, Python, or R.
Write and run a query
- Enter your statement or script in the editor.
- Run with Run query, Run Python, or Run R (or ⌘/Ctrl+Enter). To run only part of the editor — useful when you have multiple statements — select the text and use Run selected (⌘/Ctrl+Shift+Enter). The button shows Running… while the job is in flight.
- Inspect the result table below the editor.
Runtimes: SQL and Python run locally in the browser when possible (DuckDB-WASM and Pyodide) for near-instant results, with a server fallback if the local engine is unavailable. R runs as a server-side language job. Prefer SQL for fast tabular cuts; use Python when you need pandas or custom logic.
Describe in plain English
- Use the bar labeled something like Describe in plain English…
- Choose Generate to draft SQL/Python/R from your prompt.
- Read the draft carefully, edit if needed, then run it. Treat generated code like any other code — verify results before exporting.
Send results to Visualize
When a result set is ready, use Visualize to open the chart builder with that data. You can also open the Visualize step directly from the pipeline.
Tip: Keep analysis reproducible — leave a short note in Notes (status bar) about the question you answered and the query you trust.
Next
Build charts in Visualize.