Search
Search Results
Search finished, found 5 page(s) matching the search query.
- numpy.char.chararray.astype (Python method, in numpy.char.chararray.astype)
- NumPy 2.0 migration guide
...calling a library written in a compiled language it may help to explicitly cast to a long, for example with: arr = arr.astype("long", copy=False). Libraries interfacing with compiled code that are written in C, Cython, or a similar languag...
- NumPy 2.0.0 Release Notes
...ck the machine limits for data types. For example, np.iinfo(np.uint16) returns min = 0 and max = 65535. np.array(value).astype(dtype) will give the desired result. np.safe_eval has been deprecated. ast.literal_eval should be used instead....
- numpy.char.chararray.astype
...Legacy fixed-width string functionality numpy.char.chararray numpy.char.chararray.astype...
- numpy.char.chararray.dtype
...precated in the future. Setting will replace the dtype without modifying the memory (see also ndarray.view and ndarray.astype). Parameters: None Returns: dnumpy dtype object See also ndarray.astypeCast the values contained in th...