Esta función debe informar el año de mayor generación de energía hídrica (Hydro_Generation_TWh) para la entidad 'Europe' retornando ese valor en un dato de tipo entero.
def hydro_europe_max(df): # your code here return None df = pd.read_csv('https://github.com/napoles-uach/Curso_Python_UACH/'+ 'blob/master/Data/EnergyMixGeo.csv?raw=true') hydro_europe_max(df)