Baselight

Machine Learning Users On Github

Data Ingestion from Github API

@kaggle.prosperchuks_machine_learning_users_on_github

Loading...
Loading...

About this Dataset

Machine Learning Users On Github

Data was scraped from Github's API.

Columns

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

Tables

Ml Git Users

@kaggle.prosperchuks_machine_learning_users_on_github.ml_git_users
  • 77.29 KB
  • 670 rows
  • 12 columns
Loading...

CREATE TABLE ml_git_users (
  "unnamed_0" BIGINT,
  "login" VARCHAR,
  "id" BIGINT,
  "url" VARCHAR,
  "name" VARCHAR,
  "company" VARCHAR,
  "blog" VARCHAR,
  "location" VARCHAR,
  "email" VARCHAR,
  "bio" VARCHAR,
  "followers" BIGINT,
  "following" BIGINT
);

Share link

Anyone who has the link will be able to view this.