jquigl commited on
Commit
1fc35fc
1 Parent(s): 0b4f92f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -27
README.md CHANGED
@@ -17,7 +17,7 @@ language:
17
  ### Dataset Summary
18
 
19
  This dataset is an adapted version of **"IMDb Movie Dataset: All Movies by Genre"** found at: https://www.kaggle.com/datasets/rajugc/imdb-movies-dataset-based-on-genre?select=history.csv.
20
- Within the dataset, the movie title and year columns were combined, the genre was extracted from the seperate csv files, the pre-existing genre column was renamed to expanded-genres, any movies missing a description (i.e. the description was written as "Add a plot") were dropped from the original data, the rating column was left the same, and finally the rest of the remaining columns were dropped.
21
  The columns in the data are: "movie title - year", "genre", "expanded-genres", "rating", and "description"
22
 
23
  ### Supported Tasks and Leaderboards
@@ -66,35 +66,10 @@ Fields are as follows:
66
  - "rating" : a floating point value, ranging from 0.0 to 10.0.
67
  - "description" : a string feature.
68
 
69
- ## Dataset Creation
70
-
71
- ### Curation Rationale
72
-
73
- [More Information Needed]
74
 
75
  ### Source Data
76
 
77
- #### Initial Data Collection and Normalization
78
-
79
- [More Information Needed]
80
-
81
- #### Who are the source language producers?
82
-
83
- [More Information Needed]
84
-
85
- ### Annotations
86
-
87
- #### Annotation process
88
-
89
- [More Information Needed]
90
-
91
- #### Who are the annotators?
92
-
93
- [More Information Needed]
94
-
95
- ### Personal and Sensitive Information
96
-
97
- [More Information Needed]
98
 
99
  ## Considerations for Using the Data
100
 
 
17
  ### Dataset Summary
18
 
19
  This dataset is an adapted version of **"IMDb Movie Dataset: All Movies by Genre"** found at: https://www.kaggle.com/datasets/rajugc/imdb-movies-dataset-based-on-genre?select=history.csv.
20
+ Within the dataset, the movie title and year columns were combined, the genre was extracted from the seperate csv files, the pre-existing genre column was renamed to expanded-genres, any movies missing a description (i.e. the description was written as "Add a plot / Plot unkown" or similar) were dropped from the original data, the rating column was left the same, and finally the rest of the remaining columns were dropped.
21
  The columns in the data are: "movie title - year", "genre", "expanded-genres", "rating", and "description"
22
 
23
  ### Supported Tasks and Leaderboards
 
66
  - "rating" : a floating point value, ranging from 0.0 to 10.0.
67
  - "description" : a string feature.
68
 
 
 
 
 
 
69
 
70
  ### Source Data
71
 
72
+ **"IMDb Movie Dataset: All Movies by Genre"** found at: https://www.kaggle.com/datasets/rajugc/imdb-movies-dataset-based-on-genre?select=history.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  ## Considerations for Using the Data
75