Santiago Moresi

Generation

generate functionFri, 16 Jun 2023

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)

Want to kickstart your project?Use the new AI Studio to create your code