-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
ENH: [Draft] Fix issue #35131 Identify zero-dimensional duck arrays as non-iterable #44626
ENH: [Draft] Fix issue #35131 Identify zero-dimensional duck arrays as non-iterable #44626
Commits on Nov 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b8ebf0 - Browse repository at this point
Copy the full SHA 3b8ebf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 764a44e - Browse repository at this point
Copy the full SHA 764a44eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dabcf62 - Browse repository at this point
Copy the full SHA dabcf62View commit details -
ENH: GH35131 Implement fix which allows numpy-like handling
Now pd.core.dtypes.inference.is_list_like correctly identifies numpy-like scalars as not being iterable
Configuration menu - View commit details
-
Copy full SHA for c0ce501 - Browse repository at this point
Copy the full SHA c0ce501View commit details -
Co-authored-by: keewis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ffe216 - Browse repository at this point
Copy the full SHA 4ffe216View commit details -
Revert change because it broke tests
I'm not completely sure why, but reverting here for simplicity
Configuration menu - View commit details
-
Copy full SHA for d340a80 - Browse repository at this point
Copy the full SHA d340a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad86e5d - Browse repository at this point
Copy the full SHA ad86e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2eb94 - Browse repository at this point
Copy the full SHA 9a2eb94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 465dd37 - Browse repository at this point
Copy the full SHA 465dd37View commit details -
Revert to relying on python's shortcircuit operators
Also avoid np.iterable
Configuration menu - View commit details
-
Copy full SHA for b83109e - Browse repository at this point
Copy the full SHA b83109eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e08233 - Browse repository at this point
Copy the full SHA 2e08233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8941c28 - Browse repository at this point
Copy the full SHA 8941c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c58795 - Browse repository at this point
Copy the full SHA 2c58795View commit details -
fix tests and clarify that a 0-dimensional duck-array is *NOT* a scal…
…ar (neither are 0-dimensional numpy arrays)
Configuration menu - View commit details
-
Copy full SHA for e7bcee0 - Browse repository at this point
Copy the full SHA e7bcee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c348b - Browse repository at this point
Copy the full SHA c4c348bView commit details
Commits on Nov 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b285293 - Browse repository at this point
Copy the full SHA b285293View commit details
Commits on Dec 18, 2021
-
Merge remote-tracking branch 'upstream/master' into bugfix/fix-35131-…
…zero-dim-duck-arrays
Configuration menu - View commit details
-
Copy full SHA for 41af909 - Browse repository at this point
Copy the full SHA 41af909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99af0bd - Browse repository at this point
Copy the full SHA 99af0bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fff190 - Browse repository at this point
Copy the full SHA 8fff190View commit details
Commits on Dec 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00ce2e0 - Browse repository at this point
Copy the full SHA 00ce2e0View commit details