runpandas._utils.camelcase_to_snakecase#

runpandas._utils.camelcase_to_snakecase(string)#

Converts the Camelcase string to snakecase string Example: ColumnName –> column_name :param string: String to be converted. :type string: str

Return type

The string converted to lowercase.