Android Games
Games released for the android os
@kaggle.thedevastator_224_current_android_games_and_their_basic_inform
Games released for the android os
@kaggle.thedevastator_224_current_android_games_and_their_basic_inform
This dataset contains a list of all current Android games, as well as some basic information about each game. This dataset would be of particular interest to researchers who are interested in the Android gaming market, or in game development for Android. The dataset includes information on the game's title, developer (s), publisher (s), genre, release date, and a reference to the game's page on the Android Games Wiki
This dataset can be used to research the Android gaming market, or to develop Android games. The data includes the names of 224 current Android games, as well as information about each game's developer, publisher, genre, and release date
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: df_1.csv
| Column name | Description |
|---|---|
| Title | The title of the Android game. (String) |
| Developer(s) | The developer(s) of the Android game. (String) |
| Publisher(s) | The publisher(s) of the Android game. (String) |
| Genre | The genre of the Android game. (String) |
| Release date | The release date of the Android game. (String) |
| ref | A reference to the game's page on the Android Games Wiki. (String) |
File: df_4.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_3.csv
File: df_2.csv
File: df_6.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
File: df_5.csv
| Column name | Description |
|---|---|
| 0 | |
| 1 |
CREATE TABLE df_1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s),
"genre" VARCHAR,
"release_date" VARCHAR,
"ref" VARCHAR
);Anyone who has the link will be able to view this.