- 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.
- Web程序設(shè)計(jì)及應(yīng)用
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- LabVIEW Graphical Programming Cookbook
- Linux核心技術(shù)從小白到大牛
- x86匯編語(yǔ)言:從實(shí)模式到保護(hù)模式(第2版)
- 用Flutter極速構(gòu)建原生應(yīng)用
- iOS應(yīng)用逆向工程(第2版)
- Apache Kafka Quick Start Guide
- Hands-On Full Stack Development with Go
- Procedural Content Generation for C++ Game Development
- Python 3.7從入門到精通(視頻教學(xué)版)
- 編程可以很簡(jiǎn)單
- HTML+CSS+JavaScript編程入門指南(全2冊(cè))
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- R語(yǔ)言與網(wǎng)站分析