Corran commited on
Commit
9474b6f
·
1 Parent(s): 705a558

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ data=pd.read_parquet('PexelVideos.parquet.gzip')
16
 
17
  Get a specific url and its metadata using data.iloc[0], read this like a python dict
18
 
19
- e.g to get the url for index i
20
- url= df.iloc[0]["content_loc"]
21
 
22
  https://pandas.pydata.org/pandas-docs/version/1.1/getting_started/index.html#getting-started
23
 
 
16
 
17
  Get a specific url and its metadata using data.iloc[0], read this like a python dict
18
 
19
+ e.g to get the url for index i run
20
+ url= df.iloc[i]["content_loc"]
21
 
22
  https://pandas.pydata.org/pandas-docs/version/1.1/getting_started/index.html#getting-started
23