Baselight

1000 Projects Crowdfunding Data

Detailed Crowdfunding Dataset

@kaggle.syedasimalishah_1000_projects_crowdfunding_data

Crowdfunding Data 1000 Projects
@kaggle.syedasimalishah_1000_projects_crowdfunding_data.crowdfunding_data_1000_projects

  • 86.83 KB
  • 1000 rows
  • 32 columns
project_id

Project ID

school_latitude

School Latitude

school_longitude

School Longitude

school_city

School City

school_state

School State

school_zip

School Zip

school_metro

School Metro

school_district

School District

school_county

School County

school_charter

School Charter

school_magnet

School Magnet

school_year_round

School Year Round

school_nlns

School Nlns

school_kipp

School Kipp

school_charter_ready_promise

School Charter Ready Promise

teacher_prefix

Teacher Prefix

teacher_teach_for_america

Teacher Teach For America

teacher_ny_teaching_fellow

Teacher Ny Teaching Fellow

primary_focus_subject

Primary Focus Subject

primary_focus_area

Primary Focus Area

secondary_focus_subject

Secondary Focus Subject

secondary_focus_area

Secondary Focus Area

resource_type

Resource Type

poverty_level

Poverty Level

grade_level

Grade Level

goal

Goal

students_reached

Students Reached

total_donations

Total Donations

num_donors

Num Donors

funding_status

Funding Status

date_posted

Date Posted

date_expiration

Date Expiration

145.31014-93.807736MonticelloMN55362nanMonticello Ind School Dist 882WrightffffffMs.ffLiteracyLiteracy & LanguageSpecial NeedsSpecial NeedsTechnologymoderate povertyGrades PreK-2887.1512856.837completedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Fri May 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
229.795216-95.358101HoustonTX77009urbanHouston Ind School DistrictHarrisffffffTeacherffLiterature & WritingLiteracy & LanguagenannanBookshighest povertyGrades 3-5761.52631253NotCompletedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Apr 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
337.754852-122.42616San FranciscoCA94114urbanSan Francisco Unified Sch DistSan FranciscotfffffMrs.ffGym & FitnessHealth & SportsHealth & WellnessHealth & SportsSupplieshighest povertyGrades PreK-2266.5588266.566completedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Fri May 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
436.297083-119.789619LemooreCA93245suburbanLemoore Union Elem SdKingsffffffMs.ffHealth & WellnessHealth & SportsGym & FitnessHealth & SportsSupplieshigh povertyGrades 3-5808.1530251NotCompletedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Apr 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
533.94601-118.22336South GateCA90280suburbanLos Angeles Unif Sch DistLos AngelesffffffMs.ffMusicMusic & The ArtsPerforming ArtsMusic & The ArtsOtherhigh povertyGrades 9-121296.65921296.651NotCompletedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Fri May 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
633.99846442-83.70176487WinderGA30680nanBarrow Co School DistrictBarrowtfffffMrs.ffLiteracyLiteracy & LanguageSpecial NeedsSpecial NeedsTechnologyhighest povertyGrades 3-5417.8415NotCompletedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Apr 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
740.94207726-73.87071781YonkersNY10701suburbanYonkers Public School DistrictWestchesterftffffMrs.ffLiteracyLiteracy & LanguagenannanBookshighest povertyGrades 3-5399.8460399.845completedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Fri May 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
841.803885-87.590334ChicagoIL60615urbanChicago Psd-Network 9CookftftffMs.ffMathematicsMath & ScienceCollege & Career PrepApplied LearningTechnologyhighest povertyGrades 6-82304.11242304.111completedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Apr 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
940.60720825-74.09529877New York CityNY10304urbanNew York City Dept Of EdRichmond (Staten Island)ffffffMrs.ffLiteracyLiteracy & LanguageMathematicsMath & ScienceTechnologyhighest povertyGrades PreK-2632.34301862NotCompletedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Apr 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)
1035.39444-84.684016RicevilleTN37370ruralMcminn Co School DistrictMcminnffffffMrs.ffEnvironmental ScienceMath & ScienceHealth & Life ScienceMath & ScienceSupplieshigh povertyGrades 3-51910.8980NotCompletedThu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)Thu Apr 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)

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
);

Share link

Anyone who has the link will be able to view this.