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