How do I rename a column on a Ray Data Arrow dataset?
Hi @brian, currently you can do that by using map_batches
with a function to simply rename the column in each batch. We may add an API for this in the future.
1 Like