I have the following dataframe:
I want to rename the columns to snake case using a function I defined:
def to_snakecase(cols): map_dict = {} fo