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