WY Computer Science
Mini-project: Religion Survey Analysis
Make sure you learn how to avoid writing for loops. Example: sum( df['christian'] ) counts the number of True values.
for
sum( df['christian'] )