We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#27461 (comment)
i think we need. way for EA to hook into this for an EA scalar eg an IPaddress from cyberpandas could register a scalar i think
Before we move on this, I think we need to clarify in which situations we care about lib.is_scalar(x) vs the simpler np.ndim(x) == 0
lib.is_scalar(x)
np.ndim(x) == 0