Hey! I have been exploring the package a bit and couldn't help but notice that naming on modify_col_def is out of place. What do you think about changing it to set_column_options, update_column_option, or update_column_definition?
Additionally, is there any particular reason why it takes a col_update list over ellipsis (...)? Perhaps it could support both?
Hey! I have been exploring the package a bit and couldn't help but notice that naming on
modify_col_defis out of place. What do you think about changing it toset_column_options,update_column_option, orupdate_column_definition?Additionally, is there any particular reason why it takes a
col_updatelist over ellipsis (...)? Perhaps it could support both?