Skip to content

Commit

Permalink
added whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alcole committed Sep 16, 2024
1 parent be739e0 commit 70bf078
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions covid_analysis/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ def clean_spark_cols(pdf):
def index_to_col(df, colname):
df[colname] = df.index
return df

1 change: 0 additions & 1 deletion tests/transforms_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def colnames_df() -> pd.DataFrame:
data=[[0,1,2,3,4,5]],
columns=[
"Daily ICU occupancy",
"Daily ICU occupancy per million",
"Daily hospital occupancy",
"Daily hospital occupancy per million",
"Weekly new hospital admissions",
Expand Down

0 comments on commit 70bf078

Please sign in to comment.