Open Analyze
Choose Analyze in the pipeline (⌘/Ctrl+3). Pick a language with the toggle: SQL, Python, or R.
ScreenshotAnalyze editor with language toggleSQL selected + Run query
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 where supported). The button shows Running… while the job is in flight.
- Inspect the result table below the editor.
Runtimes: SQL runs on the server with DuckDB. Python and R run as server-side language jobs. Prefer SQL for fast tabular cuts; use Python/R when you need libraries 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.
ScreenshotNL generate bar above the editorDescribe… + Generate
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.