Initial commit: first line on interactive shell that didn't break
This commit is contained in:
parent
23a7b70015
commit
8bf975e629
1 changed files with 5 additions and 0 deletions
5
pomodoro_to_harvest.py
Normal file
5
pomodoro_to_harvest.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
import pandas as pd
|
||||
# import matplotlib.pyplot as plt
|
||||
|
||||
timelog = pd.read_csv("timelog-titled.csv")
|
||||
|
Loading…
Reference in a new issue