I am talking about Feature Store feature, which is document in here
In “Create new feature” section, the documentation missing the part how to load dataframe from file into notebook
More specific, in the screenshot (version 1.4), how to get “features_df” when all you have is the .csv file in your PC.
My step-by-step
- Go to Data Sets
- Upload iris.csv
- Start jupyter
- (stuck) trying to load iris.csv from Data Set but don’t know how to ? (what is the code to read, what is the full path to iris.csv)
Here, Data Sets in file description I also suggest adding a snipping of code on how to load to jupyter, or at least a path