pandas的iloc输出问题

python中pandas库里面为什么print(df.iloc[:,:]==0)会输出bool值

……因为 == 返回 bool 啊。