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
|
kaggle datasets download -d shivamb/real-or-fake-fake-jobposting-prediction
|
||||||
unzip -o real-or-fake-fake-jobposting-prediction.zip
|
unzip -o real-or-fake-fake-jobposting-prediction.zip
|
||||||
ls
|
ls
|
||||||
mkdir data
|
cat fake_job_postings.csv > data.csv
|
||||||
cp fake_job_postings.csv /data/fake_job_postings.csv
|
|
||||||
echo "Save column titles"
|
echo "Save column titles"
|
||||||
head -n 1 fake_job_postings.csv > column_titles.csv
|
head -n 1 fake_job_postings.csv > column_titles.csv
|
||||||
tail -n +2 fake_job_postings.csv > data_not_shuf.csv
|
tail -n +2 fake_job_postings.csv > data_not_shuf.csv
|
||||||
|
Loading…
Reference in New Issue
Block a user