Last updated 1 year ago
Rename columns by converting all names to uppercase and removing non-SQL safe characters.
none
this transform does not take any arguments
ds = rasgo.get.dataset(id) ds2 = ds.uppercase_columns()