Skip to content

Commit 761c594

Browse files
committed
fix(toggl): forgot to import Description field
1 parent d99d906 commit 761c594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebooks/toggl-to-harvest.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
" \"Start date\",\n",
5656
" \"Start time\",\n",
5757
" \"Duration\",\n",
58+
" \"Description\"\n",
5859
"]\n",
5960
"# read CSV file, parsing dates and times\n",
6061
"source = pd.read_csv(DATA_SOURCE, dtype=dtypes, usecols=cols, parse_dates=[\"Start date\"], cache_dates=True)\n",

0 commit comments

Comments
 (0)