Python Pandas CSV à XLSX Semicolon
reader = csv.reader(f, delimiter=';')
John Adamson
reader = csv.reader(f, delimiter=';')