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
While a compressed pickle is not a bad way to distribute data. It's not very future proof. You might consider creating database models with SQLAlchemy and storing everything in a SQLite database. I'm happy to help if you have any questions about that.