pandas中的数据类型有哪些?
pandas中的数据类型包括以下几种:
●整型(int)
●浮点型(float)
●字符串(str)
●布尔型(bool)
●时间日期类型(datetime)
●对象类型(object)
●缺失值(NaN)