dtype 可用于查看数据类型
astype 可用于修改数据类型,不过并非就地修改
astype 可以相当于 np.int(), np.float()
用 dtype 修改数据类型,会出现 bug, dtype 更像是以另一种方式来解读2进制串