-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
BUG: Inconsistency in converting Series to Dataframe when columns specified #10006
Comments
Maybe related: #10006 Haven't looked closely but they sound similar. I can't remember where I was at on that PR |
@TomAugspurger I think you meant a different PR ;-) |
😆 #9237 is the one |
#9237 looks relevant indeed. Perhaps this case could also be tested/fixed in there? |
Probably. Does your PR in #9983 depend on this being fixed? |
no this is independent |
actually this is not a bug; #9237 maybe will address the 'issue'. But this is correct. Passing Pls remove the comment in the original issue w.r.t. to this. |
sorry meant #9237 |
The dtypes don't match:
This came up in #9983 .
When this is fixed, the
check_dtype
flag should also be removed inTestDataFrame.test_mode
inpandas/tests/test_frame.py
.The text was updated successfully, but these errors were encountered: