Feat: dvc

This commit is contained in:
Jakub Zaręba 2023-05-19 13:04:31 +02:00
parent 60d339ba57
commit b0f3b59cb3
2 changed files with 8 additions and 0 deletions

7
dvc.yaml Normal file
View File

@ -0,0 +1,7 @@
stages:
prepare:
cmd: python prepare_data.py
deps:
- raw_data.csv
outs:
- processed_data.csv

View File

@ -0,0 +1 @@
/Data.csv