DataTaunew | comments | leaders | submitlogin
1 point by noah_ 2512 days ago | link | parent

These are all great recommendations, but I think anyone reading this article should also know about `tqdm`: https://pypi.python.org/pypi/tqdm

When you're working with big datasets, you've going to come to a point where you're thinking "Oh, is this going to take forever, or just a really long time?". The tqdm module gives you an easy way to add a progress bar to a variety of different tasks so you can tell if the task is going to take too long before you waste 1,000 CPU hours on a thing that you end up interrupting.




RSS | Announcements