Data
Open, explore, and prepare datasets (SPSS-style Data View + Variable View).
Files
Open File
What it is. Load data from CSV, TSV, Excel (.xlsx/.xls), SPSS (.sav), Stata (.dta), or JSON.
When to use. Anytime you start a new analysis. File > Open Data File...
Options / Parameters
Drag-and-drop a file onto the window also works.
Export Data
What it is. Save the active dataset as CSV / XLSX / SAV / DTA / JSON.
When to use. To share cleaned data or hand off to another tool.
Export Report
What it is. Generate a complete report (Markdown / HTML / LaTeX) containing everything in the Output tab — analyses, tables, charts.
When to use. At the end of your work, for documentation or to attach to a paper/thesis.
Options / Parameters
Dataset Tabs
Multiple datasets at once
What it is. Each open dataset gets its own tab above the Data View. Click to switch active.
When to use. To compare datasets, run merges, or keep originals and transforms side-by-side.
Options / Parameters
Views
Data View
What it is. Table with one row per observation. Excel-style.
When to use. To inspect, filter, and edit values.
Double-click a cell to edit. Shift+click selects a range.
Variable View
What it is. Table with one row per variable (name, label, type, measure, missing, role).
When to use. To configure metadata: change a label, measurement level (scale/ordinal/nominal), missing values, etc.
Options / Parameters