Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,29 +1,44 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
license: cc-by-4.0
|
5 |
+
task_categories:
|
6 |
+
- text-classification
|
7 |
+
pretty_name: French First Names Dataset
|
8 |
+
size_categories:
|
9 |
+
- 1M<n<10M
|
10 |
+
---
|
11 |
+
|
12 |
+
# French First Names Dataset
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
This dataset contains information about first names given in France, including historical data from 1900 to 2023.
|
17 |
+
|
18 |
+
### Data Fields
|
19 |
+
|
20 |
+
- YOB: Year of Birth
|
21 |
+
- SEXE: Gender (Masculin/Féminin)
|
22 |
+
- PRENOM: Original name code
|
23 |
+
- PRENOM_COMPLET: Complete name
|
24 |
+
- GEO: Geographic code (French departments)
|
25 |
+
- GEO_OBJECT: Type of geographic division
|
26 |
+
- TIME_PERIOD: Year of observation
|
27 |
+
- OBS_VALUE: Number of occurrences
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
|
31 |
+
The dataset contains 4563263 rows and 8 columns.
|
32 |
+
|
33 |
+
## Dataset Creation
|
34 |
+
|
35 |
+
This dataset was created by merging two separate datasets:
|
36 |
+
1. A main dataset containing name frequencies
|
37 |
+
2. A metadata dataset containing name mappings
|
38 |
+
|
39 |
+
## Additional Information
|
40 |
+
|
41 |
+
- Most common male name: Jean
|
42 |
+
- Most common female name: Marie
|
43 |
+
- Year range: -1 - 2023
|
44 |
+
- Total unique names: 37766
|