Column.
ilike
(other: str) → pyspark.sql.column.Column¶
SQL ILIKE expression (case insensitive LIKE). Returns a boolean Column
based on a case insensitive match.
a SQL LIKE pattern
See also
pyspark.sql.Column.rlike
Examples
>>> df.filter(df.name.ilike('%Ice')).collect() [Row(age=2, name='Alice')]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4