Glossary

Definitions of terms used throughout the documentation.

TermDefinition
PipelineA sequence of operations applied to your data, shown as cards at the bottom of the screen. Each card is one transformation step.
OperationA data transformation (filter, join, pivot, etc.) that generates SQL and adds a step to the pipeline.
Function PanelThe configuration dialog that opens when you select an operation. Set parameters, preview SQL, and click Apply.
Column ExplorerThe right sidebar that shows visual summaries (histograms, value counts, time-series) for each column.
Explore CardA card in the Column Explorer showing the distribution of a single column.
ViewAn independent pipeline and grid state within a file. Each file can have multiple views, like worksheets in Excel.
Condition BuilderA visual interface for building WHERE conditions. Compose rules with AND/OR logic without writing SQL.
IntentThe AI-powered feature that converts natural language descriptions into SQL expressions. Requires an API key.
DuckDBThe SQL engine that powers ExploreMyData. Runs entirely in your browser via WebAssembly (WASM).
Apply Results IntoChoose where an operation's output goes: create a new column, overwrite an existing column, or replace inline.