diff --git a/README.md b/README.md index cbcf67f..0372b47 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,14 @@ tl.groupby("project").agg({"time": "sum"})["time"]/60 And yeah you can just sort of tack on the column you want to mess with and do an operation like that! +##### List tasks for each CSV that will be made + +```python +hrvst.groupby("project").agg({"time": "sum"})["time"]/60 +other.groupby("project").agg({"time": "sum"})["time"]/60 +unknown.groupby("project").agg({"time": "sum"})["time"]/60 +``` + ##### List tasks that had no properly defined project ```python