Organize, format, filter, sort, analyze, and visualize Kickstarter campaign data on behalf of up-and-coming playwright Louise to help crowdfund her new play Fever
Determine any specific factors that contribute to a project's success in order to help Louise plan a successful Kickstarter funding campaign for Fever
Specific data analysis and visualization performed to determine Theater Outcomes Based on Launch Date and Outcomes Based on Goals
-
Created "Years" column based on the "Date Created Conversion" column
-
Created pivot table in new worksheet labeled "Theater Outcomes by Launch Date"
-
Filtered pivot table by "Parent Category" and "Years"
-
Filtered "Parent Category" by "theater"
-
Changed row labels to display the months of the year
-
Sorted campaign outcomes in descending order
-
Created line chart showing the number of "successful," "failed," and "canceled" projects by month
-
Created new sheet to calculate the Number and Percentage of "successful," "failed," and "canceled" projects by a range of fundraising "goals"
-
Used COUNTIFS() function to populate the "Number Successful," "Number Failed," and "Number Canceled" columns, based on the project "outcome," the "goal" amount using the stipulated goal ranges, and the "subcategory" "plays"
-
Used SUM() function on each row to add the "Number Successful," "Number Failed," and "Number Canceled" columns to populate the "Total Projects" column
-
Calculated percentage of "successful," "failed," and "canceled" projects based on the data from the "Total Projects," "Number Successful," "Number Failed," and "Number Canceled" columns
-
-
Created line chart with the goal-amount ranges on the x-axis, and the percentage of "successful," "failed," or "canceled" projects on the y-axis
-
Dates required conversion from Unix timestamps to readable format
-
Creating "Parent Category" and "Subcategory" columns required splitting text to columns
-
Data required filtering to determine subset of comparable projects for "theater" and "plays"
-
Manually nested COUNTIFS() are not as efficient as potentially using tables with VLOOKUP() or VBA macros
-
What are two conclusions you can draw about the Theater Outcomes based on Launch Date?
-
There is a spike of successful campaigns that begin in June, but tapers off by December.
-
There are more successful (61%) campaigns than failed (36%) and canceled (3%) campaigns combined in every month of the year except December, which is also the month with the lowest number of campaigns launched.
-
-
What can you conclude about the Outcomes based on Goals?
- Campaigns with the lowest fundraising goals (<$5,000) are far more successful than those with the highest fundraising goals (>$45,000), which also have the highest rate of failure.
-
What are some limitations of this dataset?
- Some potential limitations of this dataset include formatting, completeness, accuracy, adequacy, and qualitative measures and context contributing to each specific outcome.
-
What are some other possible tables and/or graphs that we could create?
- To help Louise identify additional specific factors that contribute to a project's success, further data analysis and visualization could be conducted to determine the optimal Number of Backers and Average Donation for comparable projects, as well any potential correlations between Kickstarter Staff Pick and Spotlight campaigns and Outcomes.