I am converting a column containing 1 and 0 to Boolean type and I want to add a test (using assert) if all the 1\'s are converted to True and all 0\'s are converted to False. Ho