diff --git a/VR_MonthlyDiff_forGithub.py b/VR_MonthlyDiff_forGithub.py index aa2c925..97118a2 100644 --- a/VR_MonthlyDiff_forGithub.py +++ b/VR_MonthlyDiff_forGithub.py @@ -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"]