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
However, I'm not completely sure what you are requesting exactly, could you be a bit more precise? Do you mean that the column should be of format datetime by default? It should be very easy to cast it that way as outline here though.
I mean that you should add new column to the revs table that includes the datetime of when the review occurred.
I am using ankipandas to track how many reviews I do per day but when I look at the col.revs table it doesn't include a datetime column. I only discovered that the 'rid' column can be converted to a datetime column from looking at the anki manual. Or perhaps just mention that the 'rid' column can be converted to datetime in your documentation.
Overall I am super happy with this package so thank you for creating it!
The rid column is equal to time stamp of when the review was completed.
The text was updated successfully, but these errors were encountered: