swifter icon indicating copy to clipboard operation
swifter copied to clipboard

Inform the user whether multiprocessing was used

Open tadamcz opened this issue 2 years ago • 1 comments

Hi, thanks for this cool library.

One thing that would be nice would be to tell the user what swifter decided to do, e.g.:

  • was it able to vectorize?
  • did it choose to apply multiprocessing with Dask?

Right now it seems everything is totally transparent to the user; I cannot easily tell if swifter is even using more than one core.

tadamcz avatar Oct 04 '22 21:10 tadamcz

This makes sense.. how do you envision sharing this information with the user? Logging it? Displaying it in the apply progress bar?

jmcarpenter2 avatar Mar 24 '23 17:03 jmcarpenter2