Add 'plot.py'

This commit is contained in:
Patryk Gałka 2023-05-11 00:31:30 +02:00
parent a23a72f568
commit 0548918c18

8
plot.py Normal file
View File

@ -0,0 +1,8 @@
import pandas
video_games = pandas.read_csv('./ium_z434686/metrics.csv',
engine='python',
encoding='ISO-8859-1',
sep=',')