一、建立DataFrame模型
data 可以传list,dict,Series等,columns就是所谓的表头,index为索引,dtype为数据的类型。
去掉dtype就是默认的类型
二、增删改查操作
1、查
1、列
2、行
2、增
3、改
4、删