From 76093e31b8ec9bd71af1b13018663cf7857ee47b Mon Sep 17 00:00:00 2001 From: Carolyn Russell <111674383+Kenner82@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:01:48 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eda02e2..8fe3e78 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Evaluate the outcomes of Kickstarter campaigns based on launch date and financin ## Analysis -### Analysis of Outcomes Based on Launch Date +### Theater Outcomes Based On Launch Date Using information provided on the details of 4,114 Kickstarter compaigns launched between 2009-2017, data was first analyzed using a pivot table to determine the number of successful, failed, and canceled campaigns based on the months in which they were launched. It was further filtered by Parent Category to view only results labeled "theater". The option to filter by Year was also included, though not used in this analysis. This data was visualized with a line graph. ![Theater_Outcomes_vs_Launch](https://user-images.githubusercontent.com/111674383/190319037-b425868d-ee38-4b52-85b5-e76dd750b45f.png) -### Analysis of Outcomes Based on Goals +### Outcomes For Plays Based On Goals The next analysis used the same Kickstarter campaign data to compare the outcomes (successful, failed, or canceled) of campaigns in the "plays" subcategory to their financing goals. Campaign goals were broken into 12 data ranges starting with "less than 1,000", ending with "50,000 or more", and then divided equally into 10 ranges between those amounts. The CountIfs() function was used to calculate how many of each outcome occurred in each financing goal range. After calculating the total projects within each range, the percentage of succesful, failed, and canceled campgaigns for each goal range was calculated. From cb890bd67ddbea6c4aa9a6337d83ff1752e91286 Mon Sep 17 00:00:00 2001 From: Carolyn Russell <111674383+Kenner82@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:11:27 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fe3e78..79d4ac1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This data was visualized with a line graph. ![Theater_Outcomes_vs_Launch](https://user-images.githubusercontent.com/111674383/190319037-b425868d-ee38-4b52-85b5-e76dd750b45f.png) -### Outcomes For Plays Based On Goals +### Outcomes For Plays Based On Financing Goals The next analysis used the same Kickstarter campaign data to compare the outcomes (successful, failed, or canceled) of campaigns in the "plays" subcategory to their financing goals. Campaign goals were broken into 12 data ranges starting with "less than 1,000", ending with "50,000 or more", and then divided equally into 10 ranges between those amounts. The CountIfs() function was used to calculate how many of each outcome occurred in each financing goal range. After calculating the total projects within each range, the percentage of succesful, failed, and canceled campgaigns for each goal range was calculated.