numpy mendapatkan colums yang ditentukan
cols = [i,j,k,...]
array[:, cols]
Delightful Dotterel
cols = [i,j,k,...]
array[:, cols]