alf1990mi commited on
Commit
85dce37
·
verified ·
1 Parent(s): 567f420

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +166 -0
README.md ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - feature-extraction
6
+ - tabular-classification
7
+ language:
8
+ - en
9
+ - multilingual
10
+ tags:
11
+ - companies
12
+ - business
13
+ - lead-generation
14
+ - b2b
15
+ - firmographic
16
+ - company-data
17
+ - credit-scoring
18
+ - financial-data
19
+ - global-companies
20
+ pretty_name: "World Company Database — Premium 1M (Revenue + Credit Score)"
21
+ size_categories:
22
+ - 100K<n<1M
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: premium-1m-companies.parquet
28
+ ---
29
+
30
+ # World Company Database — Premium 1M Sample
31
+
32
+ **1,000,000 curated companies** with verified revenue data and credit scores, extracted from the [S.C.A.L.A. Score](https://score.get-scala.com) global company database containing **272+ million records**.
33
+
34
+ ## What Makes This Premium
35
+
36
+ Unlike random company samples, **every record in this dataset** has:
37
+
38
+ - **Actual revenue data** (revenue > 0) — no empty financial fields
39
+ - **Credit score >= 50** — only creditworthy, financially assessed companies
40
+ - **Sorted by revenue** — the largest companies in each country come first
41
+
42
+ This is the top slice of 2.3 million financially enriched records out of 272M+ total.
43
+
44
+ ## Dataset Description
45
+
46
+ This dataset provides high-quality structured firmographic and financial data for 1 million companies across 13 European countries + the US, useful for:
47
+
48
+ - **Financial analysis & benchmarking** — Every record has real revenue, many have net income, assets, and equity
49
+ - **Credit risk modeling** — All records have S.C.A.L.A. credit scores (50-100) and letter grades
50
+ - **Lead generation & B2B prospecting** — Filter by country, sector, size, and financial health
51
+ - **Market research** — Analyze business landscapes with actual financial data
52
+ - **ML training** — High-quality labeled data for revenue prediction, credit scoring, sector classification
53
+
54
+ ## Schema
55
+
56
+ | Column | Type | Description | Coverage |
57
+ |--------|------|-------------|----------|
58
+ | `name` | string | Company legal/trading name | 100% |
59
+ | `city` | string | City / municipality | varies |
60
+ | `country` | string | ISO 3166-1 alpha-2 country code | 100% |
61
+ | `legal_form` | string | Legal entity type (SAS, SA, SRL, etc.) | varies |
62
+ | `sector` | string | Industry sector code | varies |
63
+ | `sector_desc` | string | Sector description (human-readable) | varies |
64
+ | `status` | string | Company status (active, inactive, etc.) | varies |
65
+ | `founded` | string | Year or date of incorporation | varies |
66
+ | `employees` | integer | Number of employees | varies |
67
+ | `revenue` | bigint | Annual revenue (local currency) | **100%** |
68
+ | `net_income` | bigint | Net income (local currency) | varies |
69
+ | `total_assets` | bigint | Total assets | varies |
70
+ | `equity` | bigint | Shareholders' equity | varies |
71
+ | `financial_year` | integer | Year of financial data | varies |
72
+ | `score` | integer | S.C.A.L.A. credit score (50-100) | **100%** |
73
+ | `grade` | string | Credit grade (A/B/C/D/E/F) | varies |
74
+ | `source` | string | Data source identifier | 100% |
75
+
76
+ Note: `tax_id` and `address` fields are excluded from this public sample for privacy. Available via the Score API.
77
+
78
+ ## Country Distribution
79
+
80
+ | Country | Records | Avg Score | Avg Revenue | Max Revenue |
81
+ |---------|---------|-----------|-------------|-------------|
82
+ | FR | 400,000 | 53.5 | 18M | 214B |
83
+ | NO | 200,000 | 60.4 | 60M | 941B |
84
+ | IT | 200,000 | 77.0 | 20M | 190B |
85
+ | PT | 80,000 | 64.2 | 2.4M | 29B |
86
+ | SE | 50,000 | 65.0 | 17M | 26B |
87
+ | BE | 30,000 | 65.0 | 28M | 92B |
88
+ | DK | 27,000 | 65.1 | 270M | 425B |
89
+ | CZ | 6,000 | 70.0 | 1B | 424B |
90
+ | EE | 3,000 | 59.1 | 4.7M | 2.2B |
91
+ | US | 2,000 | 80.3 | 12.9B | 717B |
92
+ | LV | 1,000 | 76.3 | 82M | 1.4B |
93
+ | ES | 500 | 58.4 | 492M | 62B |
94
+ | FI | 500 | 54.2 | 169M | 25B |
95
+
96
+ Revenue values are in local currency (EUR for most countries, NOK for Norway, SEK for Sweden, CZK for Czech Republic, USD for the US, DKK for Denmark).
97
+
98
+ ## Usage
99
+
100
+ ### Python (pandas)
101
+ ```python
102
+ import pandas as pd
103
+ df = pd.read_parquet("hf://datasets/Alessandro114/world-company-database/premium-1m-companies.parquet")
104
+ print(df.shape) # (1000000, 17)
105
+ print(df['revenue'].describe())
106
+ ```
107
+
108
+ ### Python (DuckDB)
109
+ ```python
110
+ import duckdb
111
+
112
+ # Top 10 companies by revenue
113
+ duckdb.sql("""
114
+ SELECT name, country, revenue, score, grade
115
+ FROM 'hf://datasets/Alessandro114/world-company-database/premium-1m-companies.parquet'
116
+ ORDER BY revenue DESC
117
+ LIMIT 10
118
+ """).show()
119
+
120
+ # Country breakdown
121
+ duckdb.sql("""
122
+ SELECT country, COUNT(*) as companies, AVG(score) as avg_score,
123
+ AVG(revenue) as avg_revenue
124
+ FROM 'hf://datasets/Alessandro114/world-company-database/premium-1m-companies.parquet'
125
+ GROUP BY country ORDER BY companies DESC
126
+ """).show()
127
+ ```
128
+
129
+ ### Python (datasets)
130
+ ```python
131
+ from datasets import load_dataset
132
+ ds = load_dataset("Alessandro114/world-company-database")
133
+ ```
134
+
135
+ ## Full Database Access
136
+
137
+ This is a **premium 1M sample** from a database of **272+ million companies** across 265 countries.
138
+
139
+ The full database contains 2.3M+ companies with financial data, and 272M+ total company records.
140
+
141
+ For full access with advanced filtering, enrichment, and real-time updates:
142
+
143
+ - **Score API**: [https://score.get-scala.com/api](https://score.get-scala.com/api) — RESTful API with country, sector, revenue, and employee filters
144
+ - **Bulk exports**: Available for enterprise customers
145
+ - **Custom enrichment**: Tax ID validation, financial data, credit scoring
146
+
147
+ Built by [S.C.A.L.A.](https://get-scala.com) — the enterprise AI operating system.
148
+
149
+ ## License
150
+
151
+ This dataset is released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
152
+
153
+ - **Non-commercial use**: Free with attribution
154
+ - **Commercial use**: Requires API access — see [score.get-scala.com](https://score.get-scala.com)
155
+
156
+ ## Citation
157
+
158
+ ```bibtex
159
+ @dataset{scala_score_premium_2026,
160
+ title={World Company Database - Premium 1M Sample with Revenue and Credit Scores},
161
+ author={S.C.A.L.A.},
162
+ year={2026},
163
+ url={https://huggingface.co/datasets/Alessandro114/world-company-database},
164
+ license={CC BY-NC 4.0}
165
+ }
166
+ ```