Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a date column to the rev table #37

Open
seanmathewstewart opened this issue Aug 15, 2020 · 2 comments
Open

Add a date column to the rev table #37

seanmathewstewart opened this issue Aug 15, 2020 · 2 comments
Labels
documentation enhancement New feature or request

Comments

@seanmathewstewart
Copy link

The rid column is equal to time stamp of when the review was completed.

@klieret
Copy link
Owner

klieret commented Aug 16, 2020

Hi @seanmathewstewart, thank you for your feedback.

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.

@klieret klieret added the enhancement New feature or request label Aug 16, 2020
@seanmathewstewart
Copy link
Author

Hi klieret,

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants