This commit is contained in:
parent
f8126f77a3
commit
ed16ad4d5c
1
get_data.sh
Normal file → Executable file
1
get_data.sh
Normal file → Executable 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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user