Column

Chart A

# A tibble: 10 × 12
   show_id type    title   director cast  country date_added release_year rating
   <chr>   <chr>   <chr>   <chr>    <chr> <chr>   <chr>             <dbl> <chr> 
 1 s1      Movie   Dick J… Kirsten… <NA>  United… September…         2020 PG-13 
 2 s2      TV Show Blood … <NA>     Ama … South … September…         2021 TV-MA 
 3 s3      TV Show Gangla… Julien … Sami… <NA>    September…         2021 TV-MA 
 4 s4      TV Show Jailbi… <NA>     <NA>  <NA>    September…         2021 TV-MA 
 5 s5      TV Show Kota F… <NA>     Mayu… India   September…         2021 TV-MA 
 6 s6      TV Show Midnig… Mike Fl… Kate… <NA>    September…         2021 TV-MA 
 7 s7      Movie   My Lit… Robert … Vane… <NA>    September…         2021 PG    
 8 s8      Movie   Sankofa Haile G… Kofi… United… September…         1993 TV-MA 
 9 s9      TV Show The Gr… Andy De… Mel … United… September…         2021 TV-14 
10 s10     Movie   The St… Theodor… Meli… United… September…         2021 PG-13 
# ℹ 3 more variables: duration <chr>, listed_in <chr>, description <chr>

Column

Chart B

spc_tbl_ [8,807 × 12] (S3: spec_tbl_df/tbl_df/tbl/data.frame)
 $ show_id     : chr [1:8807] "s1" "s2" "s3" "s4" ...
 $ type        : chr [1:8807] "Movie" "TV Show" "TV Show" "TV Show" ...
 $ title       : chr [1:8807] "Dick Johnson Is Dead" "Blood & Water" "Ganglands" "Jailbirds New Orleans" ...
 $ director    : chr [1:8807] "Kirsten Johnson" NA "Julien Leclercq" NA ...
 $ cast        : chr [1:8807] NA "Ama Qamata, Khosi Ngema, Gail Mabalane, Thabang Molaba, Dillon Windvogel, Natasha Thahane, Arno Greeff, Xolile "| __truncated__ "Sami Bouajila, Tracy Gotoas, Samuel Jouy, Nabiha Akkari, Sofia Lesaffre, Salim Kechiouche, Noureddine Farihi, G"| __truncated__ NA ...
 $ country     : chr [1:8807] "United States" "South Africa" NA NA ...
 $ date_added  : chr [1:8807] "September 25, 2021" "September 24, 2021" "September 24, 2021" "September 24, 2021" ...
 $ release_year: num [1:8807] 2020 2021 2021 2021 2021 ...
 $ rating      : chr [1:8807] "PG-13" "TV-MA" "TV-MA" "TV-MA" ...
 $ duration    : chr [1:8807] "90 min" "2 Seasons" "1 Season" "1 Season" ...
 $ listed_in   : chr [1:8807] "Documentaries" "International TV Shows, TV Dramas, TV Mysteries" "Crime TV Shows, International TV Shows, TV Action & Adventure" "Docuseries, Reality TV" ...
 $ description : chr [1:8807] "As her father nears the end of his life, filmmaker Kirsten Johnson stages his death in inventive and comical wa"| __truncated__ "After crossing paths at a party, a Cape Town teen sets out to prove whether a private-school swimming star is h"| __truncated__ "To protect his family from a powerful drug lord, skilled thief Mehdi and his expert team of robbers are pulled "| __truncated__ "Feuds, flirtations and toilet talk go down among the incarcerated women at the Orleans Justice Center in New Or"| __truncated__ ...
 - attr(*, "spec")=
  .. cols(
  ..   show_id = col_character(),
  ..   type = col_character(),
  ..   title = col_character(),
  ..   director = col_character(),
  ..   cast = col_character(),
  ..   country = col_character(),
  ..   date_added = col_character(),
  ..   release_year = col_double(),
  ..   rating = col_character(),
  ..   duration = col_character(),
  ..   listed_in = col_character(),
  ..   description = col_character()
  .. )
 - attr(*, "problems")=<externalptr> 

Chart C