Spaces:
Build error
Build error
File size: 188 Bytes
4292ffa |
1 2 3 4 5 6 7 8 9 10 |
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) |