Skip to content

Instantly share code, notes, and snippets.

@shotleft
Created December 22, 2019 08:16
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 shotleft/9ea0a2545c4c39893bc0af7d1e37e66f to your computer and use it in GitHub Desktop.
Save shotleft/9ea0a2545c4c39893bc0af7d1e37e66f to your computer and use it in GitHub Desktop.
SELECT
object_id
, headwearLikelihood
FROM
`bigquery-public-data.the_met.vision_api_data` AS main
CROSS JOIN UNNEST(faceAnnotations) AS faceA
WHERE
object_id BETWEEN 647500 and 647600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment