Skip to content

JOGV50/crm-lifecycle-dataset-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

CRM Lifecycle Dataset Sample

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.

What’s inside

This sample includes:

  • 75 anonymized deal records
  • 49 linked ticket records
  • 49 deal-to-ticket bridge rows
  • lightweight metadata and QA files

Core tables

  • sample/tables/deals_sample_75.csv
  • sample/tables/tickets_sample_linked.csv
  • sample/tables/bridges/deal_ticket_bridge_v1.csv

Metadata

  • sample/metadata/README.md
  • sample/metadata/DATA_DICTIONARY.md
  • sample/metadata/REDACTION_SCOPE.md

QA

  • sample/qa/ROW_COUNTS.tsv
  • sample/qa/FOREIGN_KEY_INTEGRITY.json
  • sample/qa/SELECTION_NOTE.json

Why this sample matters

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.

Quick relationship path

Use this join path:

deals_sample_75.csvdeal_ticket_bridge_v1.csvtickets_sample_linked.csv

Suggested use cases

  • schema review
  • join testing
  • proof-of-concept analytics
  • ingestion testing
  • feature engineering exploration
  • dataset evaluation for commercial use

Privacy / redaction

The public sample is designed to preserve structure and utility while removing direct personal or customer identifiers.

See:

  • sample/metadata/REDACTION_SCOPE.md

Download

If you prefer a single-file download, use the zip package in:

  • assets/crm_lifecycle_sample_75_v1_0.zip

Commercial note

This repository is a public discovery sample from a larger enterprise-ready scrubbed CRM dataset with broader lifecycle coverage, documentation, and packaging options.

About

An anonymized B2B CRM lifecycle sample with deals, linked tickets, and bridge-table relationships for analytics, schema review, and proof-of-concept work.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors