pandas.Series.str.isdecimal
-
Series.str.isdecimal() Check whether all characters in each string in the Series/Index are decimal. Equivalent to
str.isdecimal().Returns: is : Series/array of boolean values
Series.str.isdecimal()Check whether all characters in each string in the Series/Index
are decimal. Equivalent to str.isdecimal().
| Returns: | is : Series/array of boolean values |
|---|