📜  pandas astype str 仍然是对象 - Python 代码示例
📅  最后修改于: 2022-03-11 14:46:44.991000             🧑  作者: Mango
代码示例1
df['column'] = df['column'].astype('|S80') #where the max length is set at 80 bytes,