原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.core.defchararray.greater.html
校对:(虚位以待)
numpy.core.defchararray.
greater
(x1, x2)[source]元素方式返回(x1> x2)。
与numpy.greater
不同,此比较通过首先从字符串末尾剥除空格字符来执行。此行为用于与numarray的向后兼容性。
参数: | x1,x2:array_like的str或unicode
|
---|---|
返回: | out:ndarray或bool
|