Jun 28, 2021
It should be noted that .map only takes a single argument while .starmap can take an arbitrary number of args. If you want to use tqdm on .map, you should use
from tqdm.contrib.concurrent import process_map
It should be noted that .map only takes a single argument while .starmap can take an arbitrary number of args. If you want to use tqdm on .map, you should use
from tqdm.contrib.concurrent import process_map
Software & Data Engineer at Datamesh GmbH. Sharing knowledge and code around software (cloud) development, data engineering & data science!