You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was planning to write a function for our own uses to predict gender from name/year when I came across your package, would it be of interest/use to have the NRS data and an associated function added your package? If so how best to go about this? I'm happy to write the code for a gender_nrs() function and incorporate this, following the style of similar existing functions but I'm not sure how to go about adding to the data to genderdata or making sure this would update yearly.
The text was updated successfully, but these errors were encountered:
The National Records for Scotland publish counts of baby names by gender, including every year from 1974. Babies First Names', this is available as a generically named single csv: babies-first-names-all-names-all-years.csv.
I was planning to write a function for our own uses to predict gender from name/year when I came across your package, would it be of interest/use to have the NRS data and an associated function added your package? If so how best to go about this? I'm happy to write the code for a
gender_nrs()
function and incorporate this, following the style of similar existing functions but I'm not sure how to go about adding to the data togenderdata
or making sure this would update yearly.The text was updated successfully, but these errors were encountered: