- 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
推薦閱讀
- 過程控制工程及仿真
- PIC單片機C語言非常入門與視頻演練
- 群體智能與數據挖掘
- Matplotlib 3.0 Cookbook
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 網絡組建與互聯
- CentOS 8 Essentials
- Ruby on Rails敏捷開發最佳實踐
- 大數據驅動的機械裝備智能運維理論及應用
- 分析力!專業Excel的制作與分析實用法則
- Hands-On Dashboard Development with QlikView
- 生物3D打印:從醫療輔具制造到細胞打印
- Learn Microsoft Azure
- 西門子S7-1200/1500 PLC從入門到精通
- Access 2007數據庫入門與實例應用金典