79445646

Date: 2025-02-17 14:14:11
Score: 2.5
Natty:
Report link

Try to change locale:

spark.read.format("csv").option("delimiter", ";").option("locale", "de")

By default it is en-US, see more details https://spark.apache.org/docs/3.5.4/sql-data-sources-csv.html#data-source-option

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex Shirey