>>> df = session.create_dataframe(['ñ'], schema=['v'])
>>> df.select(collation(collate(df.v, 'sp-upper'))).show()
-------------------------------------------
|"COLLATION(COLLATE(""V"", 'SP-UPPER'))" |
-------------------------------------------
|sp-upper |
-------------------------------------------