Baselight

Bee Movie Words

Ya like Jazz ?

@kaggle.aidanziolo_bee_movie

Loading...
Loading...

About this Dataset

Bee Movie Words

The dataframe consists of every word in the bee movie in the order they first show up.

  1. "appearances" - how may times the word shows up
  2. "first" - what index the word shows up first in the script
  3. "last" - what index the word shows up last in the script
  4. "length" - length of the word
  5. "context" contains the surrounding words to show context (only for words that show up once.)

Ex. for context:
"issues"
"i'm wearing a chapstick hat this is pathetic i've got issues well well well a royal flush you're bluffing am "

Tables

Beemoviescript

@kaggle.aidanziolo_bee_movie.beemoviescript
  • 82.03 KB
  • 1843 rows
  • 6 columns
Loading...

CREATE TABLE beemoviescript (
  "words" VARCHAR,
  "appearances" BIGINT,
  "first" BIGINT,
  "last" BIGINT,
  "length" BIGINT,
  "context" VARCHAR
);

Share link

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