Hi,

I think this part of your first line of code*
...regexp_replace(col("annual_salary"), "\.", "") *is messing things up, so
try to remove it.
Also try to use this numerical matching pattern '^[0-9]*$' in your code
instead



Le dim. 29 mai 2022 à 19:24, Sid <flinkbyhe...@gmail.com> a écrit :

> Hi Team,
>
> I need help with the below problem:
>
>
> https://stackoverflow.com/questions/72422872/unable-to-format-double-values-in-pyspark?noredirect=1#comment127940175_72422872
>
>
> What am I doing wrong?
>
> Thanks,
> Siddhesh
>

Reply via email to