Movatterモバイル変換


[0]ホーム

URL:


SciPy

numpy.core.defchararray.isnumeric

numpy.core.defchararray.isnumeric(a)[source]

For each element, return True if there are only numericcharacters in the element.

Callsunicode.isnumeric element-wise.

Numeric characters include digit characters, and all charactersthat have the Unicode numeric value property, e.g.U+2155,VULGARFRACTIONONEFIFTH.

Parameters:

a : array_like, unicode

Input array.

Returns:

out : ndarray, bool

Array of booleans of same shape asa.

See also

unicode.isnumeric

Previous topic

numpy.core.defchararray.islower

Next topic

numpy.core.defchararray.isspace

  • © Copyright 2008-2009, The Scipy community.
  • Last updated on Jun 10, 2017.
  • Created usingSphinx 1.5.3.

[8]ページ先頭

©2009-2025 Movatter.jp