-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swifter "progress_bar" Not Working #176
Comments
Hey @lightonphiri, Quick question: How fast does this apply run in? Context: Swifter first tries to vectorize your function. So if it is completing almost instantenously with no progress bar it is because it can't provide a progress bar for a vectorized operation. Otherwise, let me look into how the progress bar interacts with a pd.Series.. perhaps the What is your environment? |
I did a quick test and got a progress bar, so im thinking the .str hypothesis above is wrong
|
Thank you for the quick response @jmcarpenter2 > Quick question: How fast does this apply run in? > What is your environment?
Incidentally, as I was frantically trying to find alternatives, I came across Pandarellel and was able to get it to visualise what was going on (see image below): you see I wanted to be certain multiple cores are being used when I run processes. |
Pandarellel is good, but it doesn't support Windows |
Hey @jiahe224, isn't this the progress bar? Or did it just never fill out? |
The task has finished running, but the progress is shown as 0%, the example you gave shows 100% progress. @jmcarpenter2 |
Very interesting. That's very good insight.. I'll look into it |
Looking forward to your fix, thank you so much for doing this and making my job so much easier! |
same issue~ |
same issue |
same issue as above - progress bar shows up but never gets filled out even though the apply operation runs successfully. |
same issue |
Trying to narrow this one down Just a quick poll.. can you give me a 👍 if you are experiencing this on a Windows machine? And a 👎 if on a Linux/MacOS? |
I just started experimenting with Swifter a few minutes ago and have been struggling to get the progress bar to show.
I have the code snippet below, that was appropriated using the example code provided.
Why is the prgress_bar(enable=True) option not working? Is there something wrong with my code?
The text was updated successfully, but these errors were encountered: