Difference between “ And ‘ in Spark Dataframe API
You must tell your compiler that you want to represent a string inside a string using a different symbol for the inner string.
Here is an example.
“ Name = “HARI” “
The above is wrong. Why? Because the inner string “Prashant” and the outer string are using the same “ symbol. And the compiler gets confused that where the string starts and where it is ending.
***Please refer https://sharikrishna26.medium.com/difference-between-and-in-dataframe-api-2b0f0d7d09c7
Hit Like,Share,repost if you like