当从扩展类型转换时,例如,我得到.例:pd.Int32Dtype()TypeError: data type not understoodnum_col_with_nan = num_col_with_nan.astype(pd.Int32Dtype()).astype("string") 查看完整描述