df$ original_language_english <- if_else (condition = df$ original_language == "en" ,
true = 1 ,
false = 0
)
df$ original_language <- NULL
df$ title <- NULL
head (! is.na (x = df$ video))
'data.frame': 45466 obs. of 22 variables:
$ adult : chr "False" "False" "False" "False" ...
$ belongs_to_collection : chr "{'id': 10194, 'name': 'Toy Story Collection', 'poster_path': '/7G9915LfUQ2lVfwMEEhDsn3kT4B.jpg', 'backdrop_path"| __truncated__ "" "{'id': 119050, 'name': 'Grumpy Old Men Collection', 'poster_path': '/nLvUdqgPgm3F85NMCii9gVFUcet.jpg', 'backdro"| __truncated__ "" ...
$ budget : num 3.0e+07 6.5e+07 0.0 1.6e+07 0.0 6.0e+07 5.8e+07 0.0 3.5e+07 5.8e+07 ...
$ genres : chr "[{'id': 16, 'name': 'Animation'}, {'id': 35, 'name': 'Comedy'}, {'id': 10751, 'name': 'Family'}]" "[{'id': 12, 'name': 'Adventure'}, {'id': 14, 'name': 'Fantasy'}, {'id': 10751, 'name': 'Family'}]" "[{'id': 10749, 'name': 'Romance'}, {'id': 35, 'name': 'Comedy'}]" "[{'id': 35, 'name': 'Comedy'}, {'id': 18, 'name': 'Drama'}, {'id': 10749, 'name': 'Romance'}]" ...
$ homepage : chr "http://toystory.disney.com/toy-story" "" "" "" ...
$ id : chr "862" "8844" "15602" "31357" ...
$ imdb_id : chr "tt0114709" "tt0113497" "tt0113228" "tt0114885" ...
$ original_title : chr "Toy Story" "Jumanji" "Grumpier Old Men" "Waiting to Exhale" ...
$ popularity : chr "21.946943" "17.015539" "11.7129" "3.859495" ...
$ poster_path : chr "/rhIRbceoE9lR4veEXuwCC2wARtG.jpg" "/vzmL6fP7aPKNKPRTFnZmiUfciyV.jpg" "/6ksm1sjKMFLbO7UY2i6G1ju9SML.jpg" "/16XOMpEaLWkrcPqSQqhTmeJuqQl.jpg" ...
$ production_companies : chr "[{'name': 'Pixar Animation Studios', 'id': 3}]" "[{'name': 'TriStar Pictures', 'id': 559}, {'name': 'Teitler Film', 'id': 2550}, {'name': 'Interscope Communicat"| __truncated__ "[{'name': 'Warner Bros.', 'id': 6194}, {'name': 'Lancaster Gate', 'id': 19464}]" "[{'name': 'Twentieth Century Fox Film Corporation', 'id': 306}]" ...
$ production_countries : chr "[{'iso_3166_1': 'US', 'name': 'United States of America'}]" "[{'iso_3166_1': 'US', 'name': 'United States of America'}]" "[{'iso_3166_1': 'US', 'name': 'United States of America'}]" "[{'iso_3166_1': 'US', 'name': 'United States of America'}]" ...
$ release_date : chr "1995-10-30" "1995-12-15" "1995-12-22" "1995-12-22" ...
$ revenue : num 3.74e+08 2.63e+08 0.00 8.15e+07 7.66e+07 ...
$ runtime : num 81 104 101 127 106 170 127 97 106 130 ...
$ spoken_languages : chr "[{'iso_639_1': 'en', 'name': 'English'}]" "[{'iso_639_1': 'en', 'name': 'English'}, {'iso_639_1': 'fr', 'name': 'Français'}]" "[{'iso_639_1': 'en', 'name': 'English'}]" "[{'iso_639_1': 'en', 'name': 'English'}]" ...
$ status : chr "Released" "Released" "Released" "Released" ...
$ tagline : chr "" "Roll the dice and unleash the excitement!" "Still Yelling. Still Fighting. Still Ready for Love." "Friends are the people who let you be yourself... and never let you forget it." ...
$ video : chr "False" "False" "False" "False" ...
$ vote_average : num 7.7 6.9 6.5 6.1 5.7 7.7 6.2 5.4 5.5 6.6 ...
$ vote_count : int 5415 2413 92 34 173 1886 141 45 174 1194 ...
$ original_language_english: num 1 1 1 1 1 1 1 1 1 1 ...