From 0548918c186a3220584dea3d6f37d685cfc82cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 11 May 2023 00:31:30 +0200 Subject: [PATCH] Add 'plot.py' --- plot.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plot.py diff --git a/plot.py b/plot.py new file mode 100644 index 0000000..56db809 --- /dev/null +++ b/plot.py @@ -0,0 +1,8 @@ +import pandas + +video_games = pandas.read_csv('./ium_z434686/metrics.csv', + engine='python', + encoding='ISO-8859-1', + sep=',') + +