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

01_download_LC_csvs.sh 332 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. dvc run -d lendingclub/csv_dl_archiving/01_download_LC_csvs.py \
  3. -d lendingclub/csv_dl_archiving/download_prep.py \
  4. -o data/csvs/raw_zipped_csvs/ \
  5. -o data/csvs/archived_csvs/ \
  6. -f run/01_download_LC_csvs.dvc \
  7. python lendingclub/csv_dl_archiving/01_download_LC_csvs.py
Tip!

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

Comments

Loading...