# import pandas here
df = pd.read_csv('/data/companies.csv') print(df.columns)
Setting up Python environment...