NumPy Library
Type Hierarchy
Platform Dependencies
np.int8
np.int16
np.int32
np.int64
np.uint8
np.uint16
np.uint32
np.uint64
np.float16
np.float32
np.float64
np.longdouble
np.complex64
np.complex128
np.clongdouble
np.bool_
np.object_
np.string_
np.unicode_
astype() Method
Automatic Type Promotion
Safe vs. Unsafe Casting
Copy vs. View in Type Casting
Previous
2. The NumPy ndarray Object
Go to top
Next
4. Array Creation Techniques