Last active
May 10, 2020 18:17
-
-
Save c-l-nguyen/57e7e31f4e23f39122a3e86f66db2816 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# these two are equivalent | |
pantab.frame_from_hyper("hyper/pokemon_public.hyper", table = "pokemon") | |
pantab.frame_from_hyper("hyper/pokemon_public.hyper", table = TableName("public", "pokemon")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment