Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 27, 2021 12:35
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/18026ca10847379d74120afe81af3dd2 to your computer and use it in GitHub Desktop.
Save 1ambda/18026ca10847379d74120afe81af3dd2 to your computer and use it in GitHub Desktop.
# dfCalendarMeta.printSchema()
root
|-- date: date (nullable = false)
# dfListingCalendar.printSchema()
root
|-- listing_id: integer (nullable = true)
|-- date: timestamp (nullable = true)
|-- available: string (nullable = true)
|-- price: double (nullable = true)
|-- adjusted_price: double (nullable = true)
|-- minimum_nights: integer (nullable = true)
|-- maximum_nights: integer (nullable = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment