Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What parameters are typically required when creating a new table in the Feature Store using the ‘create_table‘ method?
A
Only the DataFrame is to be used (‘df‘).
B
The table name, primary keys, and the DataFrame (‘df=feature_set‘).
C
The table name, primary keys, DataFrame (‘df=feature_set‘), schema of the DataFrame, and a description.
D
Only the table name and the DataFrame (‘df=feature_set‘).