dev data
All checks were successful
s434765-training/pipeline/head This commit looks good

This commit is contained in:
s434765 2021-05-17 19:53:21 +02:00
parent f8126f77a3
commit ed16ad4d5c
2 changed files with 544 additions and 1 deletions

544
data_dev Normal file

File diff suppressed because one or more lines are too long

1
get_data.sh Normal file → Executable file
View File

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
if kaggle datasets download -d sgonkaggle/youtube-trend-with-subscriber && unzip youtube-trend-with-subscriber.zip; then if kaggle datasets download -d sgonkaggle/youtube-trend-with-subscriber && unzip youtube-trend-with-subscriber.zip; then
head -n 2 USvideos_modified.csv
grep -v -e "^$" - USvideos_modified.csv grep -v -e "^$" - USvideos_modified.csv
COUNT=$(wc -l "USvideos_modified.csv") COUNT=$(wc -l "USvideos_modified.csv")
echo "${COUNT}" echo "${COUNT}"