We use pandas only for doing sql queries and parsing dates. That is overkill and we could make the docker image quite a bit smaller by directly using pymysql and std library `datetime` for datetime parsing.
We use pandas only for doing sql queries and parsing dates.
That is overkill and we could make the docker image quite a bit smaller by directly using pymysql and std library
datetimefor datetime parsing.