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

Commit 2ed0c7b

Browse files
committed
Update numpy copy, view
1 parent dd11f29 commit 2ed0c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/python/modules/numpy/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- [Convert Data Type](numpy_convert_data_type.py)
1818
- `.astype()`
1919
- [Access](numpy_access.py)
20-
- `.copy(), .view()`
2120
- `.base` <sub>check if returned array is copy or view</sub>
2221
- `np.nditer(array), np.ndenumerate(array)`
2322
- [Functions](numpy_functions.py)
@@ -29,4 +28,5 @@
2928
- Access
3029
- [One Row](numpy_access_one_row.py)
3130
- [One Column](numpy_access_one_column.py)
32-
- [Box](numpy_access_range.py)
31+
- [Box](numpy_access_range.py)
32+
- [`.copy()` va `.view()`](numpy_access_copy_view.py)

0 commit comments

Comments
 (0)