Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active February 19, 2019 20:35
Show Gist options
  • Save 64lines/8a5c28737e660b9d75cc993a1b597509 to your computer and use it in GitHub Desktop.
Save 64lines/8a5c28737e660b9d75cc993a1b597509 to your computer and use it in GitHub Desktop.
from pyspark.sql.functions import *
fact_df = fact_df.withColumn('columname', lower(col('columname'))).alias('fact_df')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment