For futures references. The following works:
df = spark.read.option("delimiter", ";").option("quote", "").csv(path, header=False, inferSchema=False)