Skip to content

mrblasco/genderNamesITA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Gender of Italian Names

A dataset of over 32,000 Italian first names and the associated gender frequency (SOURCE: Anagrafe amministratori locali 1985-2014)

To upload the file with R:

library(RCurl)
x <- getURL("https://raw.githubusercontent.com/mrblasco/genderNamesITA/master/gender_firstnames_ITA.csv")
y <- read.csv(text = x)

Notes

  • niccolo’ instead of niccolò

About

A dataset of Italian first names and the associated gender (SOURCE: Anagrafe amministratori locali 1985-2014)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published