emailmarketingdataset commited on
Commit
badd9f0
·
verified ·
1 Parent(s): 007b0e2

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +56 -0
  2. dataset_infos.json +23 -0
  3. test.csv +29 -0
  4. train.csv +113 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Synthetic Business Contact Dataset – Minecraft Server Users Email List
3
+
4
+ ## Description
5
+
6
+ This dataset demonstrates the schema of business contact datasets used in CRM systems.
7
+
8
+ ## Columns
9
+
10
+ First Name
11
+ Last Name
12
+ Company
13
+ Job Title
14
+ Industry
15
+ Lead Score
16
+ Email
17
+ Country
18
+
19
+ ## Dataset Size
20
+
21
+ Train rows: ~112
22
+ Test rows: ~28
23
+
24
+ ## Use Cases
25
+
26
+ • marketing analytics testing
27
+ • CRM import simulations
28
+ • machine learning datasets
29
+
30
+ ## Synthetic Data Notice
31
+
32
+ All records are synthetic.
33
+
34
+ ## Keywords
35
+
36
+ business contact data
37
+ CRM contact dataset
38
+ B2B marketing dataset
39
+ synthetic CRM data
40
+ tabular marketing dataset
41
+
42
+ ## Related Datasets
43
+
44
+ Chile Consumer Mailing List
45
+ Gaming Users Email List
46
+ Indonesia Business Contact List
47
+
48
+ ## Dataset Source
49
+
50
+ Additional datasets covering this audience are available at:
51
+
52
+ https://leadsblue.com/leads/minecraft-pe-server-users-email-list-database/
53
+
54
+ ## License
55
+
56
+ CC0
dataset_infos.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pretty_name": "Synthetic B2B Contact Dataset - Minecraft Server Users Email List",
3
+ "dataset_name": "minecraft-server-users-dataset",
4
+ "description": "Synthetic B2B contact dataset representing professionals associated with minecraft server users email list. Designed for CRM testing, analytics pipelines, and machine learning experiments.",
5
+ "homepage": "https://leadsblue.com/leads/minecraft-pe-server-users-email-list-database/",
6
+ "license": "cc0",
7
+ "tags": [
8
+ "synthetic-data",
9
+ "tabular-data",
10
+ "crm",
11
+ "marketing",
12
+ "business"
13
+ ],
14
+ "task_categories": [
15
+ "tabular-classification"
16
+ ],
17
+ "language": [
18
+ "en"
19
+ ],
20
+ "size_categories": [
21
+ "100<n<1K"
22
+ ]
23
+ }
test.csv ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ First Name,Last Name,Company,Job Title,Industry,Lead Score,Email,Country
2
+ Liam,Lee,DynamicWave Networks,VP Operations,Automotive,81,liamlee@example.com,France
3
+ William,Martin,CoreEdge Solutions,Head of Marketing,Advertising,62,williamm@example.com,Netherlands
4
+ Michael,Williams,NorthEdge Labs,Operations Director,Agriculture,65,michaelwilliams@example.com,Italy
5
+ Abigail,Lee,NextVision Industries,Operations Manager,Transportation,77,abigail.lee@example.com,Canada
6
+ Liam,Martin,NexaVision Group,Co-Founder,Consulting,80,liam_martin@example.com,France
7
+ Mia,Brown,NorthEdge Group,Data Analyst,Media,78,miab@example.com,Argentina
8
+ William,Martinez,DynamicWave Systems,Chief Revenue Officer,Education,62,williammartinez@example.com,United States
9
+ Sophia,Robinson,SilverCore Labs,Marketing Director,Pharmaceuticals,43,sophiarobinson@example.com,Canada
10
+ William,Johnson,BrightFlow Analytics,Operations Manager,Advertising,82,william.johnson@example.com,Singapore
11
+ Mason,Harris,NexaVision Group,Head of Marketing,Technology,55,masonh@example.com,Belgium
12
+ Sophia,Garcia,GlobalFlow Industries,Chief Revenue Officer,Cloud Computing,59,s.garcia@example.com,Norway
13
+ James,Garcia,GlobalFlow Industries,CEO,Aerospace,71,james-garcia@example.com,New Zealand
14
+ Benjamin,Gonzalez,VertexVision Industries,Business Development Manager,Pharmaceuticals,50,benjamin-gonzalez@example.com,Belgium
15
+ Mia,Ramirez,FutureBridge Labs,VP Operations,Advertising,80,m.ramirez@example.com,Mexico
16
+ Mason,Davis,FutureBridge Systems,Business Analyst,Energy,54,masondavis@example.com,South Africa
17
+ Alexander,Hernandez,NextAxis Solutions,Account Executive,Healthcare,80,alexander.hernandez@example.com,Netherlands
18
+ Jacob,Johnson,AlphaWave Industries,Founder,Advertising,46,jacob.johnson@example.com,Denmark
19
+ Isabella,Sanchez,NorthCore Consulting,Head of Growth,Construction,56,isabellasanchez@example.com,Finland
20
+ Lucas,White,GlobalLayer Networks,Data Analyst,Transportation,51,lucas.white@example.com,Brazil
21
+ Lucas,Rodriguez,IronBridge Technologies,Data Analyst,Technology,92,lucasr@example.com,Sweden
22
+ Harper,Garcia,VisionPulse Consulting,CEO,Hospitality,70,harper.garcia@example.com,Denmark
23
+ Mia,Miller,CloudLayer Industries,VP Sales,Telecommunications,86,miamiller@example.com,Switzerland
24
+ Olivia,Moore,VisionAxis Consulting,Founder,Consulting,40,oliviam@example.com,Belgium
25
+ Avery,Miller,BlueAxis Software,Account Executive,Telecommunications,62,avery_miller@example.com,France
26
+ Luna,Lee,CoreWave Labs,Chief Technology Officer,Consulting,87,luna-lee@example.com,Spain
27
+ Evelyn,Martinez,NexaWave Solutions,Chief Marketing Officer,Retail,76,evelynmartinez@example.com,New Zealand
28
+ Mila,Moore,QuantumLayer Labs,Co-Founder,Technology,64,mila_moore@example.com,Sweden
29
+ Ella,Moore,CoreBridge Technologies,Chief Marketing Officer,Technology,64,ella.moore@example.com,Australia
train.csv ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ First Name,Last Name,Company,Job Title,Industry,Lead Score,Email,Country
2
+ Evelyn,Smith,VisionWave Labs,VP Sales,Education,66,evelyn_smith@example.com,Denmark
3
+ Alexander,Brown,NorthFlow Networks,Marketing Director,Insurance,93,alexanderb@example.com,Australia
4
+ Mila,Brown,NorthPulse Consulting,Account Executive,Manufacturing,53,mila_brown@example.com,South Africa
5
+ Henry,Wilson,GlobalLayer Group,Business Development Manager,Biotechnology,40,henryw@example.com,United States
6
+ Mason,Thompson,GlobalFlow Consulting,VP Marketing,Media,54,m.thompson@example.com,United States
7
+ Ella,Garcia,DynamicEdge Group,Strategy Manager,Healthcare,40,e.garcia@example.com,New Zealand
8
+ Charlotte,Martinez,NextLogic Group,Chief Marketing Officer,Insurance,50,charlottemartinez@example.com,United States
9
+ Emma,Hernandez,BlueLogic Networks,Marketing Manager,Telecommunications,62,emmahernandez@example.com,Sweden
10
+ Ethan,Garcia,NorthLayer Software,CEO,Marketing,57,ethangarcia@example.com,France
11
+ Charlotte,Thompson,QuantumVision Analytics,Revenue Operations Manager,Construction,65,charlotte_thompson@example.com,Netherlands
12
+ Elizabeth,White,BlueLogic Systems,Chief Technology Officer,Construction,58,e.white@example.com,United Arab Emirates
13
+ Noah,White,AlphaPulse Labs,Head of Growth,Energy,40,n.white@example.com,France
14
+ Charlotte,Ramirez,FutureAxis Consulting,VP Marketing,Advertising,77,charlotte_ramirez@example.com,Sweden
15
+ Sophia,Thomas,NorthFlow Networks,Data Analyst,Pharmaceuticals,40,sophiathomas@example.com,Singapore
16
+ William,Martin,BlueBridge Group,Chief Revenue Officer,Logistics,55,william_martin@example.com,New Zealand
17
+ Oliver,Martinez,QuantumPulse Solutions,Sales Director,Construction,61,o.martinez@example.com,Spain
18
+ William,Hernandez,FutureEdge Solutions,VP Marketing,Pharmaceuticals,66,w.hernandez@example.com,Australia
19
+ Jackson,Anderson,AlphaLayer Industries,Growth Manager,Pharmaceuticals,63,jackson.anderson@example.com,France
20
+ Levi,Martinez,QuantumLayer Industries,Digital Marketing Manager,Transportation,54,l.martinez@example.com,Italy
21
+ James,Clark,NorthFlow Analytics,Marketing Director,Advertising,45,james_clark@example.com,Argentina
22
+ Noah,Robinson,NexaFlow Solutions,Chief Financial Officer,Agriculture,80,noahr@example.com,Singapore
23
+ Emma,Brown,BrightFlow Labs,Operations Manager,Energy,66,emma_brown@example.com,Singapore
24
+ Oliver,Jones,QuantumPulse Analytics,VP Marketing,Advertising,60,oliver.jones@example.com,Argentina
25
+ Camila,Jones,DynamicBridge Software,VP Operations,Biotechnology,76,camilaj@example.com,New Zealand
26
+ Isabella,Thompson,NextWave Software,Sales Director,Transportation,78,isabella.thompson@example.com,Italy
27
+ Charlotte,Smith,BlueEdge Analytics,Revenue Operations Manager,Cybersecurity,68,c.smith@example.com,Netherlands
28
+ Jacob,Miller,VisionAxis Labs,Digital Marketing Manager,Finance,57,jacob-miller@example.com,Germany
29
+ Benjamin,Ramirez,AlphaLayer Solutions,VP Marketing,Aerospace,54,benjamin.ramirez@example.com,France
30
+ Ella,Martin,BlueAxis Consulting,CEO,Aerospace,58,e.martin@example.com,Germany
31
+ Evelyn,Johnson,IronWave Software,Head of Partnerships,Insurance,50,evelyn.johnson@example.com,Argentina
32
+ Daniel,Martin,NexaWave Group,Strategy Manager,Logistics,91,daniel.martin@example.com,Belgium
33
+ Olivia,Lewis,FutureBridge Networks,Chief Technology Officer,Cybersecurity,90,olivia.lewis@example.com,Netherlands
34
+ Charlotte,Johnson,QuantumEdge Labs,Growth Manager,Cybersecurity,87,charlottejohnson@example.com,Australia
35
+ Charlotte,Martinez,CoreEdge Systems,Revenue Operations Manager,Aerospace,60,charlotte_martinez@example.com,India
36
+ Alexander,Rodriguez,VisionLogic Analytics,Chief Marketing Officer,Retail,78,a.rodriguez@example.com,Denmark
37
+ Mateo,Williams,DynamicWave Industries,Business Development Manager,Construction,83,mateo_williams@example.com,Denmark
38
+ Sebastian,Jackson,AlphaLogic Solutions,Marketing Manager,Retail,89,sebastian.jackson@example.com,Netherlands
39
+ Abigail,Moore,PrimeFlow Technologies,Chief Marketing Officer,Energy,71,abigailm@example.com,Denmark
40
+ Ella,Gonzalez,CoreAxis Software,Chief Technology Officer,Automotive,60,ella-gonzalez@example.com,United Arab Emirates
41
+ Elijah,Lopez,NorthAxis Solutions,Data Analyst,Energy,82,elijah_lopez@example.com,Canada
42
+ William,Wilson,NorthPulse Technologies,Growth Manager,Insurance,80,w.wilson@example.com,South Africa
43
+ Liam,Lewis,DynamicBridge Systems,Sales Manager,Consulting,47,liam_lewis@example.com,Japan
44
+ Jacob,Williams,SilverLayer Software,Digital Marketing Manager,Telecommunications,78,jacob.williams@example.com,Canada
45
+ Liam,Jackson,PrimeVision Consulting,Digital Marketing Manager,Aerospace,67,liam-jackson@example.com,Italy
46
+ Avery,Ramirez,VertexLogic Labs,Product Manager,Logistics,79,avery.ramirez@example.com,Mexico
47
+ Emily,Jackson,CoreFlow Software,Sales Director,Logistics,53,emily-jackson@example.com,Italy
48
+ Elijah,Miller,IronFlow Group,Account Executive,Education,47,e.miller@example.com,United Kingdom
49
+ Harper,Williams,NexaPulse Technologies,VP Operations,Marketing,83,harper_williams@example.com,United Arab Emirates
50
+ Sofia,Rodriguez,VisionWave Consulting,Chief Marketing Officer,Media,85,sofia.rodriguez@example.com,Mexico
51
+ Olivia,Williams,DynamicLogic Systems,Marketing Manager,Construction,67,olivia.williams@example.com,Sweden
52
+ Aria,Perez,VertexLayer Labs,Founder,Cybersecurity,67,ariaperez@example.com,Singapore
53
+ Logan,Thomas,AlphaAxis Labs,VP Operations,Cybersecurity,52,logant@example.com,Switzerland
54
+ Charlotte,Clark,NexaAxis Consulting,Founder,Retail,42,charlotte-clark@example.com,Brazil
55
+ Lucas,Davis,BlueLayer Industries,Business Development Manager,Media,54,lucas.davis@example.com,United States
56
+ Mateo,Johnson,NexaLayer Software,VP Strategy,Media,46,mateo-johnson@example.com,Japan
57
+ Mateo,Martin,VisionLayer Consulting,Marketing Manager,Manufacturing,77,mateo-martin@example.com,Netherlands
58
+ Ethan,Moore,PrimeBridge Labs,Chief Financial Officer,Construction,63,ethanmoore@example.com,South Africa
59
+ Ella,Lee,VisionAxis Analytics,Sales Director,Consulting,82,e.lee@example.com,Argentina
60
+ Isabella,Wilson,NexaBridge Solutions,Founder,Media,89,i.wilson@example.com,Japan
61
+ Lucas,Miller,CloudBridge Industries,Business Analyst,Real Estate,93,lucasmiller@example.com,United States
62
+ Logan,Miller,NextEdge Networks,Head of Partnerships,Energy,43,loganmiller@example.com,Denmark
63
+ Mia,Moore,BlueVision Industries,Chief Revenue Officer,Retail,55,mia-moore@example.com,Sweden
64
+ Emma,Moore,BlueLogic Technologies,Business Analyst,Consulting,80,emmamoore@example.com,Singapore
65
+ Sebastian,Martinez,BrightCore Software,Chief Revenue Officer,Insurance,91,sebastian_martinez@example.com,Denmark
66
+ Lucas,Lewis,AlphaFlow Analytics,Operations Director,Media,73,lucaslewis@example.com,France
67
+ Isabella,Garcia,CloudAxis Software,Chief Financial Officer,Hospitality,42,isabellag@example.com,Argentina
68
+ Ethan,Johnson,FutureCore Group,Business Development Manager,Transportation,42,ethan-johnson@example.com,Brazil
69
+ Camila,Jones,PrimeLogic Software,Revenue Operations Manager,Technology,92,camila-jones@example.com,Singapore
70
+ Luna,Gonzalez,CloudEdge Systems,VP Strategy,Telecommunications,81,luna-gonzalez@example.com,United Kingdom
71
+ Avery,Sanchez,NexaPulse Technologies,Founder,Energy,46,averysanchez@example.com,United Kingdom
72
+ Ava,White,PrimePulse Systems,Strategy Manager,Biotechnology,67,avawhite@example.com,South Korea
73
+ Daniel,Thompson,NextCore Systems,Digital Marketing Manager,Construction,73,danielthompson@example.com,Argentina
74
+ Ava,Davis,BlueCore Technologies,VP Marketing,Retail,51,ava-davis@example.com,Finland
75
+ Jackson,White,FutureLayer Analytics,Head of Marketing,Insurance,95,j.white@example.com,New Zealand
76
+ Daniel,Harris,NorthLayer Solutions,Founder,Agriculture,58,daniel.harris@example.com,Netherlands
77
+ Michael,Johnson,PrimeAxis Group,Digital Marketing Manager,Cloud Computing,81,michael.johnson@example.com,Finland
78
+ Mila,Williams,NorthVision Networks,Digital Marketing Manager,Logistics,61,mila.williams@example.com,Argentina
79
+ Avery,Thompson,QuantumVision Networks,Chief Executive Officer,Real Estate,74,avery_thompson@example.com,United Kingdom
80
+ Ava,Johnson,NextLogic Networks,CEO,Consulting,62,a.johnson@example.com,New Zealand
81
+ Alexander,Brown,VisionVision Analytics,Marketing Director,Agriculture,79,alexander-brown@example.com,France
82
+ Sofia,Thomas,BlueLayer Solutions,CEO,Automotive,50,sofia.thomas@example.com,Mexico
83
+ Ethan,Rodriguez,NorthLayer Technologies,CEO,Advertising,85,ethanrodriguez@example.com,Switzerland
84
+ Mateo,Anderson,SilverAxis Labs,Growth Manager,Retail,78,m.anderson@example.com,Argentina
85
+ Liam,Smith,AlphaEdge Consulting,Digital Marketing Manager,Technology,45,liam-smith@example.com,Denmark
86
+ Noah,Hernandez,GlobalWave Solutions,CEO,Advertising,74,noahhernandez@example.com,New Zealand
87
+ Lucas,Lopez,VisionLogic Labs,Revenue Operations Manager,Healthcare,66,l.lopez@example.com,Norway
88
+ Ethan,Martinez,QuantumFlow Systems,Business Development Manager,Real Estate,74,ethanm@example.com,Denmark
89
+ Alexander,Jackson,PrimePulse Technologies,Co-Founder,Cybersecurity,41,alexander-jackson@example.com,Sweden
90
+ Oliver,Miller,BlueBridge Software,Chief Financial Officer,Telecommunications,60,o.miller@example.com,India
91
+ Jacob,Garcia,CoreCore Labs,Operations Director,Technology,46,j.garcia@example.com,South Korea
92
+ Lucas,Anderson,NorthEdge Industries,Sales Director,Marketing,61,lucas.anderson@example.com,South Korea
93
+ Ella,Perez,GlobalCore Technologies,VP Marketing,Pharmaceuticals,79,ella-perez@example.com,Switzerland
94
+ Olivia,Sanchez,BlueEdge Software,Head of Partnerships,Transportation,93,olivias@example.com,Singapore
95
+ Amelia,Gonzalez,GlobalEdge Software,Head of Partnerships,Energy,60,ameliagonzalez@example.com,Argentina
96
+ Ella,Gonzalez,SilverEdge Solutions,Strategy Manager,Biotechnology,66,ella_gonzalez@example.com,United Kingdom
97
+ Ava,Wilson,SilverCore Technologies,Chief Financial Officer,Hospitality,59,avawilson@example.com,Singapore
98
+ James,Brown,VertexFlow Technologies,Founder,Pharmaceuticals,61,james-brown@example.com,United Arab Emirates
99
+ Emma,Johnson,CloudEdge Labs,Sales Manager,Insurance,91,emma-johnson@example.com,New Zealand
100
+ Aria,Hernandez,IronAxis Technologies,Chief Technology Officer,Manufacturing,59,aria_hernandez@example.com,Italy
101
+ Mila,Thomas,VisionWave Networks,Product Manager,Consulting,83,milat@example.com,France
102
+ Ava,Johnson,SilverCore Solutions,VP Marketing,Real Estate,89,ava-johnson@example.com,France
103
+ Abigail,Clark,CloudWave Labs,Strategy Manager,Real Estate,87,a.clark@example.com,South Korea
104
+ Avery,Taylor,IronWave Networks,VP Strategy,Cybersecurity,68,avery_taylor@example.com,Italy
105
+ Ava,Taylor,FutureFlow Group,Head of Marketing,Agriculture,89,ava-taylor@example.com,France
106
+ Olivia,Robinson,PrimeEdge Systems,Co-Founder,Logistics,63,oliviar@example.com,Finland
107
+ Charlotte,Williams,NorthFlow Technologies,Chief Technology Officer,Retail,43,charlotte.williams@example.com,India
108
+ Logan,Jones,CoreLogic Software,Product Manager,Construction,63,l.jones@example.com,Japan
109
+ Camila,Robinson,VertexCore Industries,VP Strategy,Marketing,40,c.robinson@example.com,Japan
110
+ James,Sanchez,IronLayer Technologies,Sales Manager,Insurance,79,jamess@example.com,Norway
111
+ Mason,Lopez,AlphaWave Industries,Head of Partnerships,Manufacturing,45,mason.lopez@example.com,Belgium
112
+ Elizabeth,Thompson,IronEdge Technologies,Account Executive,Manufacturing,90,elizabetht@example.com,South Korea
113
+ Sophia,Lee,GlobalEdge Group,VP Sales,Manufacturing,92,sophialee@example.com,India