Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Commit History
Message Author SHA1 Date
did sudo chmod -R 777 on latest_csvs   Justin Hsi 5 years ago
change permission to 0o777   Justin Hsi 5 years ago
os.walk switch to using latest_csvs   Justin Hsi 5 years ago
fixed os.walk path to actually use dpath in unzip_csvs.py   Justin Hsi 5 years ago
uncommented out unzip_csvs in jenkins   Justin Hsi 5 years ago
permission on PMTHIST file are screwy, so I added in the unzip_csvs.py some code to chmod all files to 0644 permission   Justin Hsi 5 years ago
added j_utils repo to readme.   Justin Hsi 5 years ago
add pyarrow to requirements for saving in feather format   Justin Hsi 5 years ago
forgot to actually save out updated merge_loan_info.py   Justin Hsi 5 years ago
jenkfile sh command uses comment with #, not //   Justin Hsi 5 years ago
see if merge_loan_info works   Justin Hsi 5 years ago
added pandas to requirements   Justin Hsi 5 years ago
added merge_loan_info.py to Jenkinsfile   Justin Hsi 5 years ago
Merge branch 'master' into csv_preparation   Justin Hsi 5 years ago
added requirements for csv_prep   Justin Hsi 5 years ago
Merge branch 'master' into csv_preparation   Justin Hsi 5 years ago
added requirements for csv_preparation.txt   Justin Hsi 5 years ago
merge from master   Justin Hsi 5 years ago
some jenkfile cleanup, moving requirements   Justin Hsi 5 years ago
changed permissions recurisvely   Justin Hsi 5 years ago
Merge remote-tracking branch 'origin/master' into csv_preparation   Justin Hsi 5 years ago
Merge pull request #15 from jmhsi/csv_dl_archiving   jmhsi 5 years ago
changed relative import to absolute import relying on symlink   Justin Hsi 5 years ago
remove relative import, relying now on symlink (see README)   Justin Hsi 5 years ago
store   Justin Hsi 5 years ago
fix path again   Justin Hsi 5 years ago
fix path again   Justin Hsi 5 years ago
made symlink in jenkinshome (/var/lib/jenkins/projects) to my home (/home/justin/projects)   Justin Hsi 5 years ago
fix os.path.join   Justin Hsi 5 years ago
change to absolute import on regular path since jenkins workspace names change depending on branch, was failing to find module because it was called lendingclub_{branch_name}.   Justin Hsi 5 years ago