Skip to content

ERR: User-facing AssertionError in DataFrame Constructor #26440

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

simonjayhawkins
Copy link
Member

@simonjayhawkins simonjayhawkins commented May 17, 2019

@codecov
Copy link

codecov bot commented May 17, 2019

Codecov Report

Merging #26440 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26440      +/-   ##
==========================================
- Coverage   91.73%   91.72%   -0.01%     
==========================================
  Files         174      174              
  Lines       50739    50743       +4     
==========================================
+ Hits        46545    46546       +1     
- Misses       4194     4197       +3
Flag Coverage Δ
#multiple 90.23% <100%> (ø) ⬆️
#single 41.7% <60%> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/core/internals/construction.py 95.92% <100%> (+0.04%) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97.02% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.7% <0%> (+0.1%) ⬆️

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 446d306...3478322. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 17, 2019

Codecov Report

Merging #26440 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26440      +/-   ##
==========================================
- Coverage   91.73%   91.72%   -0.01%     
==========================================
  Files         174      174              
  Lines       50739    50743       +4     
==========================================
+ Hits        46545    46546       +1     
- Misses       4194     4197       +3
Flag Coverage Δ
#multiple 90.23% <100%> (ø) ⬆️
#single 41.7% <60%> (-0.07%) ⬇️
Impacted Files Coverage Δ
pandas/core/internals/construction.py 95.92% <100%> (+0.04%) ⬆️
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97.02% <0%> (-0.12%) ⬇️
pandas/util/testing.py 90.7% <0%> (+0.1%) ⬆️

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 446d306...3478322. Read the comment docs.

@gfyoung gfyoung added DataFrame DataFrame data structure Testing pandas testing functions or related to the test suite labels May 18, 2019
@jreback jreback added this to the 0.25.0 milestone May 18, 2019
@jreback jreback merged commit 1b1431a into pandas-dev:master May 18, 2019
@jreback
Copy link
Contributor

jreback commented May 18, 2019

thanks @simonjayhawkins nice usage of raise from

@simonjayhawkins simonjayhawkins deleted the dataframe-constructor-assertion-error branch May 18, 2019 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DataFrame DataFrame data structure Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bad arguments to dataframe constructor causes segfault
4 participants