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

Enable progress bar during Pandas.DataFrameGroupBy.apply operations #4

Closed
hadim opened this issue Jun 6, 2015 · 2 comments
Closed

Comments

@hadim
Copy link
Contributor

hadim commented Jun 6, 2015

Add a progress indicator during Pandas.DataFrameGroupBy.apply operations. See https://stackoverflow.com/questions/18603270/progress-indicator-during-pandas-operations-python

@hadim
Copy link
Contributor Author

hadim commented Jun 8, 2015

This feature is Pandas specific. I already that Pandas developer don't want it for Pandas. So do you think this kind of feature is fine for tqdm ?

@hadim
Copy link
Contributor Author

hadim commented Jun 8, 2015

Closed in favour of #9

@hadim hadim closed this as completed Jun 8, 2015
casperdcl pushed a commit that referenced this issue Sep 9, 2017
**Change to _tqdm.py**
  work-around for prefix strings already colon-appended
  Alternate: change line 231 of tests/tests_tqdm.py to
    `assert format_meter(0, 1000, 13, ncols=68, prefix='desc') == \`
  depending on if you want existing calls with prefix to display differently from previous.

**Change to tests/tests_tqdm.py**
  Changed test to reflect new expected behavior
  removed `def test_set_description()` via comment
  added comment for format_meter with explicit prefix (see `Change to _tqdm.py` section), indicating need for commensurate change in _tqdm.py
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

No branches or pull requests

1 participant