cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

sharikrishna26.medium.com

SIRIGIRI
Contributor

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

1 REPLY 1

sher
Valued Contributor II

thanks for sharing