gpt4 book ai didi

python - NumPy 的 : Check array for string data type

转载 作者:太空狗 更新时间:2023-10-29 16:56:06 28 4
gpt4 key购买 nike

如何确定 Numpy 数组是否包含字符串?数组a

a = np.array('hi world')

具有数据类型dtype('|S8'),其中8指的是字符串中的字符数。

我不明白正则表达式(例如 re.match('\|S\d+', a.dtype))在这里如何工作,因为数据类型不仅仅是 '|S8'.

最佳答案

a.dtype.char == 'S'

a.dtype.type is np.string_

参见 NumPy docs, Data type objects, Attributes .

关于python - NumPy 的 : Check array for string data type,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10790312/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com