Upload folder using huggingface_hub
Browse files- README.md +75 -0
- dataset_infos.json +23 -0
- test.csv +31 -0
- train.csv +118 -0
README.md
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Synthetic B2B Contact Dataset – Gaming Users Email List
|
| 3 |
+
|
| 4 |
+
## Dataset Description
|
| 5 |
+
|
| 6 |
+
This dataset contains synthetic business contact records representing professionals associated with gaming users email list.
|
| 7 |
+
|
| 8 |
+
Datasets like this are commonly used for:
|
| 9 |
+
|
| 10 |
+
• CRM testing environments
|
| 11 |
+
• marketing analytics workflows
|
| 12 |
+
• machine learning experiments
|
| 13 |
+
• database schema validation
|
| 14 |
+
|
| 15 |
+
## Dataset Structure
|
| 16 |
+
|
| 17 |
+
Columns included in the dataset:
|
| 18 |
+
|
| 19 |
+
First Name
|
| 20 |
+
Last Name
|
| 21 |
+
Company
|
| 22 |
+
Job Title
|
| 23 |
+
Email
|
| 24 |
+
Country
|
| 25 |
+
|
| 26 |
+
## Dataset Size
|
| 27 |
+
|
| 28 |
+
Train rows: ~117
|
| 29 |
+
Test rows: ~30
|
| 30 |
+
|
| 31 |
+
## Field Description
|
| 32 |
+
|
| 33 |
+
First Name – synthetic first name
|
| 34 |
+
Last Name – synthetic last name
|
| 35 |
+
Company – generated company name
|
| 36 |
+
Job Title – professional role
|
| 37 |
+
Industry – company industry sector
|
| 38 |
+
Email – synthetic email using example.com
|
| 39 |
+
Country – business location
|
| 40 |
+
|
| 41 |
+
## Intended Use
|
| 42 |
+
|
| 43 |
+
• CRM data import testing
|
| 44 |
+
• analytics pipelines
|
| 45 |
+
• machine learning experiments
|
| 46 |
+
|
| 47 |
+
## Synthetic Data Notice
|
| 48 |
+
|
| 49 |
+
All records are artificially generated and do not represent real individuals.
|
| 50 |
+
|
| 51 |
+
## Keywords
|
| 52 |
+
|
| 53 |
+
business contact data
|
| 54 |
+
CRM contact dataset
|
| 55 |
+
B2B marketing dataset
|
| 56 |
+
synthetic CRM data
|
| 57 |
+
tabular marketing dataset
|
| 58 |
+
|
| 59 |
+
## Related Datasets
|
| 60 |
+
|
| 61 |
+
Czech Republic Consumer Mailing List
|
| 62 |
+
Germany Consumer Email List
|
| 63 |
+
Latin America Consumer Email List
|
| 64 |
+
|
| 65 |
+
## Dataset Source
|
| 66 |
+
|
| 67 |
+
Synthetic datasets demonstrate the structure of professional business contact databases.
|
| 68 |
+
|
| 69 |
+
A commercial dataset covering this audience can be found at:
|
| 70 |
+
|
| 71 |
+
https://leadsblue.com/leads/gaming-users-email-leads-database/
|
| 72 |
+
|
| 73 |
+
## License
|
| 74 |
+
|
| 75 |
+
CC0
|
dataset_infos.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pretty_name": "Synthetic B2B Contact Dataset - Gaming Users Email List",
|
| 3 |
+
"dataset_name": "gaming-users-dataset",
|
| 4 |
+
"description": "Synthetic B2B contact dataset representing professionals associated with gaming users email list. Designed for CRM testing, analytics pipelines, and machine learning experiments.",
|
| 5 |
+
"homepage": "https://leadsblue.com/leads/gaming-users-email-leads-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,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
First Name,Last Name,Company,Job Title,Email,Country
|
| 2 |
+
Mila,Gonzalez,GlobalLayer Group,Strategy Manager,mila.gonzalez@example.com,Argentina
|
| 3 |
+
Lucas,Moore,CloudAxis Group,Data Analyst,lucas-moore@example.com,Netherlands
|
| 4 |
+
Sofia,Johnson,SilverEdge Software,Digital Marketing Manager,sofia.johnson@example.com,Brazil
|
| 5 |
+
Ava,Sanchez,VisionBridge Consulting,Chief Financial Officer,avasanchez@example.com,United States
|
| 6 |
+
Sebastian,Lopez,QuantumWave Solutions,Founder,sebastian_lopez@example.com,Belgium
|
| 7 |
+
Ava,Lewis,CorePulse Solutions,Marketing Manager,ava-lewis@example.com,Argentina
|
| 8 |
+
Harper,Thompson,FutureWave Analytics,Marketing Manager,h.thompson@example.com,Belgium
|
| 9 |
+
Henry,Moore,CoreBridge Solutions,Account Executive,h.moore@example.com,Denmark
|
| 10 |
+
Lucas,Johnson,CoreAxis Solutions,Growth Manager,lucas.johnson@example.com,Singapore
|
| 11 |
+
Emma,Harris,FuturePulse Analytics,Chief Technology Officer,e.harris@example.com,France
|
| 12 |
+
Lucas,Lopez,CloudPulse Analytics,Chief Marketing Officer,lucas-lopez@example.com,Brazil
|
| 13 |
+
Abigail,Lewis,GlobalAxis Systems,VP Sales,abigaillewis@example.com,Denmark
|
| 14 |
+
Mateo,Brown,BlueFlow Solutions,VP Operations,m.brown@example.com,Singapore
|
| 15 |
+
Mia,Anderson,VertexWave Analytics,Revenue Operations Manager,mia_anderson@example.com,Spain
|
| 16 |
+
Ella,Clark,NextLayer Systems,VP Operations,ella-clark@example.com,United Arab Emirates
|
| 17 |
+
James,Thompson,PrimeFlow Analytics,Chief Executive Officer,jamest@example.com,United States
|
| 18 |
+
Jacob,Moore,NexaPulse Labs,Operations Manager,j.moore@example.com,Australia
|
| 19 |
+
Noah,Wilson,CoreVision Labs,Founder,noah_wilson@example.com,South Africa
|
| 20 |
+
Charlotte,Williams,BluePulse Analytics,VP Marketing,c.williams@example.com,Germany
|
| 21 |
+
Logan,Anderson,IronLogic Technologies,Head of Growth,logan.anderson@example.com,France
|
| 22 |
+
Lucas,Martinez,CloudFlow Networks,Operations Manager,lucas.martinez@example.com,Belgium
|
| 23 |
+
Sofia,Williams,FutureBridge Solutions,Sales Director,sofiawilliams@example.com,Netherlands
|
| 24 |
+
Noah,Miller,CloudCore Networks,Marketing Manager,noah_miller@example.com,Mexico
|
| 25 |
+
Alexander,White,DynamicEdge Industries,VP Sales,alexander-white@example.com,United States
|
| 26 |
+
Levi,Ramirez,BrightLayer Systems,Marketing Director,levi_ramirez@example.com,South Korea
|
| 27 |
+
Ella,Brown,VisionBridge Networks,Chief Revenue Officer,ellabrown@example.com,Sweden
|
| 28 |
+
Noah,Lopez,FutureLogic Systems,Sales Manager,noahlopez@example.com,Switzerland
|
| 29 |
+
Daniel,Garcia,CorePulse Industries,Founder,daniel.garcia@example.com,France
|
| 30 |
+
Mia,Harris,CorePulse Technologies,Chief Executive Officer,mia-harris@example.com,Singapore
|
| 31 |
+
Daniel,Clark,FutureLogic Technologies,Data Analyst,daniel_clark@example.com,Sweden
|
train.csv
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
First Name,Last Name,Company,Job Title,Email,Country
|
| 2 |
+
Benjamin,Anderson,QuantumFlow Consulting,Account Executive,benjamin.anderson@example.com,Australia
|
| 3 |
+
Ethan,Lee,AlphaAxis Consulting,Revenue Operations Manager,ethan.lee@example.com,Denmark
|
| 4 |
+
Olivia,Lewis,GlobalPulse Group,Chief Revenue Officer,olivialewis@example.com,Germany
|
| 5 |
+
Levi,Martinez,BlueAxis Industries,CEO,levi-martinez@example.com,Norway
|
| 6 |
+
Avery,Jackson,PrimeEdge Consulting,Chief Revenue Officer,a.jackson@example.com,Argentina
|
| 7 |
+
Ella,Williams,NexaFlow Networks,Chief Executive Officer,ella.williams@example.com,Denmark
|
| 8 |
+
Henry,Clark,CoreCore Systems,CEO,henry_clark@example.com,United States
|
| 9 |
+
Daniel,Wilson,SilverLayer Consulting,Head of Growth,danielwilson@example.com,Denmark
|
| 10 |
+
Mia,Garcia,QuantumAxis Systems,Chief Executive Officer,miagarcia@example.com,Japan
|
| 11 |
+
Michael,Hernandez,AlphaPulse Networks,Head of Growth,michaelh@example.com,Mexico
|
| 12 |
+
Henry,Anderson,IronAxis Systems,Founder,h.anderson@example.com,New Zealand
|
| 13 |
+
Mia,Anderson,BrightLogic Solutions,Chief Technology Officer,m.anderson@example.com,South Korea
|
| 14 |
+
Mia,Garcia,CoreLogic Networks,Revenue Operations Manager,miag@example.com,Japan
|
| 15 |
+
Michael,Jackson,NorthLogic Software,Data Analyst,m.jackson@example.com,New Zealand
|
| 16 |
+
Alexander,Harris,IronVision Analytics,Founder,alexanderh@example.com,Brazil
|
| 17 |
+
Mia,Martinez,AlphaBridge Technologies,Chief Executive Officer,mia-martinez@example.com,Norway
|
| 18 |
+
Emma,Williams,NextAxis Networks,Business Development Manager,emma_williams@example.com,Canada
|
| 19 |
+
Emma,Thompson,NexaWave Networks,Marketing Director,emma.thompson@example.com,South Africa
|
| 20 |
+
Liam,Robinson,DynamicLayer Consulting,Strategy Manager,liamrobinson@example.com,Belgium
|
| 21 |
+
Isabella,Lopez,IronVision Consulting,Product Manager,isabellalopez@example.com,India
|
| 22 |
+
Sebastian,Lee,DynamicEdge Labs,Head of Growth,sebastian_lee@example.com,Finland
|
| 23 |
+
Levi,Lopez,NorthVision Group,Chief Technology Officer,levi_lopez@example.com,South Africa
|
| 24 |
+
Mateo,Gonzalez,GlobalEdge Group,Account Executive,mateo.gonzalez@example.com,Spain
|
| 25 |
+
Henry,Thompson,NextLayer Industries,Growth Manager,henry-thompson@example.com,United Arab Emirates
|
| 26 |
+
Liam,Brown,QuantumWave Solutions,VP Sales,liam-brown@example.com,South Korea
|
| 27 |
+
Olivia,Martin,BlueVision Systems,Operations Manager,oliviam@example.com,United Kingdom
|
| 28 |
+
Jackson,Gonzalez,IronFlow Labs,Chief Technology Officer,jacksongonzalez@example.com,Australia
|
| 29 |
+
Charlotte,Moore,CloudPulse Technologies,Business Development Manager,charlottemoore@example.com,Finland
|
| 30 |
+
Olivia,Jackson,BrightEdge Consulting,VP Sales,oliviaj@example.com,Australia
|
| 31 |
+
Henry,Taylor,AlphaLayer Group,Operations Manager,henry_taylor@example.com,Japan
|
| 32 |
+
Ava,Lee,IronLogic Consulting,Head of Growth,ava_lee@example.com,Switzerland
|
| 33 |
+
Levi,White,PrimeWave Group,CEO,levi.white@example.com,New Zealand
|
| 34 |
+
Elijah,Lewis,NextVision Consulting,Chief Marketing Officer,e.lewis@example.com,India
|
| 35 |
+
Mila,Moore,VisionLayer Analytics,Head of Growth,mila-moore@example.com,India
|
| 36 |
+
Mila,Gonzalez,VisionBridge Consulting,Sales Director,milag@example.com,United Kingdom
|
| 37 |
+
Michael,Jackson,CloudAxis Industries,VP Strategy,michaeljackson@example.com,New Zealand
|
| 38 |
+
Ella,Miller,PrimeEdge Consulting,VP Operations,ella.miller@example.com,Norway
|
| 39 |
+
Olivia,Anderson,NextCore Solutions,Marketing Director,oliviaa@example.com,India
|
| 40 |
+
James,Rodriguez,GlobalEdge Solutions,Co-Founder,jamesr@example.com,Netherlands
|
| 41 |
+
Sebastian,Hernandez,IronCore Technologies,Chief Technology Officer,sebastianh@example.com,Finland
|
| 42 |
+
Evelyn,Lopez,PrimeFlow Labs,VP Marketing,e.lopez@example.com,United Arab Emirates
|
| 43 |
+
Ella,Taylor,CloudWave Labs,Sales Manager,ella-taylor@example.com,United Arab Emirates
|
| 44 |
+
Harper,Davis,SilverPulse Group,Product Manager,harper_davis@example.com,Brazil
|
| 45 |
+
Mateo,Anderson,QuantumWave Group,Business Analyst,mateoanderson@example.com,Brazil
|
| 46 |
+
Jacob,Johnson,CloudCore Software,Strategy Manager,jacob-johnson@example.com,Argentina
|
| 47 |
+
Emily,Rodriguez,BlueAxis Consulting,Co-Founder,emilyr@example.com,Spain
|
| 48 |
+
Lucas,Sanchez,GlobalCore Solutions,VP Marketing,lucas_sanchez@example.com,South Africa
|
| 49 |
+
Benjamin,Gonzalez,FutureBridge Software,Operations Manager,benjamin_gonzalez@example.com,Norway
|
| 50 |
+
Sebastian,Martinez,GlobalLogic Analytics,Strategy Manager,sebastian-martinez@example.com,United Arab Emirates
|
| 51 |
+
Noah,Rodriguez,NorthWave Analytics,Chief Executive Officer,noah-rodriguez@example.com,United States
|
| 52 |
+
Sofia,Lopez,CloudPulse Networks,Head of Marketing,sofia_lopez@example.com,United Arab Emirates
|
| 53 |
+
Emma,Lopez,BlueEdge Technologies,Business Development Manager,emma-lopez@example.com,Australia
|
| 54 |
+
Liam,Robinson,GlobalEdge Technologies,Operations Director,l.robinson@example.com,Italy
|
| 55 |
+
Ella,Lee,NexaEdge Industries,Product Manager,ellal@example.com,Norway
|
| 56 |
+
Jackson,Clark,GlobalBridge Solutions,VP Strategy,jacksonc@example.com,United Arab Emirates
|
| 57 |
+
Emma,Martinez,SilverPulse Industries,Account Executive,emmamartinez@example.com,United States
|
| 58 |
+
Elijah,Hernandez,VertexWave Industries,VP Operations,elijah-hernandez@example.com,Finland
|
| 59 |
+
Isabella,Lopez,IronEdge Solutions,Strategy Manager,isabellalopez@example.com,India
|
| 60 |
+
Emily,Thompson,BlueLayer Industries,Head of Growth,emily-thompson@example.com,France
|
| 61 |
+
James,Lopez,NexaLogic Labs,Product Manager,james-lopez@example.com,Canada
|
| 62 |
+
Abigail,Sanchez,CoreVision Analytics,Growth Manager,a.sanchez@example.com,Finland
|
| 63 |
+
Henry,Martinez,NorthPulse Labs,Head of Partnerships,henrymartinez@example.com,Sweden
|
| 64 |
+
Henry,Gonzalez,NorthFlow Systems,Chief Financial Officer,h.gonzalez@example.com,Denmark
|
| 65 |
+
Jacob,Ramirez,CloudFlow Group,Co-Founder,jacobramirez@example.com,Netherlands
|
| 66 |
+
Michael,Thomas,NexaLogic Systems,Chief Marketing Officer,michaelthomas@example.com,Canada
|
| 67 |
+
James,Jones,BlueVision Solutions,Chief Technology Officer,james_jones@example.com,Belgium
|
| 68 |
+
Ella,Garcia,DynamicLogic Technologies,Head of Marketing,ellagarcia@example.com,Italy
|
| 69 |
+
Liam,Harris,AlphaVision Industries,Head of Partnerships,liam.harris@example.com,Belgium
|
| 70 |
+
Benjamin,Garcia,AlphaLayer Labs,Revenue Operations Manager,b.garcia@example.com,Germany
|
| 71 |
+
Mila,Harris,BrightBridge Software,Product Manager,milah@example.com,New Zealand
|
| 72 |
+
Alexander,White,AlphaBridge Consulting,VP Marketing,alexanderw@example.com,Mexico
|
| 73 |
+
Isabella,Jackson,IronPulse Solutions,VP Marketing,isabellaj@example.com,Japan
|
| 74 |
+
Noah,Taylor,FuturePulse Solutions,Chief Financial Officer,n.taylor@example.com,Switzerland
|
| 75 |
+
Logan,Robinson,GlobalEdge Networks,Chief Financial Officer,logan_robinson@example.com,Netherlands
|
| 76 |
+
Jacob,Thomas,GlobalLayer Solutions,Revenue Operations Manager,jacob.thomas@example.com,Belgium
|
| 77 |
+
Logan,Martinez,FutureAxis Labs,Revenue Operations Manager,l.martinez@example.com,India
|
| 78 |
+
Elizabeth,Johnson,NorthPulse Networks,Chief Technology Officer,elizabeth_johnson@example.com,Argentina
|
| 79 |
+
Charlotte,Garcia,FutureLayer Labs,Chief Financial Officer,charlotte.garcia@example.com,Japan
|
| 80 |
+
Camila,Hernandez,GlobalWave Group,Data Analyst,camila_hernandez@example.com,Germany
|
| 81 |
+
Alexander,Anderson,BrightLogic Software,Head of Growth,alexanderanderson@example.com,Netherlands
|
| 82 |
+
Henry,Brown,FutureFlow Industries,Founder,h.brown@example.com,Switzerland
|
| 83 |
+
Sofia,Moore,VertexPulse Analytics,VP Marketing,s.moore@example.com,United Kingdom
|
| 84 |
+
Sofia,Wilson,PrimeFlow Networks,Head of Partnerships,sofia_wilson@example.com,Denmark
|
| 85 |
+
Elizabeth,Martinez,PrimeFlow Industries,VP Sales,elizabeth-martinez@example.com,Germany
|
| 86 |
+
Avery,Williams,DynamicBridge Technologies,VP Sales,avery_williams@example.com,South Africa
|
| 87 |
+
Mason,Johnson,NorthLayer Technologies,Operations Director,mason_johnson@example.com,France
|
| 88 |
+
Benjamin,Hernandez,BlueAxis Labs,Chief Marketing Officer,benjamin.hernandez@example.com,Spain
|
| 89 |
+
Emily,Lopez,VertexLogic Industries,CEO,e.lopez@example.com,New Zealand
|
| 90 |
+
Luna,Thompson,IronBridge Systems,CEO,l.thompson@example.com,Singapore
|
| 91 |
+
Mila,Johnson,NextWave Labs,Sales Manager,m.johnson@example.com,New Zealand
|
| 92 |
+
Mason,Perez,AlphaBridge Technologies,Chief Technology Officer,mason.perez@example.com,Italy
|
| 93 |
+
Ava,Rodriguez,PrimeCore Software,Chief Executive Officer,avar@example.com,Singapore
|
| 94 |
+
Mia,Gonzalez,NexaCore Networks,VP Sales,mia_gonzalez@example.com,Switzerland
|
| 95 |
+
Logan,Miller,QuantumBridge Networks,Chief Financial Officer,l.miller@example.com,Italy
|
| 96 |
+
Levi,Taylor,IronEdge Group,Chief Marketing Officer,l.taylor@example.com,Mexico
|
| 97 |
+
Oliver,Hernandez,SilverEdge Solutions,Operations Director,oliver.hernandez@example.com,Spain
|
| 98 |
+
Jackson,Smith,BrightBridge Industries,CEO,jacksonsmith@example.com,Brazil
|
| 99 |
+
Avery,Harris,VertexWave Industries,Head of Partnerships,avery.harris@example.com,Belgium
|
| 100 |
+
William,Lewis,SilverAxis Labs,Chief Revenue Officer,william.lewis@example.com,Italy
|
| 101 |
+
Sofia,Thomas,VisionVision Industries,CEO,sofiat@example.com,Spain
|
| 102 |
+
James,Clark,NorthEdge Solutions,Account Executive,jamesc@example.com,Spain
|
| 103 |
+
Jackson,Martinez,QuantumWave Consulting,Head of Marketing,jackson.martinez@example.com,India
|
| 104 |
+
Amelia,Robinson,VisionEdge Group,Chief Executive Officer,amelia-robinson@example.com,Japan
|
| 105 |
+
Sofia,Lee,NextBridge Industries,Revenue Operations Manager,sofia-lee@example.com,Mexico
|
| 106 |
+
Avery,Harris,GlobalPulse Industries,Marketing Director,averyharris@example.com,Belgium
|
| 107 |
+
Mason,Thomas,SilverFlow Systems,Head of Partnerships,mason_thomas@example.com,Mexico
|
| 108 |
+
Mason,Miller,VertexWave Labs,Head of Partnerships,mason_miller@example.com,Singapore
|
| 109 |
+
Emma,Harris,NexaVision Consulting,Chief Revenue Officer,emmah@example.com,Norway
|
| 110 |
+
Michael,Ramirez,BlueCore Consulting,Chief Technology Officer,michael-ramirez@example.com,United Arab Emirates
|
| 111 |
+
Sebastian,Anderson,CoreFlow Software,Business Development Manager,sebastiana@example.com,Sweden
|
| 112 |
+
Mateo,Hernandez,NexaLayer Group,Chief Financial Officer,m.hernandez@example.com,United States
|
| 113 |
+
Sofia,Wilson,FutureCore Solutions,Founder,sofia-wilson@example.com,South Korea
|
| 114 |
+
Oliver,Ramirez,GlobalEdge Systems,VP Marketing,oliver_ramirez@example.com,Germany
|
| 115 |
+
Jacob,Martinez,FutureCore Labs,Chief Financial Officer,jacob_martinez@example.com,United Kingdom
|
| 116 |
+
Mason,Johnson,NorthBridge Networks,Chief Executive Officer,mason.johnson@example.com,Sweden
|
| 117 |
+
Jackson,Jones,AlphaFlow Group,Revenue Operations Manager,jackson.jones@example.com,United States
|
| 118 |
+
Sofia,Clark,NextVision Analytics,Head of Marketing,sofia.clark@example.com,Spain
|