From e9021e4ed9ddacd8f7e6ce3983c44ae960c4a50e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 2 Jun 2021 08:55:02 -0400 Subject: [PATCH] Document another helper, to see all task values --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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) +```