Datasets:

Modalities:
Text
Formats:
csv
Languages:
French
DOI:
Libraries:
Datasets
pandas
License:
lastname
stringlengths
2
55
occurrences
int64
2
99.2k
martin
99,218
bernard
52,622
thomas
46,322
petit
45,944
durand
44,076
richard
42,426
dubois
42,327
robert
41,294
moreau
41,048
laurent
38,731
simon
38,197
michel
37,027
lefebvre
34,129
leroy
33,418
roux
32,451
bertrand
29,779
david
29,089
fournier
28,869
bonnet
28,684
girard
27,733
morel
27,608
faure
26,917
dupont
26,732
lambert
26,692
blanc
26,673
rousseau
26,336
vincent
26,035
mercier
24,789
muller
24,749
andre
24,551
guerin
24,380
lefevre
24,224
garnier
23,942
gauthier
23,635
chevalier
23,052
perrin
22,636
legrand
22,535
fontaine
22,526
francois
22,426
clement
21,919
robin
21,808
boyer
21,578
mathieu
21,565
nicolas
21,441
morin
21,060
roussel
20,838
henry
20,810
masson
20,597
gautier
20,358
marchand
20,303
garcia
20,223
denis
19,270
meunier
19,247
giraud
19,221
duval
19,218
brun
19,170
meyer
19,129
dumont
19,062
lemaire
18,930
dufour
18,766
arnaud
18,411
gaillard
18,281
noel
18,112
vidal
17,903
brunet
17,894
roche
17,888
blanchard
17,879
joly
17,483
marie
17,446
fabre
17,379
barbier
17,327
lucas
17,273
martinez
16,929
gerard
16,830
schmitt
16,619
renard
16,558
roy
16,536
colin
16,401
roger
15,908
dumas
15,847
aubert
15,691
leroux
15,625
caron
15,503
picard
15,423
renaud
15,182
rey
15,077
lacroix
14,941
riviere
14,936
lemoine
14,932
olivier
14,370
dupuy
14,359
rolland
14,215
philippe
14,152
benoit
14,109
bourgeois
13,961
pierre
13,851
leclerc
13,637
berger
13,410
guillot
13,373
lecomte
13,346

French Last Names from Death Records (1970-2024)

This dataset contains French lasst names extracted from death records provided by INSEE (French National Institute of Statistics and Economic Studies) covering the period from 1970 to September 2024.

Dataset Description

Random name generator demo

go to https://sctg-development.github.io/french-names-extractor/

Data Source

The data is sourced from INSEE's death records database. It includes last names of deceased individuals in France, providing valuable insights into naming patterns across different generations.

The extractor source code can be found on Github sctg-development/french-names-extractor

Time Period

  • Start: 1970
  • End: September 2024

Features

The dataset contains two columns:

  • lastname: The last name of the deceased person
  • occurrences: Number of occurrences of the name in the records

Data Processing

The following filtering criteria were applied to clean the data:

  • Names with length > 1 character
  • Names not composed of repeated single characters
  • Only names with at least 2 occurrences are included

Data Format

  • File format: CSV
  • Encoding: UTF-8
  • Separator: comma (,)

Usage

This dataset can be used for various purposes, including:

  • Historical analysis of French naming patterns
  • Demographic studies
  • Gender classification of French names
  • Cultural evolution studies
  • Genealogical research

Loading the Dataset

from datasets import load_dataset
dataset = load_dataset("eltorio/french_last_names_insee_2024")

License

MIT License

Citation

@dataset{french_last_names_insee_2024,
  author = {Ronan Le Meillat},
  title = {French Last Names from Death Records (1970-2024)},
  year = {2024},
  publisher = {Hugging Face},
  source = {INSEE},
}

Dataset Creation

Data Collection

The data was extracted from INSEE's death records database, which maintains official records of all deaths in France.

Preprocessing

  1. Extraction of last names from death records
  2. Filtering out names with only 1 character
  3. Filtering out names composed of repeated single characters
  4. Removal of names with single occurrence
  5. Counting occurrences of each name

Dataset Structure

DatasetDict({
    'train': Dataset({
        features: ['lastname', occurrences'],
        num_rows: [NUMBER_OF_ROWS]
    })
})

Additional Information

Source Data

The original data was obtained from INSEE (Institut National de la Statistique et des Études Économiques), the French National Institute of Statistics and Economic Studies.

Maintenance

This dataset is a static snapshot and reflects death records up to September 2024.

Known Limitations

  • The dataset only includes names from death records, which may not fully represent contemporary naming patterns
  • Historical records might have some inconsistencies in spelling or recording
  • The dataset only includes names with at least 2 occurrences, which might exclude some rare or unique names

Acknowledgments

Thanks to INSEE for making this data publicly available.

Downloads last month
24
Edit dataset card