Skip to content

Preforming analysis on Kickstarter data to uncover trends and present to present findings visually.

Notifications You must be signed in to change notification settings

srushin/kickstarter-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

An Analysis of Kickstarter Campaigns.

Overview of Project

Analysis of Kickstarter data to discover trends and generate insight into what makes a campaign successful. This project focused on Kickstarter campaigns involving theatrical plays with a fictional client Louise. Graphical representations were used to show data concerning launch dates, outcomes, and goal amounts. In this exercise, Louise has generated much of the funding for her goal in a quick amount of time and wanted to see how other campaigns for theatrical plays had faired.

Analysis and Challenges

The analysis for Louise was comprised of two main components: outcome of campaigns based on launch date and outcomes of campaigns based on goal amount.

Outcome of Campaigns Based on Launch Date

Here we were asked to create a pivot table and line chart representing the outcomes of plays only using the categories, “successful,” “failed,” and “canceled.” This was visualized over the months of the year and not by year. The biggest challenge here was getting the pivot table formatted correctly, however, it didn’t take too long.

Theater_Outcomes_vs_Launch_Pivot
Theater_Outcomes_vs_Launch

Outcomes of a Campaign Based on Goals

This analysis was a bit more challenging as it required a new spread sheet and the use of the COUNTIFS() function, referencing other spreadsheets within the workbook. Here is a a sample of the code written to fetch the data =COUNTIFS(Kickstarter!G:G, "successful", Kickstarter!D:D, ">=$1000", Kickstarter!R:R, "plays", Kickstarter!D:D, "<=$4999") for the “Number Successful” column and the “$1000 to $4999” row. Total projects column data was created using the =SUM() function across the corresponding rows and all percentages were calculated using the mathematical formulas and cell formatting. Finalized spreadsheet below.

Screen Shot 2021-02-16 at 11 31 18 AM

Next, a line chart was created to communicate the data visually.

Outcomes_VS_Goals

Other Results

The way this was challenge was structured, we failed to gain insight into the true correlation between outcome based on goals and launch date. This was due to the fact that we allowed the launch data to include all Kickstarter campaigns within the “Theater” parent category. This is visualized in the amount of cancelled (albeit small) campaigns in the launch data and the absence of cancelled campaigns in the goals data. It would be more helpful to show a visualization of launch data restricted to plays only (see below graph for plays only data).

plays_only

We could have also seen some other information about the theatrical subcategories that worked and didn’t work, as well as,the subject of the plays themselves (ie: genres, periods, cast size, etc..). It may have given greater insight as to which were the most successful.

About

Preforming analysis on Kickstarter data to uncover trends and present to present findings visually.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published