- 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.
- 極簡算法史:從數學到機器的故事
- Mobile Web Performance Optimization
- Monkey Game Development:Beginner's Guide
- SQL Server 2016從入門到精通(視頻教學超值版)
- Java完全自學教程
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Learning C++ Functional Programming
- Python應用輕松入門
- Node.js全程實例
- 從Java到Web程序設計教程
- Learning Splunk Web Framework
- Mastering Leap Motion
- Arduino Electronics Blueprints
- Getting Started with RethinkDB
- Boost.Asio C++ Network Programming Cookbook