From 8bf975e629595edfc3239083155b24e1af232776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 27 Apr 2021 09:41:44 -0400 Subject: [PATCH] Initial commit: first line on interactive shell that didn't break --- pomodoro_to_harvest.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pomodoro_to_harvest.py diff --git a/pomodoro_to_harvest.py b/pomodoro_to_harvest.py new file mode 100644 index 0000000..2da080a --- /dev/null +++ b/pomodoro_to_harvest.py @@ -0,0 +1,5 @@ +import pandas as pd +# import matplotlib.pyplot as plt + +timelog = pd.read_csv("timelog-titled.csv") +