Spark: Decimal Column are shown in scientific notation instead of numbers By Dinesh 12/20/2023 11:35:00 AM This issue relates to - When dataframe decimal type column having scale higher than 6, 0 values are shown in scientific notation SPARK-25177 Solution - One can use format_number UDF to convert scientific notation into String, as shown below - Read more