Created
December 20, 2021 11:24
-
-
Save 1ambda/2948a680e96ffe6e2b25d996ee38c08d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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