numpy.asarray()

numpy.asarray

numpy.asarray(a, dtype=None, order=None) [source]

Convert the input to an array.

Parameters:

a : array_like

Input data, in any form that can be converted to an array. This includes lists, lists of tuples, tuples, tuples of tuples, tuples of lists and ndarrays.

dtype : data-type, optional

By default, the data-type is inferred from the input data.

order : {‘C’, ‘F’}, optional

Whether to