Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 20, 2021 11:24
Show Gist options
  • Save 1ambda/2948a680e96ffe6e2b25d996ee38c08d to your computer and use it in GitHub Desktop.
Save 1ambda/2948a680e96ffe6e2b25d996ee38c08d to your computer and use it in GitHub Desktop.
# dfSelected.count() 의 결과
2240
# dfSelected.printSchema()
root
|-- id: integer (nullable = true)
|-- year_birth: integer (nullable = true)
|-- education: string (nullable = true)
|-- count_kid: integer (nullable = true)
|-- count_teen: integer (nullable = true)
|-- date_customer: string (nullable = true)
|-- days_last_login: integer (nullable = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment