
Ultimate access to all questions.
What is the correct method to update an existing feature table in Unity Catalog with new data?
A
By using the fe.read_table function and updating the dataframe._
B
By using the fe.write_table function with mode="merge" and providing a new dataframe._
C
By using the fe.create_table function with a new dataframe._
D
By using the fe.update_table function with a new dataframe._