"In cell no 23 there's an error data, doesn't contain EventId -> rename the data variable to plane_data
Full line should be: plane_data_selected = plane_data.select(*[col for col in plane_data.columns if col not in ['year']], plane_data.year.cast('integer'))"
"In cell no 23 there's an error data, doesn't contain EventId -> rename the data variable to plane_data Full line should be: plane_data_selected = plane_data.select(*[col for col in plane_data.columns if col not in ['year']], plane_data.year.cast('integer'))"