Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

04_clean_pmt_history.sh 406 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. dvc run -d lendingclub/csv_preparation/04_clean_pmt_history.py \
  3. -d lendingclub/csv_preparation/clean_pmt_history.py \
  4. -d data/csvs/02_working_csvs \
  5. -d data/dev_ids.pkl \
  6. -d data/pmt_hist_skiprows.pkl \
  7. -o data/clean_pmt_history.fth \
  8. -f run/04_clean_pmt_history.dvc \
  9. python lendingclub/csv_preparation/04_clean_pmt_history.py
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...