Ohio Motion Picture Tax Credit
Ohio Motion Picture Tax Credit Applications and Project Details
@kaggle.ryanlingo_ohio_motion_picture_tax_credit
Ohio Motion Picture Tax Credit Applications and Project Details
@kaggle.ryanlingo_ohio_motion_picture_tax_credit
The Ohio Motion Picture Tax Credit Dataset tracks applications and awards for tax credits supporting film, TV, and media production in Ohio. The dataset contains 13 columns with information on each application, including the applicant, project details, tax credit amount, and application status and dates. Key fields include:
This dataset enables analysis of film/TV production trends in Ohio over time, tracking which companies are receiving tax credits, what types of projects are being produced, and where the economic impacts are occurring geographically across the state. The data can also support policy analysis of the effectiveness of the Ohio Motion Picture Tax Credit program.
CREATE TABLE film_tax_credit (
"project_name" VARCHAR,
"project_type" VARCHAR,
"location" VARCHAR,
"applicant" VARCHAR,
"contact_name" VARCHAR,
"contact_email" VARCHAR,
"projected_employment" VARCHAR,
"application_approved" TIMESTAMP,
"estimated_value" DOUBLE,
"certificate_issued_date" TIMESTAMP,
"amount_of_tax_credit" DOUBLE,
"status" VARCHAR,
"application_submission_date" TIMESTAMP
);
Anyone who has the link will be able to view this.