Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 23, 2021 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/4aa2879184fa0cab9f63e2e9d9bbc111 to your computer and use it in GitHub Desktop.
Save 1ambda/4aa2879184fa0cab9f63e2e9d9bbc111 to your computer and use it in GitHub Desktop.
dfListingSelected = dfListing.selectExpr(
"id as listing_id",
"listing_url",
"name as listing_name",
"summary as listing_summary",
"description as listing_desc"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment