Add a SQL statement to inspect the conversion path.
Paste a SQL query and get clean, readable PySpark code instantly β DataFrame API or spark.sql mode. Handles CTEs, JOINs, GROUP BY, HAVING, and more with conversion notes and warnings.
spark.sql for complex queries.
Add a SQL statement to inspect the conversion path.
No query analyzed yet.
Tables and CTEs appear here after conversion.
.join(...)
.filter(F.expr(...))
.groupBy(...).agg(...)
.orderBy(F.expr(...))
.filter(...) after .agg()
spark.sql("""...""")