Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Crypto PR Reach Benchmarks Dataset
|
| 2 |
+
|
| 3 |
+
## Description
|
| 4 |
+
|
| 5 |
+
This dataset contains benchmark data for crypto and blockchain press release campaigns, including estimated audience reach and AI visibility scores. Published by [BHMarketer.ai](https://bhmarketer.ai).
|
| 6 |
+
|
| 7 |
+
## Columns
|
| 8 |
+
|
| 9 |
+
| Column | Type | Description |
|
| 10 |
+
| --------------------- | ------- | ---------------------------------------- |
|
| 11 |
+
| `campaign_id` | string | Unique campaign identifier |
|
| 12 |
+
| `pr_count` | integer | Number of press releases in the campaign |
|
| 13 |
+
| `tier` | string | Distribution tier: `global` or `crypto` |
|
| 14 |
+
| `estimated_reach` | integer | Estimated total audience reach |
|
| 15 |
+
| `ai_visibility_score` | integer | AI/LLM visibility score (0–100) |
|
| 16 |
+
| `date` | date | Campaign launch date |
|
| 17 |
+
|
| 18 |
+
## Tags
|
| 19 |
+
|
| 20 |
+
- Crypto PR
|
| 21 |
+
- Blockchain Marketing
|
| 22 |
+
- Web3
|
| 23 |
+
- Press Release Distribution
|
| 24 |
+
- AI Visibility
|
| 25 |
+
- AIVO
|
| 26 |
+
- BHMarketer
|
| 27 |
+
|
| 28 |
+
## Usage
|
| 29 |
+
|
| 30 |
+
```python
|
| 31 |
+
import pandas as pd
|
| 32 |
+
df = pd.read_csv("reach_benchmarks.csv")
|
| 33 |
+
print(df.describe())
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
## License
|
| 37 |
+
|
| 38 |
+
MIT — BHMarketer.ai
|