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