- Learning pandas(Second Edition)
- Michael Heydt
- 142字
- 2021-07-02 20:37:03
Numeric and scientific computing - NumPy and SciPy
NumPy (http://www.numpy.org/) is the cornerstone toolbox for scientific computing with Python, and is included in most distributions of modern Python. It is actually a foundational toolbox from which pandas was built, and when using pandas you will almost certainly use it frequently. NumPy provides, among other things, support for multidimensional arrays with basic operations on them and useful linear algebra functions.
The use of the array features of NumPy goes hand in hand with pandas, specifically the pandas Series object. Most of our examples will reference NumPy, but the pandas Series functionality is such a tight superset of the NumPy array that we will, except for a few brief situations, not delve into details of NumPy.
SciPy (https://www.scipy.org/) provides a collection of numerical algorithms and domain-specific toolboxes, including signal processing, optimization, statistics, and much more.
- DB2 V9權威指南
- Hands-On Data Structures and Algorithms with JavaScript
- PLC編程及應用實戰
- 軟件項目管理實用教程
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Java編程技術與項目實戰(第2版)
- 量化金融R語言高級教程
- Java EE 7 Performance Tuning and Optimization
- Mastering Python Design Patterns
- Julia 1.0 Programming Complete Reference Guide
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Mastering Apache Storm
- WordPress Search Engine Optimization(Second Edition)
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Building Clouds with Windows Azure Pack