标签:nbsp and 字符 color info line numpy 图片 方法
1、区别:
6、DataFrame--panda
一个类似表的结构,由多个Series组成,而Series在DataFrame中叫columns
>>> {1,2,"hi",2.23}
{2.23, 2, ‘hi‘, 1}
>>> set("hello")
{‘l‘, ‘h‘, ‘e‘, ‘o‘}
参考网站:
https://www.cnblogs.com/260554904html/p/8125641.html
python 数据类型总结-list、dict、numpy array、series、dataframe、set
标签:nbsp and 字符 color info line numpy 图片 方法
原文地址:https://www.cnblogs.com/yueluhun/p/12822210.html