p
y
c
h
a
l
l
e
n
g
e
r
Home
Basic Data Analysis
pandas
Import pandas library
Import pandas library
Import the
pandas
library under the expected alias.
reset
# import pandas here
df = pd.read_csv('/data/companies.csv') print(df.columns)
Python
Setting up Python environment...
Output