Hi,
as newbie in Wolfram language, I went through documentation in order to figure out how I can select only specific columns from the output dataset of the FacialFeatures built-in symbol. So what I did is :
In[1]:= Dataset[FacialFeatures[Import["C:/images/people.jpeg"]], "Gender","Age"]
But didn't work so far. it's still giving me all columns ignoring data[...] built-in symbol
How can I get only the requested columns ?
Thanks for your support.