新用户注册
备考刷题,请到
CDA认证小程序
在 Pandas 中,条件之间需要用括号包裹,否则会因为优先级导致错误。选项 C 中,df.Score > 80 & df.Passed 缺少括号,会引发错误。