利用Python进行数据分析

重要的python库

  1. numpy (numerical python) 多维数组ndarray
  2. pandas (panel data 面板数据, python data analysis) DataFrame 二维表结构
  3. matplotlib 绘制图表数据
  4. Ipython 交互式shell
  5. Scipy 科学计算