question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Swifter "progress_bar" Not Working

See original GitHub issue

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?

var_unza_dspace_dataframe["subjectMistakes"] = var_unza_dspace_dataframe["subject"].str.split("=").swifter.allow_dask_on_strings(enable=True).progress_bar(
    enable=True, desc='Subjects Mistakes'
).apply(fxn_subject_spellchecker)

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jmcarpenter2commented, Apr 6, 2022

Very interesting. That’s very good insight… I’ll look into it

1reaction
jiahe224commented, Apr 6, 2022

The task has finished running, but the progress is shown as 0%, the example you gave shows 100% progress. @jmcarpenter2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Progress Bar doesn't seem to be working · Issue #32 - GitHub
Hi, I just installed swifter and I'm running something like: ... In this case the progress bar still does not display.
Read more >
ProgressBar not moving in ViewController - Stack Overflow
I am despreate with this ProgressBar-issue. The below code shall test a ProgressBar-update. ... What is wrong here ??? What is necessary (else ......
Read more >
progress bar will not work | Apple Developer Forums
progress bar will not work in swiftUI here is the code I used. ... value passed to value: needs to be of some...
Read more >
Swift Progress Bar and Spinner Cheat Sheet by jwang20
It is a work in progress and is not finished yet. Progress Bar Introduction. Progress bar, formally known as UIProgressView in ...
Read more >
Swifter 1.0.0: automatically efficient pandas and modin ...
Swifter is not only a performant means of applying UDFs to dataframes, but it is easy to use and comes with a progress...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found