Copy of the array, cast to a specified type.
Typecode or data-type to which the array is cast.
Controls what kind of data casting may occur. Defaults to ‘unsafe’ for backwards compatibility.
‘no’ means the data types should not be cast at all.
‘equiv’ means only byte-order changes are allowed.
‘safe’ means only casts which can preserve values are allowed.
like float64 to float32, are allowed.
‘unsafe’ means any data conversions may be done.
By default, astype always returns a newly allocated array. If this is set to False and the dtype requirement is satisfied, the input array is returned instead of a copy.
Note
Dask does not respect the contiguous memory layout of the array, and will ignore the order
keyword argument. The default order is ‘C’ contiguous.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4