Allow passing in a string transform for tbl.update_spec().add_field()
#1882
Labels
good first issue
Good for newcomers
tbl.update_spec().add_field()
#1882
Feature Request / Improvement
Today you have to pass in an instance of the transform:
Instead, I think it would be great to also pass in the name:
This should be pretty straightforward using the
parse_transform
function.The text was updated successfully, but these errors were encountered: