Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreWohnsland committed Oct 29, 2023
1 parent 7361a93 commit fbb7d1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ def cumulate_installations(raw_df: pd.DataFrame, os_split: bool = False):
else:
cumulative = df.groupby([InstallationSchema.OS])[InstallationSchema.INSTALLATIONS_COUNT].cumsum()
df[InstallationSchema.INSTALLATIONS_COUNT] = cumulative
print(df)
# return df
# in case of os split, there need to be filled in missing data in the grid,
# as well as reshape the data to make plotly a happy format
if not os_split:
Expand Down

0 comments on commit fbb7d1b

Please sign in to comment.