2022-04-03 21:47:31 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-04-03 21:18:45 +02:00
|
|
|
echo "Preparation inner"
|
2022-04-03 21:41:10 +02:00
|
|
|
kaggle datasets download -d joniarroba/noshowappointments
|
2022-04-03 21:44:40 +02:00
|
|
|
!unzip -o noshowappointments.zip
|
|
|
|
KaggleV2-May-2016.csv >> data.csv
|