Add a prefix to each column name
prefix
value
text to prefix each column name with
ds = rasgo.get.dataset(74) ds2 = ds.prefix(prefix='PRODUCT') ds2.preview()
Last updated 3 years ago