Update README.md
Browse files
README.md
CHANGED
@@ -60,6 +60,8 @@ license: other
|
|
60 |
language:
|
61 |
- en
|
62 |
pretty_name: tmdb-5000-movies
|
|
|
|
|
63 |
---
|
64 |
# tmdb-5000-movies
|
65 |
|
@@ -93,28 +95,28 @@ Each row corresponds to a crew member (actor, director, writer, etc.) for a spec
|
|
93 |
|
94 |
The dataset consists of a data frame with 22 columns as follows:
|
95 |
|
96 |
-
-id
|
97 |
-
-budget
|
98 |
-
-genres
|
99 |
-
-homepage
|
100 |
-
-keywords
|
101 |
-
-original_language
|
102 |
-
-original_title
|
103 |
-
-overview
|
104 |
-
-popularity
|
105 |
-
-production_companies
|
106 |
-
-production countries
|
107 |
-
-release_date
|
108 |
-
-revenue
|
109 |
-
-runtime
|
110 |
-
-spoken_languages
|
111 |
-
-status
|
112 |
-
-tagline
|
113 |
-
-title
|
114 |
-
-vote_average
|
115 |
-
-vote_count
|
116 |
-
-cast
|
117 |
-
-crew
|
118 |
|
119 |
example:
|
120 |
```bash
|
@@ -122,10 +124,10 @@ example:
|
|
122 |
"id": 11,
|
123 |
"budget": 11,000,000
|
124 |
"genres": [{"id": 12, "name": "Adventure"}, {"id": 28, "name": "Action"}, {"id": 878, "name": "Science Fiction"}],
|
125 |
-
"homepage": http://www.starwars.com/films/star-wars-episode-iv-a-new-hope,
|
126 |
...
|
127 |
-
"original_language": en,
|
128 |
-
"original_title": Star Wars
|
129 |
...
|
130 |
"tagline": "A long time ago in a galaxy far, far away..."
|
131 |
...
|
|
|
60 |
language:
|
61 |
- en
|
62 |
pretty_name: tmdb-5000-movies
|
63 |
+
size_categories:
|
64 |
+
- 1K<n<10K
|
65 |
---
|
66 |
# tmdb-5000-movies
|
67 |
|
|
|
95 |
|
96 |
The dataset consists of a data frame with 22 columns as follows:
|
97 |
|
98 |
+
- id
|
99 |
+
- budget
|
100 |
+
- genres
|
101 |
+
- homepage
|
102 |
+
- keywords
|
103 |
+
- original_language
|
104 |
+
- original_title
|
105 |
+
- overview
|
106 |
+
- popularity
|
107 |
+
- production_companies
|
108 |
+
- production countries
|
109 |
+
- release_date
|
110 |
+
- revenue
|
111 |
+
- runtime
|
112 |
+
- spoken_languages
|
113 |
+
- status
|
114 |
+
- tagline
|
115 |
+
- title
|
116 |
+
- vote_average
|
117 |
+
- vote_count
|
118 |
+
- cast
|
119 |
+
- crew
|
120 |
|
121 |
example:
|
122 |
```bash
|
|
|
124 |
"id": 11,
|
125 |
"budget": 11,000,000
|
126 |
"genres": [{"id": 12, "name": "Adventure"}, {"id": 28, "name": "Action"}, {"id": 878, "name": "Science Fiction"}],
|
127 |
+
"homepage": "http://www.starwars.com/films/star-wars-episode-iv-a-new-hope",
|
128 |
...
|
129 |
+
"original_language": "en",
|
130 |
+
"original_title": "Star Wars"
|
131 |
...
|
132 |
"tagline": "A long time ago in a galaxy far, far away..."
|
133 |
...
|