Column.equals_ignore_case
equals_ignore_caseotherlocale
Group: Logical
Documentation
Element-wise case-insensitive text equality comparison.
Returns a column with results of comparing this column's elements against other.
Arguments
- other: The value to compare- selfagainst. If- otheris a column, the comparison is performed pairwise between corresponding elements of- selfand- other.
- locale: The locale to use for the case-insensitive comparison.