libb.isnumeric

isnumeric(x)[source]

Check if value is a numeric type.

Parameters:

x – Value to check.

Returns:

True if numeric (int, float, or numpy numeric).

Return type:

bool