python 数据类型总结-list、dict、numpy array、series、dataframe、set
2021-01-29 23:17
标签:nbsp and 字符 color info line numpy 图片 方法 1、区别: 6、DataFrame--panda python 数据类型总结-list、dict、numpy array、series、dataframe、set 标签:nbsp and 字符 color info line numpy 图片 方法 原文地址:https://www.cnblogs.com/yueluhun/p/12822210.html
一个类似表的结构,由多个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
文章链接:http://soscw.com/index.php/essay/48897.html