This commit is contained in:
Maciej Czajka 2022-04-02 13:58:54 +02:00
parent fa08d5669c
commit 0404de256a
2 changed files with 2 additions and 2 deletions

View File

Can't render this file because it is too large.

View File

@ -148,8 +148,8 @@ def dataset_information(games):
# pobranie dataset z kaggle
os.system("kaggle datasets download -d deepcontractor/top-video-games-19952021-metacritic")
os.system("unzip top-video-games-19952021-metacritic.zip")
# os.system("kaggle datasets download -d deepcontractor/top-video-games-19952021-metacritic")
# os.system("unzip top-video-games-19952021-metacritic.zip")
# wczytanie danych
games=pd.read_csv('all_games.csv')