提问人:DazzRick 提问时间:8/10/2023 最后编辑:wjandreaDazzRick 更新时间:8/10/2023 访问量:75
pandas 列最好有对象或字符串 dtype?
A pandas column better to have object or string dtype?
问:
当我查看 pandas 列类型时,当我在里面放置字符串时,返回的 dtype 是 .我的数据帧将是只读的,这意味着我不介意类型是否为 .我在这个问题上看到,当 numpy 数组的类型是 object 时,它会失去速度......object
s(size)
这让我产生了怀疑:
- 当 pandas 系列的 dtype 为 object 时,我会失去速度吗?
- 如果我输了,我该如何避免这种情况?
- 有没有办法使系列具有预定的大小,例如?
s256
答: 暂无答案
评论
StringDtype
"category
s256
StringDtype
StringArray
ArrowStringArray
object
category
ArrowStringArray