ethanker commited on
Commit
c6b1637
1 Parent(s): f9b6324

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -29
README.md CHANGED
@@ -1,29 +1,44 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: year_of_birth
5
- dtype: int64
6
- - name: gender
7
- dtype: string
8
- - name: name
9
- dtype: string
10
- - name: geo_code
11
- dtype: string
12
- - name: observation_value
13
- dtype: int64
14
- - name: name_label
15
- dtype: string
16
- - name: __index_level_0__
17
- dtype: int64
18
- splits:
19
- - name: train
20
- num_bytes: 283497123
21
- num_examples: 4523559
22
- download_size: 51881982
23
- dataset_size: 283497123
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
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