pandas.Series.str.isdigit

Series.str.isdigit()

Check whether all characters in each string in the array are digits. Equivalent to str.isdigit.

Returns:Series of boolean values