-
Series.str.isnumeric()
[source] -
Check whether all characters in each string in the Series/Index are numeric. Equivalent to
str.isnumeric()
.Returns: is : Series/array of boolean values
Series.str.isnumeric()
2017-01-12 04:54:55
Series.str.isnumeric()
[source]
Check whether all characters in each string in the Series/Index are numeric. Equivalent to str.isnumeric()
.
Returns: | is : Series/array of boolean values |
---|
Please login to continue.