- Python Data Analysis(Second Edition)
- Armando Fandango
- 158字
- 2021-07-09 19:04:06
Summary
In this chapter, we found out a heap about the NumPy basics--data types and arrays. Arrays have various properties that describe them. You learned that one of these properties is the data type, which, in NumPy, is represented by a full-fledged object.
NumPy arrays can be sliced and indexed in an effective way, compared to standard Python lists. NumPy arrays have the extra ability to work with multiple dimensions.
The shape of an array can be modified in multiple ways, such as stacking, resizing, reshaping, and splitting. A large number of convenience functions for shape manipulation were presented in this chapter.
Having picked up the fundamentals, it's time to proceed to data analysis with the commonly used functions in Chapter 4, Statistics and Linear Algebra. This includes the usage of staple statistical and numerical functions.
The reader is encouraged to read the books mentioned in the References section for exploring NumPy in further detail and depth.
- 程序員修煉之道:程序設計入門30講
- Learn TypeScript 3 by Building Web Applications
- Apache Oozie Essentials
- GraphQL學習指南
- 編寫高質量代碼:改善Python程序的91個建議
- Linux Device Drivers Development
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Test-Driven Machine Learning
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- SciPy Recipes
- Java程序設計與項目案例教程
- JQuery風暴:完美用戶體驗
- STM8實戰
- Mastering ASP.NET Web API
- 測試工程師Python開發實戰