This is certainly a very stupid question but i really spent some time on this and i can't find.
I'm reading a csv file with pyspark and this produces an error because my floating separator is a ",".
Before replacing it in the strings, i'd like to verify that there is no option to specify it (something like .option("floatingDecimal", ",")) but i can't find any complete list of available option. Many tutorials giving some but nothing complete. Is one existing ? Thanks