Skip to content

Instantly share code, notes, and snippets.

@davidmcclure
Created March 15, 2019 21:18
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 davidmcclure/e5d37e74ad409d2a32489d029aeb7d67 to your computer and use it in GitHub Desktop.
Save davidmcclure/e5d37e74ad409d2a32489d029aeb7d67 to your computer and use it in GitHub Desktop.
root
|-- article_id: long (nullable = true)
|-- text: string (nullable = true)
|-- tokens: array (nullable = true)
| |-- element: string (containsNull = true)
|-- clf_tokens: array (nullable = true)
| |-- element: string (containsNull = true)
|-- first_ts: integer (nullable = true)
|-- url: string (nullable = true)
|-- domain: string (nullable = true)
|-- link_count: long (nullable = false)
|-- impression_count: long (nullable = true)
|-- actor_link_counts: map (nullable = true)
| |-- key: string
| |-- value: long (valueContainsNull = true)
|-- actor_impression_counts: map (nullable = true)
| |-- key: string
| |-- value: long (valueContainsNull = true)
|-- actor_alignments: struct (nullable = true)
| |-- n: integer (nullable = true)
| |-- mean: float (nullable = true)
| |-- std: float (nullable = true)
| |-- q0: float (nullable = true)
| |-- q25: float (nullable = true)
| |-- q50: float (nullable = true)
| |-- q75: float (nullable = true)
| |-- q100: float (nullable = true)
| |-- n_left: integer (nullable = true)
| |-- n_right: integer (nullable = true)
| |-- entropy: float (nullable = true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment