Skip to content

Instantly share code, notes, and snippets.

@j450h1
Created June 12, 2020 05:49
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 j450h1/22707a7a5f2e24f9ba5fce1191b95a90 to your computer and use it in GitHub Desktop.
Save j450h1/22707a7a5f2e24f9ba5fce1191b95a90 to your computer and use it in GitHub Desktop.
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