updated with license
Browse files
README.md
CHANGED
@@ -17,4 +17,16 @@ Get a specific url and its metadata using data.iloc[0], read this like a python
|
|
17 |
e.g to get the url for index i
|
18 |
url= df.iloc[0]["content_loc"]
|
19 |
|
20 |
-
https://pandas.pydata.org/pandas-docs/version/1.1/getting_started/index.html#getting-started
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
e.g to get the url for index i
|
18 |
url= df.iloc[0]["content_loc"]
|
19 |
|
20 |
+
https://pandas.pydata.org/pandas-docs/version/1.1/getting_started/index.html#getting-started
|
21 |
+
|
22 |
+
***
|
23 |
+
License:
|
24 |
+
According to Pexels licensing, these videos are free to use for personal or commercial purposes, attribution is polite but not required however,
|
25 |
+
|
26 |
+
-Identifiable people may not appear in a bad light or in a way that is offensive.
|
27 |
+
-Don't sell unaltered copies of a photo or video, e.g. as a poster, print or on a physical product without modifying it first.
|
28 |
+
-Don't imply endorsement of your product by people or brands on the imagery.
|
29 |
+
-Don't redistribute or sell the photos and videos on other stock photo or wallpaper platforms.
|
30 |
+
|
31 |
+
license: https://www.pexels.com/license/
|
32 |
+
***
|