1000 Projects Crowdfunding Data
Detailed Crowdfunding Dataset
@kaggle.syedasimalishah_1000_projects_crowdfunding_data
Detailed Crowdfunding Dataset
@kaggle.syedasimalishah_1000_projects_crowdfunding_data
Crowdfunding is the practice of funding a project or venture by raising money from a large number of people, typically via the internet. Crowdfunding is a form of crowdsourcing and alternative finance. In 2015, over US$34 billion was raised worldwide by crowdfunding.
Although similar concepts can also be executed through mail-order subscriptions, benefit events, and other methods, the term crowdfunding refers to internet-mediated registries. This modern crowdfunding model is generally based on three types of actors – the project initiator who proposes the idea or project to be funded, individuals or groups who support the idea, and a moderating organization (the "platform") that brings the parties together to launch the idea.
Crowdfunding has been used to fund a wide range of for-profit, entrepreneurial ventures such as artistic and creative projects, medical expenses, travel, and community-oriented social entrepreneurship projects. Though crowdfunding has been suggested to be highly linked to sustainability, empirical validation has shown that sustainability plays only a fractional role in crowdfunding. Its use has also been criticized for funding quackery, especially costly and fraudulent cancer treatments
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.