Last active
May 11, 2020 02:38
-
-
Save c-l-nguyen/df3880cb3ff04f9f8ad8bdbf16271c6b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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