Machine Learning Users On Github
Data Ingestion from Github API
@kaggle.prosperchuks_machine_learning_users_on_github
Data Ingestion from Github API
@kaggle.prosperchuks_machine_learning_users_on_github
Data was scraped from Github's API.
LOGIN: shows the user's Github login
ID: user's id
URL: API link to the user's profile
NAME: fullname of the user
COMPANY: organization the user's affiliated with
BLOG: link to the user's blog site
LOCATION: location where the user resides
EMAIL: user's email address
BIO: about the user
This dataset contains over 600 users from Lagos, Nigeria and Rwanda
Source: https://github.com/ProsperChuks/Github-Data-Ingestion/tree/main/data
CREATE TABLE ml_git_users (
"unnamed_0" BIGINT -- Unnamed: 0,
"login" VARCHAR,
"id" BIGINT,
"url" VARCHAR,
"name" VARCHAR,
"company" VARCHAR,
"blog" VARCHAR,
"location" VARCHAR,
"email" VARCHAR,
"bio" VARCHAR,
"followers" BIGINT,
"following" BIGINT
);
Anyone who has the link will be able to view this.