官术网_书友最值得收藏!

An overview of the Pandas package

Pandas is a Python package that supports fast, flexible, and expressive data structures, as well as computing functions for data analysis. The following are some prominent features that Pandas supports:

  • Data structure with labeled axes. This makes the program clean and clear and avoids common errors from misaligned data.
  • Flexible handling of missing data.
  • Intelligent label-based slicing, fancy indexing, and subset creation of large datasets.
  • Powerful arithmetic operations and statistical computations on a custom axis via axis label.
  • Robust input and output support for loading or saving data from and to files, databases, or HDF5 format.

Related to Pandas installation, we recommend an easy way, that is to install it as a part of Anaconda, a cross-platform distribution for data analysis and scientific computing. You can refer to the reference at http://docs.continuum.io/anaconda/ to download and install the library.

After installation, we can use it like other Python packages. Firstly, we have to import the following packages at the beginning of the program:

>>> import pandas as pd
>>> import numpy as np
主站蜘蛛池模板: 和静县| 吴江市| 朝阳区| 文成县| 桐城市| 四川省| 兴化市| 沅陵县| 阳朔县| 旌德县| 锦州市| 都江堰市| 丰顺县| 高唐县| 西畴县| 洪洞县| 香格里拉县| 清新县| 塔河县| 资兴市| 大姚县| 镇沅| 凌海市| 镇平县| 花莲市| 双辽市| 黄大仙区| 新安县| 那坡县| 治多县| 清新县| 柳江县| 上蔡县| 长武县| 清原| 汽车| 杨浦区| 普陀区| 新营市| 阳山县| 育儿|