r
This commit is contained in:
parent
dd772dc67e
commit
ace853de66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user