numpy库介绍
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了numpy库介绍相关的知识,希望对你有一定的参考价值。
1.使用numpy读取读取txt文件。
# dtype = ‘str‘:指定数据格式 # delimiter = ‘\t‘:指定分隔符 # skip_header = 1:跳过第一行 npinfo = np.genfromtxt(‘titanic_train.txt‘, delimiter = ‘\t‘, dtype = ‘U75‘, skip_header = 1)
以上是关于numpy库介绍的主要内容,如果未能解决你的问题,请参考以下文章