将pandas中Series、DataFrame类型转成list类型
pandas中一维数据类型为Series,当我们需要将其转换为list类型作为python中的类型,可以借助numpy中的array对象的tolist()方法进行转换。如下图:
同样的若为二维数据类型DataFrame,同样借助numpy
将pandas中Series、DataFrame类型转成list类型
pandas中一维数据类型为Series,当我们需要将其转换为list类型作为python中的类型,可以借助numpy中的array对象的tolist()方法进行转换。如下图:
同样的若为二维数据类型DataFrame,同样借助numpy