This commit is contained in:
Mikołaj Pokrywka 2022-04-03 15:43:37 +02:00
parent 80bf60095c
commit 12a3760aca

View File

@ -3,6 +3,7 @@ echo "Download data from kaggle"
echo $KAGGLE_USERNAME
kaggle datasets download -d shivamb/real-or-fake-fake-jobposting-prediction
unzip -o real-or-fake-fake-jobposting-prediction.zip
mkdir data
cp fake_job_postings.csv /data/fake_job_postings.csv
echo "Save column titles"
head -n 1 fake_job_postings.csv > column_titles.csv