Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit dbc6b8f

Browse files
committed
Update numpy
1 parent 6e6e690 commit dbc6b8f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lessons/python/modules/numpy/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@
2323
- [Functions](numpy_functions.py)
2424
- `.reshape()`
2525
- `np.concatenate()`
26-
- `np.stack(), np.hstack(), np.vstack(), np.dstack()`
26+
- `np.stack(), np.hstack(), np.vstack(), np.dstack()`
27+
- Filter
28+
- [Where](numpy_filter_values.py)
29+
- Access
30+
- One Row
31+
- One Column
32+
- Box

0 commit comments

Comments
 (0)