JackMcKew / pandas_alive

Create stunning, animated visualisations with Pandas & Matplotlib as easy as calling `df.plot_animated()`
MIT License
582 stars 100 forks source link

Reduce repo file size? #15

Closed giswqs closed 4 years ago

giswqs commented 4 years ago

The current file size of the repo is 1.64 GB, which is gigantic and takes a while to download. I found this huge file within the .git directory.

1.6G    ./.git/objects/pack/pack-6447cf1a836f2030aae5c189d6b0051224081a89.pack
JackMcKew commented 4 years ago

Hi @giswqs

Thank you for raising this, this must be something in the git history

I'll run BFG cleaner over the repo 👍

JackMcKew commented 4 years ago

The repo is now ~180MB after removing all those large unnecessary files.

Thank you for your contribution 😄

giswqs commented 4 years ago

Awesome! The repo file size is much more manageable now.