Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Can you version control pickle files with git?

Can you track the changes to pickle files with git like you can with csv? If you have a 1GB pickle file and you add 0.1GB to it each day and then push the changes to github, will it push the 0.1GB diff or the entire 1GB file? I need to choose a file type for data storage. Pickle will take up less space, but if it uses more bandwidth I’ll use csv.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

You can do it, but for large data files you can try some specialized git-based solutions:

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading