Add a Boolean Column

Flag each company as profitable or not. Create a Profitable column that is True when revenue exceeds expenses.
Python
Setting up Python environment...
Output