sharikrishna26.medium.com
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 04:08 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2023 01:08 AM
thanks for sharing