最新 最热

TutorialsPoint NumPy 教程

NumPy 是一个 Python 包。 它代表 “Numeric Python”。 它是一个由多维数组对象和用于处理数组的例程集合组成的库。

2022-12-01
1

Python数据分析(中英对照)·Introduction to Matplotlib and Pyplot-Matplotlib 和 Pyplot 介绍

Matplotlib is a Python plotting library that produces publication-quality figures. Matplotlib是一个Python绘图库,用于生成出版物质量的图形。 It can be used both in Python scripts ......

2022-12-01
1

Python数据分析(中英对照)·Using the NumPy Random Module 使用 NumPy 随机模块

NumPy makes it possible to generate all kinds of random variables. NumPy使生成各种随机变量成为可能。 We’ll explore just a couple of them to get you familiar with the NumPy ...

2022-12-01
0

Python数据分析(中英对照)·Building and Examining NumPy Arrays 构建和检查 NumPy 数组

NumPy provides a couple of ways to construct arrays with fixed,start, and end values, such that the other elements are uniformly spaced between them. NumPy提供了两...

2022-12-01
0

Python数据分析(中英对照)·Slicing NumPy Arrays 切片 NumPy 数组

It’s easy to index and slice NumPy arrays regardless of their dimension,meaning whether they are vectors or matrices. 索引和切片NumPy数组很容易,不管它们的维数如何,也就是说它们是向量还是矩阵。......

2022-12-01
0

Python数据分析(中英对照)·Introduction to NumPy Arrays NumPy 数组简介

NumPy is a Python module designed for scientific computation. NumPy是为科学计算而设计的Python模块。 NumPy has several very useful features. NumPy有几个非常有用的特性。 Here are som......

2022-12-01
0

Python数据分析(中英对照)·Indexing NumPy Arrays 索引 NumPy 数组

2.2.3: Indexing NumPy Arrays 索引 NumPy 数组NumPy arrays can also be indexed with other arrays or other sequence-like objects like lists. NumPy数组也可以与其他数组或其他类似于序列的......

2022-12-01
0

Python数据分析(中英对照)·Modules and Methods 模块和方法

1.1.3: Modules and Methods 模块和方法让我们谈谈模块。 Let’s talk a little bit about modules. Python模块是代码库,您可以使用import语句导入Python模块。 Python modules are libraries of code a......

2022-12-01
0

Python可视化数据分析04、NumPy库使用

在数学中,欧几里得距离或欧几里得度量是欧几里得空间中两点间“普通”(即直线)距离。使用这个距离,欧氏空间成为度量空间。相关联的范数称为欧几里得范数。较早的文献称之为毕达哥拉斯度量。...

2022-11-30
0