GitHub Mobile Development Repositories
From 2018 to August 2023
@kaggle.oscarpobletesenz_github_mobile_development_repositories
From 2018 to August 2023
@kaggle.oscarpobletesenz_github_mobile_development_repositories
The dataset being shared comprises mobile development repository data from GitHub, covering those that have been modified or created in the last five years. The data is available in both CSV and JSON formats.
CREATE TABLE n_2018_2023 (
"name" VARCHAR,
"owner" VARCHAR,
"description" VARCHAR,
"url" VARCHAR,
"createdat" TIMESTAMP,
"users" BIGINT,
"watchers" BIGINT,
"stars" BIGINT,
"forks" BIGINT,
"projects" BIGINT,
"issues" BIGINT,
"pullrequests" BIGINT,
"diskusage" BIGINT,
"license" VARCHAR,
"languages" VARCHAR,
"primarylanguage" VARCHAR,
"environments" VARCHAR,
"submodules" VARCHAR,
"topics" VARCHAR,
"extra" VARCHAR
);
Anyone who has the link will be able to view this.