Survey responses dataset
Customer-survey responses with plans, regions, and satisfaction ratings — for pie/bar/mosaic charts and contingency analysis.
↓ Download survey_responses.csv All datasets
At a glance
- Rows
- 1,600 respondents
- Columns
- 10 (3 numeric, 6 categorical, 1 ID)
- Format
- CSV (UTF-8, comma-delimited, header row)
- Size
- ~90 KB
- License
- CC0 1.0 — public domain, synthetic data
- Best for
- Categorical charts · contingency tables · cross-tabs
Columns
| Column | Type | Description |
|---|---|---|
RespondentID | ID | Unique respondent identifier (e.g. R0001). |
Region | Categorical | Region (West/Central/East…). |
AgeGroup | Categorical | Age band like 18-24, 25-34. |
Gender | Categorical | Female/Male/Nonbinary. |
Plan | Categorical | Free/Pro/Enterprise etc. |
Tenure_months | Integer | Months as a customer. |
Satisfaction | Categorical (ordinal) | Very Unsatisfied → Very Satisfied. |
WouldRecommend | Categorical | Yes/No. |
PrimaryChannel | Categorical | Device/channel, e.g. Android/iOS/Web. |
SupportTickets | Integer | Number of tickets filed. |
Things to try
- Chart a category. Show
PlanorSatisfactionwith a pie, bar, or mosaic chart. → Pie, bar & mosaic lesson - Cross-tab and test. Cross-tab
Plan×Satisfactionand run a chi-square test of independence. → Contingency & differences lesson - Mind the order. Note that
Satisfactionis an ordinal category — its levels run from Very Unsatisfied to Very Satisfied. - Relate two categories. See how
WouldRecommendrelates toSatisfaction.
How to open it. Download the CSV, then drag it onto Stratum (or use File ▸ Import). Columns are typed automatically — numbers, the date, and the categories all detected — so you're charting within seconds. Get Stratum →
See also
- More data
- Clinical Trial · Retail Sales
- Learn
- Pie, bar & mosaic lesson · Statistics glossary