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.