eakmanrq / sqlframe

Turning PySpark Into a Universal DataFrame API
https://sqlframe.readthedocs.io/en/stable/
MIT License
191 stars 3 forks source link

feat: add withColumns support #47

Closed eakmanrq closed 1 month ago

eakmanrq commented 1 month ago

Add support for withColumns: https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.DataFrame.withColumns.html

Related to: https://github.com/eakmanrq/sqlframe/issues/45