Baselight

Bob Ross Paintings Dataset

Elements Featured in Bob Ross's Paintings from 'The Joy of Painting'

@fivethirtyeight.bob_ross

Loading...
Loading...

About this Dataset

Bob Ross Paintings Dataset

This dataset captures the presence of 67 different elements featured in Bob Ross's paintings from his TV series 'The Joy of Painting' (spanning S01E01 to S31E13).

For each episode, the dataset records whether specific elements such as trees, lakes, mountains, cabins, and more are present in the painting.

All element values are binary, with 1 indicating the element is present and 0 indicating it is not present.

Tables

Elements Featured In Bob Ross Paintings By Episode

@fivethirtyeight.bob_ross.elements_by_episode
  • 54.68 KB
  • 403 rows
  • 69 columns
Loading...

CREATE TABLE elements_by_episode (
  "episode" VARCHAR,
  "title" VARCHAR,
  "apple_frame" BIGINT,
  "aurora_borealis" BIGINT,
  "barn" BIGINT,
  "beach" BIGINT,
  "boat" BIGINT,
  "bridge" BIGINT,
  "building" BIGINT,
  "bushes" BIGINT,
  "cabin" BIGINT,
  "cactus" BIGINT,
  "circle_frame" BIGINT,
  "cirrus" BIGINT,
  "cliff" BIGINT,
  "clouds" BIGINT,
  "conifer" BIGINT,
  "cumulus" BIGINT,
  "deciduous" BIGINT,
  "diane_andre" BIGINT,
  "dock" BIGINT,
  "double_oval_frame" BIGINT,
  "farm" BIGINT,
  "fence" BIGINT,
  "fire" BIGINT,
  "florida_frame" BIGINT,
  "flowers" BIGINT,
  "fog" BIGINT,
  "framed" BIGINT,
  "grass" BIGINT,
  "guest" BIGINT,
  "half_circle_frame" BIGINT,
  "half_oval_frame" BIGINT,
  "hills" BIGINT,
  "lake" BIGINT,
  "lakes" BIGINT,
  "lighthouse" BIGINT,
  "mill" BIGINT,
  "moon" BIGINT,
  "mountain" BIGINT,
  "mountains" BIGINT,
  "night" BIGINT,
  "ocean" BIGINT,
  "oval_frame" BIGINT,
  "palm_trees" BIGINT,
  "path" BIGINT,
  "person" BIGINT,
  "portrait" BIGINT,
  "rectangle_3d_frame" BIGINT,
  "rectangular_frame" BIGINT,
  "river" BIGINT,
  "rocks" BIGINT,
  "seashell_frame" BIGINT,
  "snow" BIGINT,
  "snowy_mountain" BIGINT,
  "split_frame" BIGINT,
  "steve_ross" BIGINT,
  "structure" BIGINT,
  "sun" BIGINT,
  "tomb_frame" BIGINT,
  "tree" BIGINT,
  "trees" BIGINT,
  "triple_frame" BIGINT,
  "waterfall" BIGINT,
  "waves" BIGINT,
  "windmill" BIGINT,
  "window_frame" BIGINT,
  "winter" BIGINT,
  "wood_framed" BIGINT
);

Share link

Anyone who has the link will be able to view this.