# Preparing a new feature: Video Description df['Description'] = df.apply(lambda row: f"row['Title'] - row['Resolution'] - row['Format']", axis=1)