Change Notebook and readme to new DatraSet
This commit is contained in:
@@ -9,7 +9,7 @@ As a data basis, we use a publicly available Steam Games dataset that we found o
|
|||||||
|
|
||||||
## Dataset
|
## Dataset
|
||||||
|
|
||||||
We use the [Steam Games Dataset from Kaggle](https://www.kaggle.com/datasets/trolukovich/steam-games-complete-dataset).
|
We use the [Steam Games Dataset from Kaggle](https://www.kaggle.com/datasets/artermiloff/steam-games-dataset/data).
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
"The goal of this project is getting the genre(s) of a game trough its given metadata\n",
|
"The goal of this project is getting the genre(s) of a game trough its given metadata\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Dataset\n",
|
"## Dataset\n",
|
||||||
"For our project we use a Steam DataSet from kaggle. You can find it under the following URL: [Kaggle.com](https://www.kaggle.com/datasets/trolukovich/steam-games-complete-dataset)"
|
"For our project we use a Steam DataSet from kaggle. You can find it under the following URL: [Kaggle.com](https://www.kaggle.com/datasets/artermiloff/steam-games-dataset/data)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 19,
|
"execution_count": null,
|
||||||
"id": "3116b75f",
|
"id": "3116b75f",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"# load data\n",
|
"# load data\n",
|
||||||
"# url,types,name,desc_snippet,recent_reviews,all_reviews,release_date,developer,publisher,popular_tags,game_details,languages,achievements,genre,game_description,mature_content,minimum_requirements,recommended_requirements,original_price,discount_price\n",
|
"# url,types,name,desc_snippet,recent_reviews,all_reviews,release_date,developer,publisher,popular_tags,game_details,languages,achievements,genre,game_description,mature_content,minimum_requirements,recommended_requirements,original_price,discount_price\n",
|
||||||
"dataset = pd.read_csv(\"./steam_games.csv\",sep=\",\")\n",
|
"dataset = pd.read_csv(\"./games_march2025_cleaned.csv\",sep=\",\")\n",
|
||||||
"print(dataset.head())"
|
"print(dataset.head())"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user