p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
Data Analysis Fundamentals
Add a Boolean Column
Add a Boolean Column
Flag each company as profitable or not. Create a
Profitable
column that is
True
when revenue exceeds expenses.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output