Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add a new column to numpy array


Returns
-------
append : ndarray
    A copy of `arr` with `values` appended to `axis`.  Note that `append`
    does not occur in-place: a new array is allocated and filled.  If
    `axis` is None, `out` is a flattened array.

Source by nullorempty.org #
 
PREVIOUS NEXT
Tagged: #add #column #numpy #array
ADD COMMENT
Topic
Name
2+5 =