- 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
推薦閱讀
- 網絡服務器架設(Windows Server+Linux Server)
- Windows XP中文版應用基礎
- Mastering Salesforce CRM Administration
- 數據庫原理與應用技術
- 自動生產線的拆裝與調試
- INSTANT Drools Starter
- Dreamweaver CS6精彩網頁制作與網站建設
- 中國戰略性新興產業研究與發展·增材制造
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- R Machine Learning Projects
- 從零開始學Java Web開發
- 經典Java EE企業應用實戰
- ASP.NET 2.0 Web開發入門指南
- 手把手教你學Flash CS3
- Oracle 11g Anti-hacker's Cookbook