Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ Each data instance represents a post or comment and includes the following field
|
|
68 |
|
69 |
- author: The username of the author of the comment or post.
|
70 |
|
71 |
-
-
|
72 |
|
73 |
### Data Fields
|
74 |
|
@@ -94,7 +94,7 @@ Each data instance represents a post or comment and includes the following field
|
|
94 |
|
95 |
- author: string
|
96 |
|
97 |
-
-
|
98 |
|
99 |
# Data Preprocessing
|
100 |
|
|
|
68 |
|
69 |
- author: The username of the author of the comment or post.
|
70 |
|
71 |
+
- media_urls: An array of links to any multimedia included in the comment or post.
|
72 |
|
73 |
### Data Fields
|
74 |
|
|
|
94 |
|
95 |
- author: string
|
96 |
|
97 |
+
- media_urls: array
|
98 |
|
99 |
# Data Preprocessing
|
100 |
|