Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 05:12 AM
i will certainly try out the f-string. thank you @Tyler Retzlaff
Options i tried:
- With "None", it will not be able to concatenate with rest of the string. I get this error "can only concatenate str (not "NoneType") to str"
- list(None) throws an error "Column is not iterable"
- NULL - This will not work on spark, it will recognize it as an identifer.
Are there any other ways to specify blank?