Box Office Stats
This dataset contains information about movie producers, their movies, and the corresponding box office performance.
Description
Data Access
Retrieving Data
import sovai as sov
df_movies = sov.data("movies/boxoffice")
Data Dictionary
Column Name
Data Type
Description
Example
Dataset Structure
Data Types
Missing Values
Example Rows
ticker
date
title
distributor
gross
percent_yd
percent_lw
theaters
per_theater
total_gross
days_in_release
parent_company
distributor_address
distributor_website
release_date
Last updated