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