torcharrow.istring_column.StringMethods.isdecimal¶
- abstract StringMethods.isdecimal()¶
Return True if the string contains only decimal digit (from 0 to 9), False otherwise.
A string is decimal if all characters in the string are decimal digits and there is at least one character in the string.