单项选择题

PANDAS中,print(data[(data[’Sex’]==1)&(data[’Height(cm)’]==166.0)])功能是()

A.找出性别为1的信息
B.找出身高为166.0的信息
C.找出性别为1,身高为166.0的信息
D.找出性别为1,身高为166.0的行号