File size: 3,065 Bytes
d8bff6c
1357cc0
 
 
d8bff6c
 
 
 
 
 
1357cc0
d8bff6c
 
 
 
 
 
 
7f87ba1
1fc35fc
b1b990f
d8bff6c
 
 
 
 
 
 
b1b990f
d8bff6c
 
 
 
 
7f87ba1
0b4f92f
7f87ba1
d8bff6c
7f87ba1
 
d8bff6c
7f87ba1
 
d8bff6c
7f87ba1
 
b1b990f
 
7f87ba1
b1b990f
 
 
 
 
 
 
7f87ba1
b1b990f
 
 
7f87ba1
b1b990f
7f87ba1
 
 
 
 
d8bff6c
 
 
 
1fc35fc
d8bff6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
license: cc-by-nc-sa-4.0
language:
- en
---

# Dataset Card for IMDb Movie Dataset: All Movies by Genre

## Dataset Description

- **Homepage:** https://www.kaggle.com/datasets/rajugc/imdb-movies-dataset-based-on-genre?select=history.csv
- **Repository:** 
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary

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.
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.
The columns in the data are: "movie title - year", "genre", "expanded-genres", "rating", and "description"

### Supported Tasks and Leaderboards

[More Information Needed]

### Languages

Language data is English.

## Dataset Structure

### Data Instances

**imdb_genres** = 300388 entries
  - The dataset that was split into training/test/validation datasets.
  - Total amount of disk used: 68.0 MB

**training** = 240310 entries
  - Total amount of disk used: 54.4 MB

**test** = 30039 entries
  - Total amount of disk used: 6.8 MB

**validation** = 30039 entries
  - Total amount of disk used: 6.8 MB
    
An example of an entries looks as follows:
```
{
  "movie title - year" : "Die Hard - 1988",
  "genre" : "Action",
  "expanded-genres" : "Action, Thriller",
  "rating" : 8.2,
  "description" : "A New York City police officer tries to save his estranged wife and several others taken hostage by terrorists during a Christmas party at the Nakatomi Plaza in Los Angeles."
}
```
### Data Fields

The data fields are the same among all splits.

Fields are as follows: 
  - "movie title - year": a string feature.
  - "genre": a string classification label, with the possible values: 'Adventure', 'Action', 'Thriller', 'Romance', 'Crime', 'Fantasy', 'Mystery', 'Horror', 'War', 'Family', 'Animation', 'Scifi', 'Sports', 'History', 'Biography', and 'Film-noir'.
  - "expanded-genres" : a string feature.
  - "rating" : a floating point value, ranging from 0.0 to 10.0.
  - "description" : a string feature.


### Source Data

**"IMDb Movie Dataset: All Movies by Genre"** found at: https://www.kaggle.com/datasets/rajugc/imdb-movies-dataset-based-on-genre?select=history.csv

## Considerations for Using the Data

### Social Impact of Dataset

[More Information Needed]

### Discussion of Biases

[More Information Needed]

### Other Known Limitations

[More Information Needed]

## Additional Information

### Dataset Curators

[More Information Needed]

### Licensing Information

[More Information Needed]

### Citation Information

[More Information Needed]

### Contributions

[More Information Needed]