data_helper.transform module

String transform functions

data_helper.transform.camelcase_to_underscore(s)[source]

Convert a CamelCase string to lowercase string separated by underscore

Parameters:s (str) – CamelCase string (no whitespace)
Returns:Lowercase string separated by underscore
Return type:(str)