- Hands-On Data Analysis with NumPy and pandas
- Curtis Miller
- 166字
- 2021-06-18 19:03:19
What this book covers
Chapter 1, Setting Up a Python Data Analysis Environment, discusses installing Anaconda and managing it. Anaconda is a software package we will use in the following chapters of this book.
Chapter 2, Diving into NumPY, discusses NumPy data types controlled by dtype objects, which are the way NumPy stores and manages data.
Chapter 3, Operations on NumPy Arrays, will cover what every NumPy user should know about array slicing, arithmetic, linear algebra with arrays, and employing array methods and functions.
Chapter 4, pandas are Fun! What is pandas?, introduces pandas and looks at what it does. We explore pandas series, DataFrames, and creating them.
Chapter 5, Arithmetic, Function Application, and Mapping with pandas, revisits some topics discussed previously, regarding applying functions in arithmetic to a multivariate object and handling missing data in pandas.
Chapter 6, Managing, Indexing, and Plotting, looks at sorting and ranking. We'll see how to achieve this in pandas, looking at hierarchical indexing and plotting with pandas.
- 影視后期制作(Avid Media Composer 5.0)
- Learning Apache Cassandra(Second Edition)
- 小型電動機實用設計手冊
- STM32嵌入式微控制器快速上手
- 大學C/C++語言程序設計基礎
- 精通數據科學算法
- 悟透AutoCAD 2009完全自學手冊
- 單片機技術一學就會
- Practical Big Data Analytics
- ESP8266 Robotics Projects
- Apache源代碼全景分析(第1卷):體系結構與核心模塊
- Unreal Development Kit Game Design Cookbook
- 漢字錄入技能訓練
- Machine Learning with Spark(Second Edition)
- Mastering DynamoDB