ResidentMario / checkpoints

Partial result caching for pandas in Python.
18 stars 3 forks source link

let's use tqdm for a progress bar? #3

Open themrmax opened 6 years ago

ResidentMario commented 6 years ago

Interesting idea. I thought about enabling this when I first designed this library, but didn't. It's a good idea, but you should find some way of making it optional via a parameter, and/or "plugging in" alternative counters (I'm thinking of tqdm_notebook in particular).