Bee Movie Words
Ya like Jazz ?
@kaggle.aidanziolo_bee_movie
Ya like Jazz ?
@kaggle.aidanziolo_bee_movie
The dataframe consists of every word in the bee movie in the order they first show up.
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 "
CREATE TABLE beemoviescript (
"words" VARCHAR,
"appearances" BIGINT,
"first" BIGINT,
"last" BIGINT,
"length" BIGINT,
"context" VARCHAR
);
Anyone who has the link will be able to view this.