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

02_unzip_csvs.sh 253 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. dvc run -d lendingclub/csv_preparation/02_unzip_csvs.py \
  3. -d data/csvs/raw_zipped_csvs \
  4. -o data/csvs/02_working_csvs \
  5. -f run/02_unzip_csvs.dvc \
  6. python lendingclub/csv_preparation/02_unzip_csvs.py
Tip!

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

Comments

Loading...