diff --git a/README.md b/README.md index fff99bc..8dc4c88 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,9 @@ And yeah you can just sort of tack on the column you want to mess with and do an ```python tl[tl.project == ""] ``` + +#### See which tasks we ended up with + +```python +pd.unique(harvest.Task) +```