- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 113字
- 2021-08-13 15:19:32
pandas
The pandas package deals with everything that NumPy and SciPy cannot do. Thanks to its specific data structures, namely DataFrames and Series, pandas allows you to handle complex tables of data of different types (which is something that NumPy's arrays cannot do) and time series. Thanks to Wes McKinney's creation, you will be able to easily and smoothly load data from a variety of sources. You can then slice, dice, handle missing elements, add, rename, aggregate, reshape, and finally visualize your data at will:
- Website: http://pandas.pydata.org/
- Version at the time of print: 0.23.1
- Suggested install command: pip install pandas
Conventionally, the pandas package is imported as pd:
import pandas as pd
推薦閱讀
- Big Data Analytics with Hadoop 3
- 大數據項目管理:從規劃到實現
- 高性能混合信號ARM:ADuC7xxx原理與應用開發
- 西門子PLC與InTouch綜合應用
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 城市道路交通主動控制技術
- Data Wrangling with Python
- 西門子S7-200 SMART PLC實例指導學與用
- OpenStack Cloud Computing Cookbook
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- 嵌入式操作系統原理及應用
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- 基于RPA技術財務機器人的應用與研究
- 貫通Hibernate開發