Data type routines#
| Returns True if cast between data types can occur according to the casting rule. |
| Returns the data type with the smallest size and smallest scalar kind to which both |
| For scalar |
| Returns the type that results from applying the NumPy type promotion rules to the arguments. |
| Return a scalar type which is common to the input arrays. |
Creating data types#
| Create a data type object. |
| Class to convert formats, names, titles description to a dtype. |
Data type information#
Data type testing#
| Determine if a provided dtype is of a specified data type |
| Returns True if first argument is a typecode lower/equal in type hierarchy. |
Miscellaneous#
| Return a description for the given data type code. |
| Return the character for the minimum-size type to which given types can be safely cast. |