-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
p3-enhancement 🔥Much new such featureMuch new such featuresubmodule ⊂Periphery/subclassesPeriphery/subclassessubmodule-notebook 📓Much web such IDEMuch web such IDE
Description
My code:
import tqdm
df = pandas dataframe with 1000 rows
tqdm.tqdm_notebook().pandas(total="1000")
df.progress_apply(myfunction, axis=1)
The error:
C:\pythonstuff\lib\site-packages\tqdm_tqdm.py in inner(df, func, *args, **kwargs)
511 deprecated_t[0] = None
512 else:
--> 513 t = tclass(*targs, total=total, **tkwargs)
514
515 # Define bar updating wrapper
TypeError: type object got multiple values for keyword argument 'total'
Without specifying total it seems to work, but I don't get a percentage from the output. Also there is an extra bar.
secondtom
Metadata
Metadata
Labels
p3-enhancement 🔥Much new such featureMuch new such featuresubmodule ⊂Periphery/subclassesPeriphery/subclassessubmodule-notebook 📓Much web such IDEMuch web such IDE