# -- Code Cell --
import pandas as pd
train_df = pd.read_csv('train.csv')

# -- Code Cell --
