Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active February 19, 2019 22:52
Show Gist options
  • Save 64lines/386a3739f1d16fd17163328a811d1272 to your computer and use it in GitHub Desktop.
Save 64lines/386a3739f1d16fd17163328a811d1272 to your computer and use it in GitHub Desktop.
fact_df.createOrReplaceTempView('fact_df')
fact_df = spark.sql('select * from fact_df where id > 42')
fact_df = fact_df.alias('fact_df')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment