from pyspark.sql.functions import expr

display(df.select("2014 rank", expr("lower(city) as little_name")))