We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99d906 commit 761c594Copy full SHA for 761c594
notebooks/toggl-to-harvest.ipynb
@@ -55,6 +55,7 @@
55
" \"Start date\",\n",
56
" \"Start time\",\n",
57
" \"Duration\",\n",
58
+ " \"Description\"\n",
59
"]\n",
60
"# read CSV file, parsing dates and times\n",
61
"source = pd.read_csv(DATA_SOURCE, dtype=dtypes, usecols=cols, parse_dates=[\"Start date\"], cache_dates=True)\n",
0 commit comments