We have a dataframe, df, and a variable, gender.  We have th…

We have a dataframe, df, and a variable, gender.  We have the following code. Which is true? ttest_ind() was not created properly; there will be an error This code is fine; it will run as expected ttest_ind was imported incorrectly; there will be an error the gender variable should have been df; there will be an error