Skip to content
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: fixed bug where None would appear as 'None' (#57702) #58099

Closed
wants to merge 6 commits into from

Conversation

DuarteMarques510
Copy link

@DuarteMarques510
Copy link
Author

image
im trying to resolve the issues with the pipeline but there's a test that is bothering me (the only test failing in all of the tests)...
my objective with this issue is that a certain routine must be used if there are nones inside of the array given in pd.array
but the thing is that this test in this image is creating an array with 2 series, and raises an exception when it reaches the if (None not in scalars) because 'the truth value of a series is ambigous'

@DuarteMarques510
Copy link
Author

i understand the purpose of this test, but i see no need in filling the np.array with a series, as it's the only time in the whole test directory that it is done, why not just do a regular array?

@DuarteMarques510
Copy link
Author

image
the test mentioned above was changed to what is seen in the image above

@mroeschke
Copy link
Member

Thanks for the pull request, but it appears to have gone stale. If interested in continuing, please merge in the main branch, address any review comments and/or failing tests, and we can reopen.

@mroeschke mroeschke closed this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: inconsisntent construction results between pd.array and pd.Series for dtype=str
2 participants