I'm not sure I see this working as described. I have First Name and gender in my schema and I'm seeing records returned like this. I would think those names would be showing the opposite gender.
Spencer | Female
Kristen | Male
Vivyan | Male
To prove this out I created a dataset that contained only two columns: First Name (Male) and Gender. I would expect the output to display "male" for all rows in dataset but instead it displayed both male and female.
Is there a way to link gender to first name without having to create predefined name/gender schemas and then uploading those as datasets?