File size: 815 Bytes
e4895ad cbf8603 |
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 |
---
dataset_info:
features:
- name: adult
dtype: bool
- name: also_known_as
dtype: string
- name: biography
dtype: string
- name: birthday
dtype: string
- name: deathday
dtype: string
- name: gender
dtype: int64
- name: homepage
dtype: string
- name: id
dtype: int64
- name: imdb_id
dtype: string
- name: known_for_department
dtype: string
- name: name
dtype: string
- name: place_of_birth
dtype: string
- name: popularity
dtype: float64
- name: profile_path
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 3749610460.6819267
num_examples: 116403
download_size: 3733145768
dataset_size: 3749610460.6819267
---
Data was obtained from [TMDB API](https://developers.themoviedb.org/3) |