This commit is contained in:
Mikołaj Pokrywka 2022-04-03 15:54:50 +02:00
parent dd772dc67e
commit ace853de66

View File

@ -4,8 +4,7 @@ echo $KAGGLE_USERNAME
kaggle datasets download -d shivamb/real-or-fake-fake-jobposting-prediction
unzip -o real-or-fake-fake-jobposting-prediction.zip
ls
mkdir data
cp fake_job_postings.csv /data/fake_job_postings.csv
cat fake_job_postings.csv > data.csv
echo "Save column titles"
head -n 1 fake_job_postings.csv > column_titles.csv
tail -n +2 fake_job_postings.csv > data_not_shuf.csv