Hi,

The official documentation shows example of printing static values in a
table.
I have a need to print variable values inside table in pyspark.
How to achieve that?

%pyspark
str="Col1\tCol2"
print("%table %s" % str)

ValueError: unsupported format character 't' (0x74) at index 1

-Thanks & Regards
Nikhil

Reply via email to