Skip to content

Commit

Permalink
add example as comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jianructose committed Nov 29, 2020
1 parent c31dfd3 commit e6ef4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
--out_dir=<out_dir> Local file path to folder in which the processed data csvs will be written
"""

# example:
# example: python src/wrangle.py --input_r=data/red.csv --input_w=data/white.csv --out_dir=data/processed

import numpy as np
import pandas as pd
Expand Down

0 comments on commit e6ef4a8

Please sign in to comment.