Skip to content
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

Add leave param #175

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

josephenguehard
Copy link

Add a leave parameter to retain or not the progress bar after a run.

Usage:

from pandarallel import pandarallel

pandarallel.initialize(progress_bar=True, leave=False)

# df.apply(func)
df.parallel_apply(func)

@nalepae
Copy link
Owner

nalepae commented Jan 23, 2024

Pandaral·lel is looking for a maintainer!
If you are interested, please open an GitHub issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants