Skip to content

Commit

Permalink
97c886e623
Browse files Browse the repository at this point in the history
  • Loading branch information
Liftingthedata committed Jun 28, 2023
1 parent 8352bac commit fb98e73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
1 change: 1 addition & 0 deletions scrapers/vgchartz/scrape_game_sales.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,5 @@ def scrape_vgchartz(
local_path = os.getenv("local_path")
df = scrape_vgchartz(console_list=["XS", "XOne", "X360", "XB"])
df = clean_data(df)
df = df.reset_index(drop=True)
df.to_parquet(f"{local_path}vgc_game_sales.parquet")
37 changes: 0 additions & 37 deletions sql/tweets.sql

This file was deleted.

0 comments on commit fb98e73

Please sign in to comment.