mindweave commited on
Commit
b427279
·
verified ·
1 Parent(s): cae5f6a

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -6,41 +6,39 @@ task_categories:
6
  language:
7
  - en
8
  tags:
9
- - test-data
10
- - recurring-revenue
 
11
  - mindweave
12
  - billing
 
 
 
13
  - stripe
 
14
  - mrr
15
  - churn
16
- - payments
17
- - synthetic-data
18
- - invoices
19
- - revops
20
  - saas-metrics
21
- - cohorts
22
- - subscription
23
- - saas
24
- pretty_name: Subscription Billing (Synthetic)
25
  size_categories:
26
- - 10K<n<100K
27
  configs:
28
- - config_name: churns
29
- data_files: data/churns.csv
30
- default: true
31
  - config_name: customers
32
  data_files: data/customers.csv
 
33
  - config_name: invoices
34
  data_files: data/invoices.csv
35
  - config_name: payments
36
  data_files: data/payments.csv
37
- - config_name: plan_changes
38
- data_files: data/plan_changes.csv
39
  - config_name: subscriptions
40
  data_files: data/subscriptions.csv
41
  ---
42
 
43
- # Subscription Billing (Synthetic)
 
 
44
 
45
  SaaS subscription billing dataset covering customer acquisition, trial
46
  conversion, invoicing, payments, plan changes, and churn over a two-year
@@ -54,10 +52,22 @@ MRR analytics, churn modeling, payments reporting, subscription lifecycle
54
  automation, dashboard demos, and finance data engineering tests.
55
 
56
 
57
- ## Tables
 
 
 
 
 
 
 
 
58
 
59
- | Table | Rows |
60
- |-------|------|
 
 
 
 
61
  | churns | 170 |
62
  | customers | 5,000 |
63
  | invoices | 21,250 |
@@ -66,14 +76,19 @@ automation, dashboard demos, and finance data engineering tests.
66
  | subscriptions | 5,000 |
67
  | **Total** | **52,483** |
68
 
69
- ## Formats
70
 
71
- - CSV (in `data/` directory)
72
- - Parquet (available in full version)
73
- - SQLite (available in full version)
74
 
75
  ## About
76
 
77
- Generated by [Mindweave Technologies](https://mindweave.tech) realistic synthetic datasets for developers, QA teams, and data engineers.
 
 
 
 
 
 
 
78
 
79
- Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
 
6
  language:
7
  - en
8
  tags:
9
+ - subscription
10
+ - invoices
11
+ - synthetic-data
12
  - mindweave
13
  - billing
14
+ - recurring-revenue
15
+ - saas
16
+ - cohorts
17
  - stripe
18
+ - test-data
19
  - mrr
20
  - churn
 
 
 
 
21
  - saas-metrics
22
+ - revops
23
+ - payments
24
+ pretty_name: Subscription Billing (Synthetic) (Free Sample)
 
25
  size_categories:
26
+ - 1K<n<10K
27
  configs:
 
 
 
28
  - config_name: customers
29
  data_files: data/customers.csv
30
+ default: true
31
  - config_name: invoices
32
  data_files: data/invoices.csv
33
  - config_name: payments
34
  data_files: data/payments.csv
 
 
35
  - config_name: subscriptions
36
  data_files: data/subscriptions.csv
37
  ---
38
 
39
+ # Subscription Billing (Synthetic) (Free Sample)
40
+
41
+ > **This is a free sample** with 4,800 rows. The full dataset has **52,483 rows** across 6 tables.
42
 
43
  SaaS subscription billing dataset covering customer acquisition, trial
44
  conversion, invoicing, payments, plan changes, and churn over a two-year
 
52
  automation, dashboard demos, and finance data engineering tests.
53
 
54
 
55
+ ## Sample tables
56
+
57
+ | Table | Sample Rows |
58
+ |-------|------------|
59
+ | customers | 500 |
60
+ | invoices | 2,000 |
61
+ | payments | 1,800 |
62
+ | subscriptions | 500 |
63
+ | **Total** | **4,800** |
64
 
65
+ ## Full dataset
66
+
67
+ The complete dataset includes all tables with full row counts:
68
+
69
+ | Table | Full Rows |
70
+ |-------|----------|
71
  | churns | 170 |
72
  | customers | 5,000 |
73
  | invoices | 21,250 |
 
76
  | subscriptions | 5,000 |
77
  | **Total** | **52,483** |
78
 
79
+ **Formats included:** CSV, Parquet, SQLite
80
 
81
+ **[Get the full dataset on Gumroad](https://mindweavetech.gumroad.com)**
 
 
82
 
83
  ## About
84
 
85
+ Generated by [Mindweave Technologies](https://mindweave.tech) -- realistic synthetic datasets for developers, QA teams, and data engineers.
86
+
87
+ Every dataset features:
88
+ - Enforced foreign key relationships across all tables
89
+ - Realistic statistical distributions (not uniform random)
90
+ - Temporal patterns (seasonal, time-of-day, day-of-week)
91
+ - Injected anomalies for ML training and anomaly detection
92
+ - Deterministic generation (same seed = same output)
93
 
94
+ Browse all datasets: [https://mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
data/customers.csv CHANGED
The diff for this file is too large to render. See raw diff
 
data/invoices.csv CHANGED
The diff for this file is too large to render. See raw diff
 
data/payments.csv CHANGED
The diff for this file is too large to render. See raw diff
 
data/subscriptions.csv CHANGED
The diff for this file is too large to render. See raw diff