astype

astype方法转换类型

astype方法转换类型 data = [['0', 'Y', 'N'], ['1', 'Y', 'Y'], ['2', 'N', 'Y'], ['3', 'Y', 'Y'], ['4', 'N', 'N']] Products = pd.DataFrame(data, columns=['prod ......
类型 方法 astype
共1篇  :1/1页 首页上一页1下一页尾页