Numpy Flashcards
1
Q
A
2
Q
A
3
Q
np. empty
np. fill
A
4
Q
Arrays Filled with Incremental Sequences
A
5
Q
Creating Arrays with Properties of Other Arrays
A
6
Q
Indexing and Slicing
A
7
Q
Multidimensional Arrays
A
A[:,1], among all the row, the number in the second column,
A[1,:], among the second row, the number of all the columns
8
Q
Multidimensional Arrays
A
9
Q
Multidimensional Arrays
A
10
Q
Fancy Indexing and Boolean-valued Indexing
A
11
Q
Visual summary of indexing methods for NumPy arrays
A
12
Q
Summary of NumPy functions for manipulating the dimensions and the shape of arrays
A
13
Q
Summary of NumPy functions for elementwise mathematical operations
A
14
Q
Boolean Arrays and Conditional Expressions
A
15
Q
NumPy functions for conditional and logical expressions
A