Glossary

Definitions of terms used throughout the documentation.

TermDefinition
PipelineA sequence of operations applied to your data, shown as cards in the sidebar on the left 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 panel that opens when you select an operation. Set parameters, preview SQL, and click Apply.
Column ExplorerThe strip of cards above the grid that shows visual summaries (histograms, value counts, time-series) for the columns you open.
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: New Column, where you pick the name and type, or Existing Column, which overwrites a column you select. An existing column keeps its own type, so values that cannot be converted land as empty.