Dataset BuilderStatLens
1 Data Input
Column Configuration
| Column | Detected Type | Override Type | Levels (optional) |
|---|
Preview
2 Metadata
snake_case, used as filename
Present facts only. Do not draw conclusions for the student.
Variable Descriptions
Describe what each variable represents and how it was measured.
Variable Labels
Human-readable labels for each variable (defaults to column name).
3 Export
How to use your dataset
1. Host on GitHub Gist
- Go to gist.github.com and create a new gist.
- Paste the JSON into the file content. Name the file
{id}.json. - Click "Create public gist", then click "Raw" to get the direct URL.
2. Use in StatLens
Use ?json= on any StatLens page — explore tools, simulation pages, inference tests, and more:
explore/descriptive/?json=YOUR_RAW_URLsimulate/bootstrap-mean/?json=YOUR_RAW_URLinference/two-means/?json=YOUR_RAW_URL
You can also link directly to a CSV or TSV (tab-separated values) file using ?csv= instead — no JSON conversion needed:
explore/descriptive/?csv=YOUR_RAW_CSV_URL
3. Submit for inclusion
To add your dataset to StatLens's built-in collection, open an issue at github.com/jbaggett/statlens/issues and attach the JSON file.