numpy.reshape# numpy. reshape (a, /, shape = None, order = 'C', *, newshape = None, copy = None) [source] # Gives a new shape to an array without changing its data. Parameters: a array_like. Array to be reshaped. shape int or tuple of ints. The new shape should be compatible with the original shape. If an integer, then the result will be a 1-D ... More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.