Skip to content

Instantly share code, notes, and snippets.

@c-l-nguyen
Last active May 11, 2020 02:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save c-l-nguyen/df3880cb3ff04f9f8ad8bdbf16271c6b to your computer and use it in GitHub Desktop.
# this errors out with message "HyperException: Specified table does not exist: pokemon."
pantab.frame_from_hyper("hyper/pokemon_extract.hyper", table = "pokemon")
# need to specify schema to read table from
pantab.frame_from_hyper("hyper/pokemon_extract.hyper", table = TableName("Extract", "pokemon"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment