PR #10 (related to issue #8) added functionality to import/export ratings with the Tracker object. Currently the ratings are exported to a pickle file. It may be useful to allow the option to export in a human readable format such as CSV or JSON.
Not a high priority since it's already easy to export a CSV of current ratings (e.g., tracker.get_current_ratings().to_csv(...)).
PR #10 (related to issue #8) added functionality to import/export ratings with the Tracker object. Currently the ratings are exported to a pickle file. It may be useful to allow the option to export in a human readable format such as CSV or JSON.
Not a high priority since it's already easy to export a CSV of current ratings (e.g.,
tracker.get_current_ratings().to_csv(...)).