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
Currently tqdm only displays elementary data because DictReader has no __len__ attribute. So I need to figure out a way to get the number of lines in a csv file (excluding the fieldnames header line) and pass that to the total parameter. This way we get the progressbar for tqdm.
The text was updated successfully, but these errors were encountered:
Currently tqdm only displays elementary data because DictReader has no
__len__
attribute. So I need to figure out a way to get the number of lines in a csv file (excluding the fieldnames header line) and pass that to thetotal
parameter. This way we get the progressbar for tqdm.The text was updated successfully, but these errors were encountered: