p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
Data Analysis Fundamentals
Explore an Unknown Dataset
Explore an Unknown Dataset
No hand-holding this time. Figure out the row count and column count of the companies dataset on your own.
Premium
reset
def greet(name): return f"Hello, {name}!" print(greet("Erik"))
Python
Setting up Python environment...
Output