¿Cómo acceder a la ith columna de una matriz multidimensional NumPy?
Supongamos que tengo:
test = numpy.array([[1, 2], [3, 4], [5, 6]])
test[i]
gets me ith line of the array (eg [1, 2]
). ¿Cómo puedo acceder a la columna ith? (eg [1, 3, 5]
). Además, ¿sería una operación costosa?
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52