Skip to content

DOC: Fix rolling doc with win_type triang (#22268) #26794

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

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

ihsansecer
Copy link
Contributor

@codecov
Copy link

codecov bot commented Jun 11, 2019

Codecov Report

Merging #26794 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26794      +/-   ##
==========================================
- Coverage   91.73%   91.72%   -0.01%     
==========================================
  Files         178      178              
  Lines       50774    50774              
==========================================
- Hits        46579    46574       -5     
- Misses       4195     4200       +5
Flag Coverage Δ
#multiple 90.32% <ø> (ø) ⬆️
#single 41.19% <ø> (-0.11%) ⬇️
Impacted Files Coverage Δ
pandas/core/window.py 96.4% <ø> (ø) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 96.88% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.84% <0%> (-0.11%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8ad9da...c2f6aa6. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 11, 2019

Codecov Report

Merging #26794 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26794      +/-   ##
==========================================
- Coverage   91.73%   91.72%   -0.01%     
==========================================
  Files         178      178              
  Lines       50774    50774              
==========================================
- Hits        46579    46574       -5     
- Misses       4195     4200       +5
Flag Coverage Δ
#multiple 90.32% <ø> (ø) ⬆️
#single 41.19% <ø> (-0.11%) ⬇️
Impacted Files Coverage Δ
pandas/core/window.py 96.4% <ø> (ø) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 96.88% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.84% <0%> (-0.11%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8ad9da...c2f6aa6. Read the comment docs.

@WillAyd WillAyd added the Docs label Jun 12, 2019
@WillAyd WillAyd added this to the 0.25.0 milestone Jun 12, 2019
@WillAyd WillAyd merged commit 129aaea into pandas-dev:master Jun 12, 2019
@WillAyd
Copy link
Member

WillAyd commented Jun 12, 2019

Thanks!

@ihsansecer ihsansecer deleted the rolling-triang-doc branch July 11, 2019 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rolling with win_type='triang' strange results
2 participants