Skip to content

Commit

Permalink
Update make_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amilworks authored Feb 12, 2021
1 parent f539ca7 commit 4bb6e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/make_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
def main(input_filepath, output_filepath):
""" Runs data processing scripts to turn raw data from (../raw) into
cleaned data ready to be analyzed (saved in ../processed).
NOTE: Still a work in progress! HMU if you need this piece done!
"""
logger = logging.getLogger(__name__)
logger.info('making final data set from raw data')
Expand Down

0 comments on commit 4bb6e1e

Please sign in to comment.