码迷,mamicode.com
首页 > 编程语言 > 详细

《利用python进行数据分析》NumPy基础:数组和矢量计算 学习笔记

时间:2016-04-23 10:10:55      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:

一.有关NumPy

(一)官方解释

NumPy is the fundamental package for scientific computing with Python. It contains among other things:

  • a powerful N-dimensional array object
  • sophisticated (broadcasting) functions
  • tools for integrating C/C++ and Fortran code
  • useful linear algebra, Fourier transform, and random number capabilities

Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases.

(二)书本介绍

NumPy(Numerical Python)是高性能科学计算数据分析的基础包。

(二)NumPy的ndarray:一种多维数组对象

书本p83相关补充:

技术分享

技术分享

shape:表示各维度大小

dtype:用于说明数组数据类型

技术分享

《利用python进行数据分析》NumPy基础:数组和矢量计算 学习笔记

标签:

原文地址:http://www.cnblogs.com/zzhzhao/p/5423872.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!