-
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()

2025-01-10 15:47:30
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 |
---|
Designed by : w10schools
service@w10schools.com
Please login to continue.