Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,57 @@ task_categories:
|
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
pretty_name: IMDb-Dataset CSV (Updates Weekly)
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
pretty_name: IMDb-Dataset CSV (Updates Weekly)
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
### title.akas.csv
|
| 14 |
+
- titleId (string) - a tconst, an alphanumeric unique identifier of the title
|
| 15 |
+
- ordering (integer) – a number to uniquely identify rows for a given titleId
|
| 16 |
+
- title (string) – the localized title
|
| 17 |
+
- region (string) - the region for this version of the title
|
| 18 |
+
- language (string) - the language of the title
|
| 19 |
+
- types (array) - Enumerated set of attributes for this alternative title. One or more of the following: "alternative", "dvd", "festival", "tv", "video", "working", "original", "imdbDisplay". New values may be added in the future without warning
|
| 20 |
+
- attributes (array) - Additional terms to describe this alternative title, not enumerated
|
| 21 |
+
- isOriginalTitle (boolean) – 0: not original title; 1: original title
|
| 22 |
+
|
| 23 |
+
### title.basics.csv
|
| 24 |
+
- tconst (string) - alphanumeric unique identifier of the title
|
| 25 |
+
- titleType (string) – the type/format of the title (e.g. movie, short, tvseries, tvepisode, video, etc)
|
| 26 |
+
- primaryTitle (string) – the more popular title / the title used by the filmmakers on promotional materials at the point of release
|
| 27 |
+
- originalTitle (string) - original title, in the original language
|
| 28 |
+
- isAdult (boolean) - 0: non-adult title; 1: adult title
|
| 29 |
+
- startYear (YYYY) – represents the release year of a title. In the case of TV Series, it is the series start year
|
| 30 |
+
- endYear (YYYY) – TV Series end year. '\N' for all other title types
|
| 31 |
+
- runtimeMinutes – primary runtime of the title, in minutes
|
| 32 |
+
- genres (string array) – includes up to three genres associated with the title
|
| 33 |
+
|
| 34 |
+
### title.crew.csv
|
| 35 |
+
- tconst (string) - alphanumeric unique identifier of the title
|
| 36 |
+
- directors (array of nconsts) - director(s) of the given title
|
| 37 |
+
- writers (array of nconsts) – writer(s) of the given title
|
| 38 |
+
|
| 39 |
+
### title.episode.csv
|
| 40 |
+
- tconst (string) - alphanumeric identifier of episode
|
| 41 |
+
- parentTconst (string) - alphanumeric identifier of the parent TV Series
|
| 42 |
+
- seasonNumber (integer) – season number the episode belongs to
|
| 43 |
+
- episodeNumber (integer) – episode number of the tconst in the TV series
|
| 44 |
+
|
| 45 |
+
### title.principals.csv
|
| 46 |
+
- tconst (string) - alphanumeric unique identifier of the title
|
| 47 |
+
- ordering (integer) – a number to uniquely identify rows for a given titleId
|
| 48 |
+
- nconst (string) - alphanumeric unique identifier of the name/person
|
| 49 |
+
- category (string) - the category of job that person was in
|
| 50 |
+
- job (string) - the specific job title if applicable, else '\N'
|
| 51 |
+
- characters (string) - the name of the character played if applicable, else '\N'
|
| 52 |
+
|
| 53 |
+
### title.ratings.csv
|
| 54 |
+
- tconst (string) - alphanumeric unique identifier of the title
|
| 55 |
+
- averageRating – weighted average of all the individual user ratings
|
| 56 |
+
- numVotes - number of votes the title has received
|
| 57 |
+
|
| 58 |
+
### name.basics.csv
|
| 59 |
+
- nconst (string) - alphanumeric unique identifier of the name/person
|
| 60 |
+
- primaryName (string)– name by which the person is most often credited
|
| 61 |
+
- birthYear – in YYYY format
|
| 62 |
+
- deathYear – in YYYY format if applicable, else '\N'
|
| 63 |
+
- primaryProfession (array of strings)– the top-3 professions of the person
|
| 64 |
+
- knownForTitles (array of tconsts) – titles the person is known for
|