Created
June 12, 2020 05:49
-
-
Save j450h1/22707a7a5f2e24f9ba5fce1191b95a90 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
root | |
|-- artist: string (nullable = true) | |
|-- auth: string (nullable = true) | |
|-- firstName: string (nullable = true) | |
|-- gender: string (nullable = true) | |
|-- itemInSession: long (nullable = true) | |
|-- lastName: string (nullable = true) | |
|-- length: double (nullable = true) | |
|-- level: string (nullable = true) | |
|-- location: string (nullable = true) | |
|-- method: string (nullable = true) | |
|-- page: string (nullable = true) | |
|-- registration: long (nullable = true) | |
|-- sessionId: long (nullable = true) | |
|-- song: string (nullable = true) | |
|-- status: long (nullable = true) | |
|-- ts: long (nullable = true) | |
|-- userAgent: string (nullable = true) | |
|-- userId: string (nullable = true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment