Skip to content

Commit

Permalink
Update VR_MonthlyDiff_forGithub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rrlinrr authored Aug 12, 2024
1 parent 19ee153 commit 740c4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VR_MonthlyDiff_forGithub.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
rawdf.to_csv("DMV_borough_full_excl_susp_rvct_output.csv", index=False)
print(rawdf)


mergedf = rawdf[["County"]+ rawdf.columns[rawdf.columns.str.contains(pat = '-Total')].tolist()].melt(id_vars='County')
mergedf['variable'] = mergedf['variable'].str.rstrip('-Total')
mergedf = mergedf[mergedf["County"]!="Total"]
Expand Down

0 comments on commit 740c4eb

Please sign in to comment.