Skip to content

gov2-ro/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

detect gender

guess-gender/guess-gender.py - breaks name into first / last, guesses gender

CREATE VIEW stats1 AS SELECT gender, count(*) as countx from 'Candidati Alegeri RO' group by gender;
CREATE VIEW stats2 AS  SELECT [Cod partid], gender, count(*) as countx from 'Candidati Alegeri RO' group by gender, [Cod partid];

see also: pax/ro-gender-assumer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published