This commit is contained in:
Maciej Czajka 2022-04-02 14:24:14 +02:00
parent 42f8e29583
commit 0ba0fc2936

View File

@ -152,7 +152,7 @@ def dataset_information(games):
# os.system("unzip top-video-games-19952021-metacritic.zip")
# wczytanie danych
games=pd.read_csv('/dane/all_games1.csv')
games=pd.read_csv('/dane/all_games.csv')
# usunięcie 5 wyników "Stadia"
delete_stadia(games)