swb-ief / etl-pipeline

The Covid Lens
1 stars 10 forks source link

Ward interpolation #151

Closed aswinjayan94 closed 3 years ago

aswinjayan94 commented 3 years ago

Added code to impute values for missing dates in ward data with interpolated values

Nozziel commented 3 years ago

This is an important function. It deserves a few unit tests to make sure it works as expected. And keeps working as expected when other people might make updates to it.

aswinjayan94 commented 3 years ago

Errors fixed. Unit test included