0% found this document useful (0 votes)
7 views6 pages

Startup Funding Trends and Insights

The document outlines a case study focused on analyzing startup funding trends, including types of funded startups, key investors, and popular funding fields. It describes the methodology used for data analysis, including data correction and counting funding by location using programming tools. Additionally, it emphasizes the need to track investment trends over the years and visualize them through graphs.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views6 pages

Startup Funding Trends and Insights

The document outlines a case study focused on analyzing startup funding trends, including types of funded startups, key investors, and popular funding fields. It describes the methodology used for data analysis, including data correction and counting funding by location using programming tools. Additionally, it emphasizes the need to track investment trends over the years and visualize them through graphs.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Project: Case Study (Part - I)

Case Study: 1

Problem statement Insights -

1. Find out what types of startups are getting funded in the last few years?
2. Who are the important investors?
3. What are the hot fields that get a lot of funding these days?

1st Ans:

>>> Find out what types of startups are getting funded in the last few years.

Explanation Firstly,
I used the replace function to correct the names of the cities. Then I used a Dictionary to count
the funding in each specified location. Then I used the Numpy library to find the city with the
maximum number of financing for startups

2nd Ans:
>>> Who are the important investors?

Explanation Firstly,
I used the replace function to correct the names of the cities. Then I used a Dictionary to count
the funding in each specified location. Then I used the Numpy library to find the city with the
maximum number of financing for startups
3rd Ans:

>>> Find out what types of startups are getting funded in the last few years.

Ans:
ECommerce: 1658597608.0
Technology: 1965371930.0
eCommerce: 2726733000.0
Transportation: 3916632394.0
Consumer Internet: 5038999934.0

Explanation Firstly,
I used the replace function to correct the names of the cities. Then I used a Dictionary to count
the funding in each specified location. Then I used the Numpy library to find the city with the
maximum number of financing for startups.
Case Study: 2

Problem statement

Check the trend of investments over the years. To check the trend, find -

1. Total number of fundings done in each year.


2. Plot a line graph between the year and the number of fundings. Take the year on the
x-axis and the number of fundings on the y-axis.
3. Print year-wise total number of fundings also print years in ascending order.

Ans:

Explanation Firstly,
I used the replace function to correct the names of the cities. Then I used a Dictionary to count
the funding in each specified location. Then I used the Numpy library to find the city with the
maximum number of financing for startups.
Uncompl
eted lot’s
of
calculatio
ns never
shown in
this

You might also like