Pash1986 commited on
Commit
664ec70
1 Parent(s): 271748e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -31,11 +31,9 @@ Each record in the dataset represents a movie and includes the following fields:
31
  - `title`: The title of the movie.
32
  - `lastupdated`: The last date and time when the movie information was updated.
33
  - `languages`: The languages available in the movie.
34
- - `released`: The release date of the movie.
35
  - `directors`: A list of directors of the movie.
36
  - `writers`: A list of writers of the movie.
37
  - `awards`: Information about awards won and nominations.
38
- - `year`: The release year of the movie.
39
  - `imdb`: IMDb rating, votes, and ID.
40
  - `countries`: A list of countries where the movie was produced.
41
  - `type`: The type of record, in this case, `movie`.
@@ -99,11 +97,6 @@ The dataset is suited for a range of applications, including:
99
  "title": "The Three Musketeers",
100
  "lastupdated": "2015-09-16 06:21:07.210000000",
101
  "languages": ["English"],
102
- "released": {
103
- "$date": {
104
- "$numberLong": "133747200000"
105
- }
106
- },
107
  "directors": ["Richard Lester"],
108
  "writers": ["George MacDonald Fraser (screenplay)", "Alexandre Dumas père (novel)"],
109
  "awards": {
@@ -115,9 +108,6 @@ The dataset is suited for a range of applications, including:
115
  },
116
  "text": "Won 1 Golden Globe. Another 3 wins & 7 nominations."
117
  },
118
- "year": {
119
- "$numberInt": "1973"
120
- },
121
  "imdb": {
122
  "rating": {
123
  "$numberDouble": "7.3"
 
31
  - `title`: The title of the movie.
32
  - `lastupdated`: The last date and time when the movie information was updated.
33
  - `languages`: The languages available in the movie.
 
34
  - `directors`: A list of directors of the movie.
35
  - `writers`: A list of writers of the movie.
36
  - `awards`: Information about awards won and nominations.
 
37
  - `imdb`: IMDb rating, votes, and ID.
38
  - `countries`: A list of countries where the movie was produced.
39
  - `type`: The type of record, in this case, `movie`.
 
97
  "title": "The Three Musketeers",
98
  "lastupdated": "2015-09-16 06:21:07.210000000",
99
  "languages": ["English"],
 
 
 
 
 
100
  "directors": ["Richard Lester"],
101
  "writers": ["George MacDonald Fraser (screenplay)", "Alexandre Dumas père (novel)"],
102
  "awards": {
 
108
  },
109
  "text": "Won 1 Golden Globe. Another 3 wins & 7 nominations."
110
  },
 
 
 
111
  "imdb": {
112
  "rating": {
113
  "$numberDouble": "7.3"