- Python:Data Analytics and Visualization
- Phuong Vo.T.H Martin Czygan Ashish Kumar Kirthi Raman
- 178字
- 2021-07-09 18:51:38
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
推薦閱讀
- Maya 2012從入門到精通
- Hadoop Real-World Solutions Cookbook(Second Edition)
- 網絡組建與互聯
- CompTIA Linux+ Certification Guide
- Docker High Performance(Second Edition)
- 新編計算機圖形學
- 悟透AutoCAD 2009案例自學手冊
- 奇點將至
- 樂高創意機器人教程(中級 上冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- 洞察大數據價值:SAS編程與數據挖掘
- 智能座艙之車載機器人交互設計與開發
- 網頁配色萬用寶典
- 博弈論與無線傳感器網絡安全
- Android High Performance Programming
- Hands-On Artificial Intelligence for Search