The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'industry', 'best_send_time', 'reply_rate', 'open_rate'}) and 2 missing columns ({'detail', 'field'}).
This happened while the csv dataset builder was generating data using
hf://datasets/emailmarketingdataset/offer-billion-global-dataset/data/industry_benchmarks.csv (at revision 7493179f1d4c57233ad53583fbb7a77ff847e6cf), [/tmp/hf-datasets-cache/medium/datasets/89902160948647-config-parquet-and-info-emailmarketingdataset-off-3ffbf206/hub/datasets--emailmarketingdataset--offer-billion-global-dataset/snapshots/7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/compliance.csv (origin=hf://datasets/emailmarketingdataset/offer-billion-global-dataset@7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/compliance.csv), /tmp/hf-datasets-cache/medium/datasets/89902160948647-config-parquet-and-info-emailmarketingdataset-off-3ffbf206/hub/datasets--emailmarketingdataset--offer-billion-global-dataset/snapshots/7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/industry_benchmarks.csv (origin=hf://datasets/emailmarketingdataset/offer-billion-global-dataset@7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/industry_benchmarks.csv), /tmp/hf-datasets-cache/medium/datasets/89902160948647-config-parquet-and-info-emailmarketingdataset-off-3ffbf206/hub/datasets--emailmarketingdataset--offer-billion-global-dataset/snapshots/7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/market_overview.csv (origin=hf://datasets/emailmarketingdataset/offer-billion-global-dataset@7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/market_overview.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
industry: string
open_rate: string
reply_rate: string
best_send_time: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 742
to
{'field': Value('null'), 'detail': Value('null')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 4 new columns ({'industry', 'best_send_time', 'reply_rate', 'open_rate'}) and 2 missing columns ({'detail', 'field'}).
This happened while the csv dataset builder was generating data using
hf://datasets/emailmarketingdataset/offer-billion-global-dataset/data/industry_benchmarks.csv (at revision 7493179f1d4c57233ad53583fbb7a77ff847e6cf), [/tmp/hf-datasets-cache/medium/datasets/89902160948647-config-parquet-and-info-emailmarketingdataset-off-3ffbf206/hub/datasets--emailmarketingdataset--offer-billion-global-dataset/snapshots/7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/compliance.csv (origin=hf://datasets/emailmarketingdataset/offer-billion-global-dataset@7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/compliance.csv), /tmp/hf-datasets-cache/medium/datasets/89902160948647-config-parquet-and-info-emailmarketingdataset-off-3ffbf206/hub/datasets--emailmarketingdataset--offer-billion-global-dataset/snapshots/7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/industry_benchmarks.csv (origin=hf://datasets/emailmarketingdataset/offer-billion-global-dataset@7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/industry_benchmarks.csv), /tmp/hf-datasets-cache/medium/datasets/89902160948647-config-parquet-and-info-emailmarketingdataset-off-3ffbf206/hub/datasets--emailmarketingdataset--offer-billion-global-dataset/snapshots/7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/market_overview.csv (origin=hf://datasets/emailmarketingdataset/offer-billion-global-dataset@7493179f1d4c57233ad53583fbb7a77ff847e6cf/data/market_overview.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
industry string | open_rate string | reply_rate string | best_send_time string |
|---|---|---|---|
Technology & Software | 22-31% | 3.5-6.5% | Tuesday-Thursday, 8-10am local |
Healthcare & Medical | 18-26% | 2.0-4.5% | Tuesday-Wednesday, 6:30-8am (before rounds) |
Manufacturing & Engineering | 16-23% | 1.8-3.5% | Tuesday-Thursday, 7-9am (before floor opens) |
Finance & Banking | 15-22% | 1.5-3.2% | Tuesday-Wednesday, 7:30-9am |
Professional Services | 20-28% | 2.5-5.0% | Tuesday-Thursday, 8-10am |
Real Estate | 18-26% | 2-6% | null |
Construction & Real Estate | 17-24% | 2.0-3.8% | Monday, Wednesday, 6-8am (before site visits) |
Legal | 19-27% | 2.2-4.5% | Tuesday-Thursday, 8-10am |
E-commerce | 24-33% | 3.5-6.5% | Tuesday-Thursday, 9-11am |
Oil & Energy | 14-20% | 2-4% | null |
Education & Training | 16-24% | 2-5% | null |
Retail & Commerce | 17-24% | 2-5% | null |
Agriculture & Food | 14-22% | 2-4% | null |
Transportation & Logistics | 16-22% | 2-5% | null |
null | null | null | null |
null | null | null | null |
null | null | null | null |
[Offer] Billion Global Email List — Market Intelligence Dataset
2,000,000,000 verified Worldwide contacts are available from LeadsBlue →. This open dataset provides the aggregate market intelligence behind that database — contact volume, benchmark open/reply rates, send timing, and compliance for the Worldwide segment.
At a glance: This dataset provides aggregated market-intelligence on the [Offer] Billion Global Email List segment — real business-population statistics, cold-email performance benchmarks, and compliance context compiled by LeadsBlue Research.
Key figures
| Metric | Value |
|---|---|
| Verified contacts in segment | 2,000,000,000 |
| Geography | Worldwide |
| Industry verticals benchmarked | 14 |
| License | CC BY 4.0 |
📥 Get the full [Offer] Billion Global Email List — individual verified business records, ready to use: Download from LeadsBlue →
Market overview
This dataset describes the Worldwide business-email segment, comprising 2,000,000,000 verified business contacts in LeadsBlue's database. It provides segment-level scale, cross-industry outreach benchmarks, and channel timing for teams planning business outreach to Worldwide. Benchmark rates below are drawn from LeadsBlue's cross-market cold-email performance study.
Files in this dataset
| File | Contents |
|---|---|
data/market_overview.csv |
Segment-level metrics: contact volume, benchmark rates, send timing |
data/industry_benchmarks.csv |
Open/reply benchmarks across 14 industry verticals |
data/compliance.csv |
Regulatory framework, business culture, decision-maker profile, hubs |
Methodology
Statistics are derived from LeadsBlue's verified database counts combined with published market baselines. This dataset contains aggregate figures only; it includes no individual contact records.
How to cite
LeadsBlue Research. (2026). [Offer] Billion Global Email List — Market Intelligence Dataset. Derived from the B2B Cold Email Benchmark Report 2026 (https://doi.org/10.5281/zenodo.20136256). CC BY 4.0. Source: https://leadsblue.com
@dataset{leadsblue_offer_billion_global_dataset_2026,
author = {Johnson, Luther},
title = {[Offer] Billion Global Email List -- Market Intelligence Dataset},
year = {2026},
publisher = {LeadsBlue Research},
doi = {10.5281/zenodo.20136256},
url = {https://leadsblue.com/leads/2-billion-emails-list-au-usa-uk-ca-worldwide-leads/}
}
Source & full dataset
This aggregate dataset is published by LeadsBlue Research. The full verified targeted email list — with individual business contact records — is available at [Offer] Billion Global Email List.
Related resources: Benchmark report (Zenodo) · Research hub · Interactive tools
- Downloads last month
- 32