generate functionMon, 29 May 2023

crear un archivo de excel con panda

export_excel = df.to_excel (r'Path where you want to store the exported excel file\File Name.xlsx', index = None, header=True) #Don't forget to add '.xlsx' at the end of the path

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