79497449

Date: 2025-03-10 08:51:09
Score: 1
Natty:
Report link

Try double quotes:

df=spark.sql("""
             select *
             from df
             where column_a not like 'AB%'
             """)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Civyshk