eakmanrq / sqlframe

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

Implement Column expression contains #92

Closed cristian-marisescu closed 3 months ago

cristian-marisescu commented 3 months ago

https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.Column.contains.html

Calling .contains() throws:

AttributeError: 'Column' object has no attribute 'contains'