Skip to content

Instantly share code, notes, and snippets.

@c-l-nguyen
Created May 10, 2020 05:02
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 c-l-nguyen/30666c8dda6d430b017044d7e0b52a24 to your computer and use it in GitHub Desktop.
Save c-l-nguyen/30666c8dda6d430b017044d7e0b52a24 to your computer and use it in GitHub Desktop.
df1 = pd.read_csv("data/starter_pokemon_grass.csv")
df2 = pd.read_csv("data/starter_pokemon_fire.csv")
df3 = pd.read_csv("data/starter_pokemon_water.csv")
dict_df = {"grass": df1, "fire": df2, "water": df3}
pantab.frames_to_hyper(dict_df, "hyper/all_pokemon_separate.hyper")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment