This file contains 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
df.printSchema() # 스키마, 즉 데이터의 형태를 보여줍니다. | |
root | |
|-- ID: integer (nullable = true) | |
|-- Year_Birth: integer (nullable = true) | |
|-- Education: string (nullable = true) | |
|-- Marital_Status: string (nullable = true) | |
|-- Income: integer (nullable = true) | |
|-- Kidhome: integer (nullable = true) | |
|-- Teenhome: integer (nullable = true) | |
|-- Dt_Customer: string (nullable = true) | |
|-- Recency: integer (nullable = true) | |
|-- MntWines: integer (nullable = true) | |
|-- MntFruits: integer (nullable = true) | |
... (생략) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment