Skip to content

Improve documentation for assert_frame|series_equal #26101 #26106

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 4 commits into from
Apr 22, 2019

Conversation

sandepp123
Copy link
Contributor

@sandepp123 sandepp123 commented Apr 16, 2019

@codecov
Copy link

codecov bot commented Apr 16, 2019

Codecov Report

Merging #26106 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26106      +/-   ##
==========================================
+ Coverage   91.96%   91.97%   +0.01%     
==========================================
  Files         175      175              
  Lines       52405    52377      -28     
==========================================
- Hits        48192    48176      -16     
+ Misses       4213     4201      -12
Flag Coverage Δ
#multiple 90.53% <ø> (+0.02%) ⬆️
#single 40.71% <ø> (-0.15%) ⬇️
Impacted Files Coverage Δ
pandas/util/testing.py 90.61% <ø> (ø) ⬆️
pandas/util/_doctools.py 0% <0%> (-12%) ⬇️
pandas/io/gbq.py 78.94% <0%> (-8.56%) ⬇️
pandas/compat/__init__.py 92.15% <0%> (-0.3%) ⬇️
pandas/core/frame.py 96.9% <0%> (-0.12%) ⬇️
pandas/io/excel/_base.py 92.82% <0%> (-0.07%) ⬇️
pandas/core/arrays/interval.py 93.06% <0%> (-0.06%) ⬇️
pandas/tseries/holiday.py 93.17% <0%> (-0.04%) ⬇️
pandas/core/indexes/interval.py 95.22% <0%> (-0.03%) ⬇️
pandas/core/arrays/sparse.py 92.3% <0%> (ø) ⬆️
... and 13 more

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 aad7739...d6208f4. Read the comment docs.

@@ -1001,6 +1001,12 @@ def assert_series_equal(left, right, check_dtype=True,
obj : str, default 'Series'
Specify object name being compared, internally used to show appropriate
assertion message.

When comparing two numbers, if the first number has magnitude less
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These belong as part of the description of check_less_precise

@WillAyd WillAyd added the Docs label Apr 17, 2019
@jreback jreback added this to the 0.25.0 milestone Apr 21, 2019
@jreback
Copy link
Contributor

jreback commented Apr 21, 2019

lgtm. @WillAyd

@WillAyd WillAyd merged commit fecee8f into pandas-dev:master Apr 22, 2019
@WillAyd
Copy link
Member

WillAyd commented Apr 22, 2019

Thanks @sandepp123

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.

Improve documentation for assert_frame|series_equal
3 participants