An anonymized B2B CRM lifecycle sample showing how deals, service/support tickets, and a bridge table fit together in a real business workflow.
This repository is designed for fast technical review. It gives analysts, data buyers, ML builders, and product teams a compact but relationally useful sample they can understand in minutes.
This sample includes:
- 75 anonymized deal records
- 49 linked ticket records
- 49 deal-to-ticket bridge rows
- lightweight metadata and QA files
sample/tables/deals_sample_75.csvsample/tables/tickets_sample_linked.csvsample/tables/bridges/deal_ticket_bridge_v1.csv
sample/metadata/README.mdsample/metadata/DATA_DICTIONARY.mdsample/metadata/REDACTION_SCOPE.md
sample/qa/ROW_COUNTS.tsvsample/qa/FOREIGN_KEY_INTEGRITY.jsonsample/qa/SELECTION_NOTE.json
This is not synthetic demo noise. It is a scrubbed public slice of a larger CRM lifecycle dataset built to preserve:
- relational structure
- lifecycle segmentation
- pipeline/stage context
- support linkage
- analytics usefulness
while removing direct identifying information.
Use this join path:
deals_sample_75.csv → deal_ticket_bridge_v1.csv → tickets_sample_linked.csv
- schema review
- join testing
- proof-of-concept analytics
- ingestion testing
- feature engineering exploration
- dataset evaluation for commercial use
The public sample is designed to preserve structure and utility while removing direct personal or customer identifiers.
See:
sample/metadata/REDACTION_SCOPE.md
If you prefer a single-file download, use the zip package in:
assets/crm_lifecycle_sample_75_v1_0.zip
This repository is a public discovery sample from a larger enterprise-ready scrubbed CRM dataset with broader lifecycle coverage, documentation, and packaging options.