reVReports.utilities.plots.is_numeric# is_numeric(s)[source]# Check whether a variable is numeric Parameters: s (Any) – Variable to check. Returns: bool – True if the number is numeric, false if not.