Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ashok2216
/
youtube-data_scraper
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f32cf2c
youtube-data_scraper
/
code
/
test.py
ashok2216
Upload 13 files
4292ffa
verified
12 months ago
raw
Copy download link
history
blame
Safe
188 Bytes
import
pandas
as
pd
df = pd.read_csv(
r'C:/Users/ashok/OneDrive/Desktop/WebScrap/Youtube/output/people.csv'
)
# st.dataframe(df)
# print(df[0:1,:])
# for i in range(len(df)):
# print(i)