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
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(...)).
The text was updated successfully, but these errors were encountered:
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(...)
).The text was updated successfully, but these errors were encountered: