Skip to content

DOC: Fix docstring examples for assert_frame_equal #26004

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

BryanCutler
Copy link
Contributor

This fixes the formatting in docstring examples for pandas.util.testing.assert_frame_equal so they will be displayed correctly.

@codecov
Copy link

codecov bot commented Apr 5, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@181f972). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #26004   +/-   ##
=========================================
  Coverage          ?   91.81%           
=========================================
  Files             ?      175           
  Lines             ?    52551           
  Branches          ?        0           
=========================================
  Hits              ?    48252           
  Misses            ?     4299           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.38% <ø> (?)
#single 40.72% <ø> (?)
Impacted Files Coverage Δ
pandas/util/testing.py 90.62% <ø> (ø)

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 181f972...0beaf13. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 5, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@181f972). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #26004   +/-   ##
=========================================
  Coverage          ?   91.81%           
=========================================
  Files             ?      175           
  Lines             ?    52551           
  Branches          ?        0           
=========================================
  Hits              ?    48252           
  Misses            ?     4299           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.38% <ø> (?)
#single 40.72% <ø> (?)
Impacted Files Coverage Δ
pandas/util/testing.py 90.62% <ø> (ø)

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 181f972...0beaf13. Read the comment docs.

@jreback jreback added the Docs label Apr 5, 2019
@WillAyd WillAyd added this to the 0.25.0 milestone Apr 6, 2019
@WillAyd WillAyd merged commit a1fee91 into pandas-dev:master Apr 6, 2019
@WillAyd
Copy link
Member

WillAyd commented Apr 6, 2019

Thanks!

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.

DOC: Fix docstring for assert_frame_equal examples
3 participants