COVID-19-electronic-health-system/Corona-tracker

[FEAT] Abstract away depunctuation in python scripts

SomeMoosery opened this issue · 2 comments

⚠️ IMPORTANT: Please fill out this template to give us as much information as possible to consider/implement the feature.

Prerequisites

  • check this box if you have completed the following:
    • Reviewed the contributing guidelines and support files
    • Reviewed the README file for the repository you are working in
    • Searched for relevant instructions on our Discord server
    • Searched the issues of the repository you are working in to make sure one was not already filed

Summary

  • there are multiple instances within the python scripts where we depunctuate data (i.e. replacing '.' with ''). Abstract this into a common util function depunctuate(...)

Motivation

Code clarity and quality

Can I work on this ?

All you 👍