معرفی شرکت ها


ankistats-0.2.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python package to make it easier to analyse an anki database.
ویژگی مقدار
سیستم عامل -
نام فایل ankistats-0.2.3
نام ankistats
نسخه کتابخانه 0.2.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده nogira
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/nogira/anki-stats
آدرس اینترنتی https://pypi.org/project/ankistats/
مجوز MIT
# Anki Stats This is a python package to make it easier to analyse an [anki](https://apps.ankiweb.net/) database. Directly querying the database has a bit of a learning curve (especially if you don't know SQL!) due to the obscure names of columns, and the way some of the data is structured within entries; and even if you do know how to do it it's still quite tedious. Instead, this package converts your database straight to pandas dataframes, with very readable column names, and some preprocessing of the entries so you don't have to! - Call single tables - Call combined tables with additional features - Make plots with a single line of code ## Install ```shell pip install ankistats ``` #### Dependencies - pandas - seaborn ## Use Copy your anki database (`collection.anki2`) from its folder. - Mac: `/Users/<user_name>/Library/Application Support/Anki2/<profile_name>` - Windows: `%appdata%/anki2/<profile_name>` - Linux: ? ```py import ankistats as ak # save filepath to collection.anki2 ak.db_path('collection.anki2') # assign a table from the database to df df = ak.tbl_cards() # premade plot of the adjusted ease vs. field length (default is field 2; usually answer field) ak.plot_adjusted_ease_vs_field_length(note_types=['Science (Basic)']) ``` <img width=600 src="https://i.postimg.cc/4y9VhWtG/plot1.png"> <br> ### ~ Info on all available functions at [Documentation.md](./Documentation.md) ~ <br> ## Other Anki Databases (may need to import it into latest version of anki to auto-update the database structure before using it to analyse) - https://github.com/jpromanonet/myAnkiDataBases - https://github.com/hochanh/r-anki - add to this list if you know more ! ## Roadmap - Add more features to tables to aid analysis - Feautures added thus far: - Frequency of word in note field with the lowest frequency - Character count (not including html) - Word count (not including html) - Whether note field has an image or not - More plots - ML model to accurately (hopefully) predict probability of recall, allowing ease to be more objectively assigned ~ Anyone is welcome to submit a PR or suggest anything specific to add :) ~ ## Credits - [Structure of anki database](https://github.com/ankidroid/Anki-Android/wiki/Database-Structure) (slightly outdated, but still super useful) - [English word frequency data](https://www.kaggle.com/rtatman/english-word-frequency)


نیازمندی

مقدار نام
- pandas
- seaborn


نحوه نصب


نصب پکیج whl ankistats-0.2.3:

    pip install ankistats-0.2.3.whl


نصب پکیج tar.gz ankistats-0.2.3:

    pip install ankistats-0.2.3.tar.gz