- 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.
- Spring 5企業(yè)級(jí)開(kāi)發(fā)實(shí)戰(zhàn)
- 算法基礎(chǔ):打開(kāi)程序設(shè)計(jì)之門
- Unity Virtual Reality Projects
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- UML+OOPC嵌入式C語(yǔ)言開(kāi)發(fā)精講
- Salesforce Reporting and Dashboards
- Learning Concurrency in Kotlin
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- Processing創(chuàng)意編程指南
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- 并行編程方法與優(yōu)化實(shí)踐
- Getting Started with React VR
- STM8實(shí)戰(zhàn)
- 軟件工程與UML案例解析(第三版)
- Docker:容器與容器云(第2版)