Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active January 27, 2021 07:44
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 velotiotech/1669a46152646538d81087bc03033fc9 to your computer and use it in GitHub Desktop.
Save velotiotech/1669a46152646538d81087bc03033fc9 to your computer and use it in GitHub Desktop.
root
|-- tconst: string (nullable = true)
|-- titleType: string (nullable = true)
|-- primaryTitle: string (nullable = true)
|-- originalTitle: string (nullable = true)
|-- isAdult: integer (nullable = true)
|-- startYear: string (nullable = true)
|-- endYear: string (nullable = true)
|-- runtimeMinutes: string (nullable = true)
|-- genres: string (nullable = true)
|-- averageRating: double (nullable = true)
|-- numVotes: integer (nullable = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment