How to remove a column from NumPy array

How to remove a column from NumPy array

You can remove a column from the NumPy array with the following code. If you want to learn Python, I highly recommend reading This Book. Output: [[ 1 2 4] [ 5 10 20]] Free Learning Resources