Skip to content

Commit

Permalink
Fixing DC
Browse files Browse the repository at this point in the history
  • Loading branch information
KS committed Aug 5, 2020
1 parent e6747bd commit 9fcc923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions covid/data_us.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def process_covidtracking_data(data: pd.DataFrame, run_date: pd.Timestamp):
data.loc[idx["CT", pd.Timestamp("2020-07-17")], :] = 0
data.loc[idx["CT", pd.Timestamp("2020-07-21")], :] = 0

data.loc[idx["DC", pd.Timestamp("2020-08-04")], :] = 0

# Outlier dates in PA
data.loc[
idx[
Expand Down

0 comments on commit 9fcc923

Please sign in to comment.