- Learning pandas(Second Edition)
- Michael Heydt
- 173字
- 2021-07-02 20:36:58
Where does pandas fit?
pandas first and foremost excels in data manipulation. All of the needs itemized earlier will be covered in this book using pandas. This is the core of pandas and is most of what we will focus on in this book.
It is worth noting that that pandas has a specific design goal: emphasizing data
But pandas does provide several features for performing data analysis. These capabilities typically revolve around descriptive statistics and functions required for finance such as correlations.
Therefore, pandas itself is not a data science toolkit. It is more of a manipulation tool with some analysis capabilities. pandas explicitly leaves complex statistical, financial, and other types of analyses to other Python libraries, such as SciPy, NumPy, scikit-learn, and leans upon graphics libraries such as matplotlib and ggvis for data visualization.
This focus is actually a strength of pandas over other languages such as R as pandas applications are able to leverage an extensive network of robust Python frameworks already built and tested elsewhere by the Python community.
- Python深度學習
- HBase從入門到實戰
- 區塊鏈:以太坊DApp開發實戰
- Bootstrap Essentials
- Silverlight魔幻銀燈
- 零基礎學單片機C語言程序設計
- Ext JS 4 Plugin and Extension Development
- 從零開始學UI:概念解析、實戰提高、突破規則
- Elasticsearch Blueprints
- Python編程基礎教程
- 川哥教你Spring Boot 2實戰
- Oracle Database 12c DBA官方手冊(第8版)
- Daniel Arbuckle's Mastering Python
- 你也能看得懂的Python算法書
- Mastering Citrix? XenDesktop?