1. pandas概述

  • Numpy主要处理结构化数据,数据量比较小并且比较规则的时候适合用
  • 对于大量数据, 需要清理的数据,则需要pandas
  • Pandas注重带有索引的数组,或者二维数组
  • 一般使用方法是 import pandas as pd