This is a dedicated watch page for a single video.
You have a notebook open with the Python SDK and have a Pandas dataframe called containing 'delaydata', containing daily train delay data. The dataframe has the following columns: year, month, day, train_id, delay_amount. How would you find the average delay_amount?