-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
lib.is_scalar misses PEP 3141 numbers #22903
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
Comments
are you referring to this ? |
Same function, yes |
@jbrockmendel ok, the problem is something like this :- The function is currently limited to the dtypes specified here. As seen within CPython's codebase, the underlying functionality might be same as comparing through |
I'll just call np.isscalar() ! 😄 |
Yay! 🍻
…On Tue, 20 Nov, 2018, 4:12 PM Marc Garcia, ***@***.***> wrote:
Closed #22903 <#22903> via
#22952 <#22952>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22903 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AV7mM1FWtphh0njiVJFWzNK3SytdK5Jiks5uw9yAgaJpZM4XAyau>
.
|
Looking at
np.isscalar
's docstring I see:pandas
lib.is_scalar
doesn't recognize Number or Fraction.The text was updated successfully, but these errors were encountered: