A tool to analyze charateristics of startups across United States. Analyze various factors including:
- Location, plays an important role in funding and growth.
- Founding date, depicts the strategies, technology advancements, etc.
- Stauts, analyze based on its status - Operating, Closed, Acquired, Not operating.
- Category, business category the startup operates in plays a huge role with the competetors in consideration.
- Funding amount, classify companies based on the funding received by setting a threshold amount.
The data set for this analysis has been generated from various sources like Curnchbase and web scraping.
Shows startup over the last 20 years and effect of
- Its location
- Founding date.
- Operational categeory and number of opponents.
- Funding rounds.
- Blue dots represent compnies with funding above threshold.
- Ash color dots represent companies with funding below threshold.
- Overview of the bay area
- Inspecting Los Angeles from 2005 to 2015
- Browsing varoius categories and companies
- Exploring closed and acquired companies.
- Clone this repo.
- Install and setup Mongo. Refer
for specific instructions.
- Import the final_data1.csv into a collection with name 'companies'.
- Import statesnums.csv into 'statenums' collection.
- Import uscounty1.json into 'uscounty' collection.
-
Install flask with
pip install flask
-
Run the Startup_Analysis.py to launch the app.
python Startup_Analysis.py
- Python Flask
- MongoDB
- D3.js