1000 Projects Crowdfunding Data
Detailed Crowdfunding Dataset
@kaggle.syedasimalishah_1000_projects_crowdfunding_data
Detailed Crowdfunding Dataset
@kaggle.syedasimalishah_1000_projects_crowdfunding_data
CREATE TABLE crowdfunding_data_1000_projects (
"project_id" BIGINT,
"school_latitude" DOUBLE,
"school_longitude" DOUBLE,
"school_city" VARCHAR,
"school_state" VARCHAR,
"school_zip" BIGINT,
"school_metro" VARCHAR,
"school_district" VARCHAR,
"school_county" VARCHAR,
"school_charter" VARCHAR,
"school_magnet" VARCHAR,
"school_year_round" VARCHAR,
"school_nlns" VARCHAR,
"school_kipp" VARCHAR,
"school_charter_ready_promise" VARCHAR,
"teacher_prefix" VARCHAR,
"teacher_teach_for_america" VARCHAR,
"teacher_ny_teaching_fellow" VARCHAR,
"primary_focus_subject" VARCHAR,
"primary_focus_area" VARCHAR,
"secondary_focus_subject" VARCHAR,
"secondary_focus_area" VARCHAR,
"resource_type" VARCHAR,
"poverty_level" VARCHAR,
"grade_level" VARCHAR,
"goal" DOUBLE,
"students_reached" BIGINT,
"total_donations" DOUBLE,
"num_donors" BIGINT,
"funding_status" VARCHAR,
"date_posted" TIMESTAMP,
"date_expiration" TIMESTAMP
);
Anyone who has the link will be able to view this.