Shortcuts

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.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources