Update README.md
Browse files
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[
|
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 |
|