You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working from the Jupyter Notebook launched by Anaconda Navigator and I'm running each section one-by-one. I pulled the data using your script at https://github.com/markwk/todoist_export. After importing and running the other earlier tasks, I then grab the data from that location.
Once I reach year_data = tasks['year'].value_counts().sort_index(), I receive the error below. When I look at the tasks object, I don't see a column for year (see screenshot). Is it possible I'm looking at the wrong data or am I missing something?
@mbbroberg looks like todoist api needs updating. I re-ran it today and it initially didn't work and said endpoint didn't exist but then went back an hour later and it worked fine. Seems like this will need a re-write in places there. Did you manage to make any progress?
I'm working from the Jupyter Notebook launched by Anaconda Navigator and I'm running each section one-by-one. I pulled the data using your script at https://github.com/markwk/todoist_export. After importing and running the other earlier tasks, I then grab the data from that location.
Once I reach
year_data = tasks['year'].value_counts().sort_index()
, I receive the error below. When I look at thetasks
object, I don't see a column foryear
(see screenshot). Is it possible I'm looking at the wrong data or am I missing something?The text was updated successfully, but these errors were encountered: