-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add progress_apply for pd.(Series|DataFrame).(rolling|expanding) #537
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #537 +/- ##
==========================================
- Coverage 99.41% 99.27% -0.15%
==========================================
Files 8 8
Lines 681 686 +5
Branches 118 120 +2
==========================================
+ Hits 677 681 +4
Misses 3 3
- Partials 1 2 +1 |
@casperdcl can you please check if nosttest For this PL, all Travis-CI passed except performance, as I only changed code regarding pandas, it should not impact the performance (because pandas is never tested in tests_perf). It is wired...
|
Fix #539 where `iterable is not None and not hasattr(iterable, "__len__")`
@casperdcl I see you merge this into devel, so I think it is better first to merge devel into master and bump the version. And then update the document, saying something like “now pandas.Series.rolling.progress_apple is available since version xxx” in a new PL |
fixes #530.
Add a progress_bar without
total
(see #530 for reason).Maybe should add some documents.
TODO: