标签: python numpy
numpy文档中的dtype字符串的许多示例都包含一个前导|字符,例如numpy手册中the structured arrays page顶部附近的'|S10',但{{3}并且the structured arrays page似乎也解释了这个|的含义。 |在这种情况下的含义以及记录在哪里?
|
'|S10'
答案 0 :(得分:7)
它指的是dtype的byteorder / endianness。特别是' |'表示字节顺序不适用,例如8位数字。