Giter Club home page Giter Club logo

genderize's People

Contributors

granteagon avatar oychang avatar steelpangolin avatar vionemc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

genderize's Issues

Process stuck on windows

    logger.info("Start the genderize api")
    gen = (Genderize().get(names=[name_lowercase]))
    logger.info("end the genderize api")

The first line is set but we don't reach the second one, ctrl+c don't even close the process!
Is it that something is stuck ?

using genderiz with big datasets

I am trying to use the genderize library to find the gender of a database of 7 thousands name, however, the function only returns the gender of the 10 first names in the dataset. Here is my code:
from genderize import Genderize
import csv
with open('mydata.csv', 'rb') as f:
reader = csv.reader(f)
your_list = list(reader)
print(Genderize().get(your_list))

Give an option to not only return the data, but also the header

There are important informations regarding rate limit in the response header stated here.

X-Rate-Limit-Limit: 100000 // The amount of names in the current subscription period
X-Rate-Limit-Remaining: 1398 // The number of names left in the current subscription period
X-Rate-Reset: 13829 // Seconds remaining until a new subscription period starts

I am quite new in Github, I want to contribute here, but how to.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.