- Python Data Analysis(Second Edition)
- Armando Fandango
- 148字
- 2021-07-09 19:04:09
Summary
In this chapter, we focused on Pandas--a Python data analysis library. This was an introductory tutorial about the basic Pandas features and data structures. We saw how a great deal of the Pandas functionality mimics relational database tables, allowing us to query, aggregate, and manipulate data efficiently. NumPy and Pandas work well together and make it possible to perform basic statistical analysis. At this point, you might be tempted to think that Pandas is all we need for data analysis. However, there is more to data analysis than meets the eye.
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 Pandas in further detail and depth.
- Ceph Cookbook
- Python爬蟲開發與項目實戰
- Object-Oriented JavaScript(Second Edition)
- SEO智慧
- Hands-On C++ Game Animation Programming
- Java Web開發技術教程
- Visual C#通用范例開發金典
- Visual Basic程序設計教程
- Mastering Unity 2D Game Development(Second Edition)
- Kotlin開發教程(全2冊)
- Java SE實踐教程
- MySQL 8從零開始學(視頻教學版)
- PHP Microservices
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- 菜鳥成長之路