You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**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
Add a progress indicator during
Pandas.DataFrameGroupBy.apply
operations. See https://stackoverflow.com/questions/18603270/progress-indicator-during-pandas-operations-pythonThe text was updated successfully, but these errors were encountered: