Skip to content

Commit

Permalink
5f70600710
Browse files Browse the repository at this point in the history
  • Loading branch information
Liftingthedata committed Jun 28, 2023
1 parent a468b09 commit 17a0b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/vgchartz/scrape_game_sales.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def clean_data(df: pd.DataFrame) -> pd.DataFrame:
df = df.dropna(subset=["Release Date"])

df["Release Year"] = df["Release Date"].dt.year
df = df.drop(["Last Update", "Release Date", "Gamex", "__index_level_0__"], axis=1)
df = df.drop(["Last Update", "Release Date", "Gamex"], axis=1)

return df

Expand Down

0 comments on commit 17a0b21

Please sign in to comment.