Sample data · CC0 / public domain

Sample customers CSV.

A SaaS-style customer table: IDs, names, safely fake emails, geography, signup dates, plan tiers and MRR. All PII is synthetic — every email lands on a reserved example domain.

Download

Grab a file — or generate a big one.

The small files are static downloads. The large ones are generated in your browser from the same fixed seed, so every copy of customers-100000.csv on earth is byte-identical — reproducible test data with no 60 MB download.

100 rows · 8 KB 1,000 rows · 81 KB

→ Open this dataset in the dashboard builder  ·  → Open in the CSV editor

Preview

First rows.

customer_idfirst_namelast_nameemailcountrycitysignup_dateplanmrr
C-10001LeoOrtizleo.ortiz4@post.exampleUnited StatesFairview2022-08-05Free0
C-10002RaviWeberravi.weber40@post.exampleAustraliaMilltown2022-03-24Starter0
C-10003JudeMarshjude.marsh25@demo.emailIndiaHarborview2024-06-20Business9
C-10004MiaNovakmia.novak81@inbox.exampleFranceMilltown2025-11-25Free9
C-10005NinaMoreaunina.moreau47@example.comUnited StatesBrookside2024-01-10Pro0
C-10006SofiaMarshsofia.marsh19@demo.emailBrazilCedar Falls2024-12-04Free99
C-10007LiamWeberliam.weber69@example.comGermanyHarborview2024-11-16Business9
C-10008PaulVosspaul.voss63@mail.testUnited StatesMilltown2025-03-24Free0
Schema

Columns.

columndescription
customer_idStable sequential ID
first_nameGiven name (synthetic)
last_nameFamily name (synthetic)
emailFake email on a reserved example domain
countryCountry
cityCity (fictional)
signup_dateSignup date, random across four years
planSubscription tier
mrrMonthly recurring revenue (USD)
About this dataset

What it models.

Use it anywhere you need people-shaped data without privacy risk: the names are drawn from a small international pool and emails use reserved documentation domains (example.com and friends), so nothing can ever bounce to a real inbox.

Plan and MRR follow a believable SaaS distribution — lots of Free and Starter, fewer Business, a handful of Enterprise.

Good for: CRM import testing · Anonymization & PII-detection demos · Cohort and signup-trend charts.

License: CC0 / public domain — use it anywhere, no attribution needed.

Common questions
  • ·

    Is this real personal data?

    No. Names come from a synthetic pool and every email uses reserved documentation domains that can never deliver mail. Safe for demos, docs and screenshots.

  • ·

    Why don't plan and mrr always match?

    They're sampled independently, so a few rows are inconsistent on purpose — useful for testing data-quality checks. If you need strict consistency, derive MRR from plan after import.

  • ·

    What license is this under?

    CC0 (public domain). Use it in tutorials, tests, courses, screenshots and products — no attribution required.

  • ·

    Is the data deterministic?

    Yes — every size is generated from a fixed seed, so the same file is byte-identical for everyone, forever. Reproducible tests, stable teaching materials.

More sample data