We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d6d2e commit b15b04aCopy full SHA for b15b04a
numpy/split-combine/README.md
@@ -0,0 +1,8 @@
1
+## Split and combine arrays
2
+
3
+Continue with the previous 4x4 array
4
5
+1. Use `np.split()` function for splitting the array into two new 2x4 arrays.
6
+ Reconstruct the original 4x4 array by using `np.concatenate()`.
7
+2. Repeat the above exercise but create now 4x2 subarrays and then combine
8
+ them.
0 commit comments