fields_as_columns and update
klieret opened this issue · comments
Kilian Lieret commented
python col.notes.update(other_notes)
won't work if we had called other_notes.fields_as_columns()
but not on col.notes
.
Analyze and manipulate your Anki collection using pandas! 🌠🐼
klieret opened this issue · comments
python col.notes.update(other_notes)
won't work if we had called other_notes.fields_as_columns()
but not on col.notes
.