'Adding new column to existing DataFrame based on True / False validation

I have a Boolean Data Frame which is the output of comparing two DF. Now I would like to add a column at the end which says True if all the value in column is True and False of any of the value in the column is False.

enter image description here

I want to add True / False value based on entire column value. I want o/p like this:

Output



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source