Re: substitution invocator for a variable in PyCharm sql

2020-12-07 Thread Mich Talebzadeh
Thanks Russell f-string interpolation helped. Replace Scala 's' with Python 'f'! Mich *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property which may arise from relying on this email's technical content is explicitly d

Re: substitution invocator for a variable in PyCharm sql

2020-12-07 Thread Russell Spitzer
The feature you are looking for is called "String Interpolation" and is available in python 3.6. It uses a different syntax than scala's https://www.programiz.com/python-programming/string-interpolation On Mon, Dec 7, 2020 at 7:05 AM Mich Talebzadeh wrote: > In Spark/Scala you can use 's' substi