Campaign Data
“Crowdfunding Campaigns: Metrics, Success Factors, and Key Insights”
@kaggle.preethamgouda_campaign_data
“Crowdfunding Campaigns: Metrics, Success Factors, and Key Insights”
@kaggle.preethamgouda_campaign_data
CREATE TABLE campaign_data (
"campaignid" VARCHAR,
"goalamount" BIGINT,
"raisedamount" DOUBLE,
"durationdays" BIGINT,
"numbackers" BIGINT,
"category" VARCHAR,
"launchmonth" VARCHAR,
"country" VARCHAR,
"currency" VARCHAR,
"ownerexperience" BIGINT,
"videoincluded" VARCHAR,
"socialmediapresence" BIGINT,
"numupdates" BIGINT,
"issuccessful" BIGINT
);
Anyone who has the link will be able to view this.