Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 20, 2021 11:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/fcfe4d2d4d1deca80fedb8b18550e3c2 to your computer and use it in GitHub Desktop.
Save 1ambda/fcfe4d2d4d1deca80fedb8b18550e3c2 to your computer and use it in GitHub Desktop.
dfConverted3 = dfConverted1\
.selectExpr("*",
f"CASE WHEN education == '{educationInvalid}' THEN '{educationDefault}' ELSE education END as education"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment