generate functionMon, 29 May 2023

leer un archivo de texto con read_fwf desde una ubicacion de tu pc

def read_fwf(file_path): return pd.read_fwf(file_path, header=None) read_fwf('/Users/myname/Desktop/file.txt')

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