act-now-coalition / covid-data-model

Data backend providing computed data for the graphs displayed at https://covidactnow.org
https://covidactnow.org/
MIT License
149 stars 57 forks source link

remove demographics from wide dates csv #1246

Closed smcclure17 closed 2 years ago

smcclure17 commented 2 years ago

removed using:

import pandas as pd
data = pd.read_csv(path_to_file)
data = data[data["demographic_bucket"] == "all"]
data.to_csv(path_to_file, index=False)