hhm970 / mental-health-monitor-project

0 stars 0 forks source link

Write `extract.py` #11

Closed hhm970 closed 3 months ago

hhm970 commented 3 months ago

Description

We have a plan for the extract process (as mentioned in #7), so we need to plan out what functions to use, write tests for them, and then fully compose the extraction process!

Required Files

./pipeline/extract.py

User Story

As an engineer, I need to ensure that I write my code in a systematic and test-driven fashion, so that my quality of code stays high.

hhm970 commented 3 months ago

extract.py done; had to split initial function to increase purity of code