数据分析基本流程 Python基本数据类型 Python各种括号的使用方式

时间:2020-07-26 15:04:48   收藏:0   阅读:64

数据分析基本流程 Python基本数据类型 Python各种括号的使用方式

?

数据分析基本流程

?

Python基本数据类型

https://www.runoob.com/python3/python3-tutorial.html

?

python括号使用原则

在Python中括号的使用原则其实是区分了各种数据类型,比如说

persontype = np.dtype({
    ‘names‘: [‘name‘, ‘age‘, ‘chinese‘, ‘math‘, ‘english‘],
    ‘formats‘: [‘S32‘, ‘i‘, ‘i‘, ‘i‘, ‘f‘]})

{}说明括号内是字典类型

然后[]说明两个key对应的值是以集合的方式存储的

?

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!