Change Notebook and readme to new DatraSet
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
"The goal of this project is getting the genre(s) of a game trough its given metadata\n",
|
||||
"\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",
|
||||
"execution_count": 19,
|
||||
"execution_count": null,
|
||||
"id": "3116b75f",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
@@ -136,7 +136,7 @@
|
||||
"\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",
|
||||
"dataset = pd.read_csv(\"./steam_games.csv\",sep=\",\")\n",
|
||||
"dataset = pd.read_csv(\"./games_march2025_cleaned.csv\",sep=\",\")\n",
|
||||
"print(dataset.head())"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user