Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startups Analysis #451

Merged
merged 2 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,200 changes: 1,200 additions & 0 deletions Startups Analysis/Dataset/dataset.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Startups Analysis/Images/missing_values.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Startups Analysis/Images/year vs startups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions Startups Analysis/Model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Goals
Analysis of Startups

# Dataset
https://www.kaggle.com/datasets/thedevastator/startups-valued-at-1-billion-or-more

# Work Done
- Cleaned the dataset.
- Analyzed the data and found insights and plotted graphs accordingly etc.

# Libraries needed
- Numpy
- Pandas
- Matplotlib
- missingno

# Plots
![year vs startups](https://github.com/ellow0rld/ML-Crate/assets/116413038/743987b8-e5a5-4cc2-b3d1-c47f809f6a87)
![countries vs industries](https://github.com/ellow0rld/ML-Crate/assets/116413038/7a630837-4e27-4217-810a-0f3bfa7037ae)
![no_of_observations_by_country](https://github.com/ellow0rld/ML-Crate/assets/116413038/f130d5ad-57c9-436d-9a95-ad5c17e0123b)
![no_of_observation_by_industry](https://github.com/ellow0rld/ML-Crate/assets/116413038/0362c3aa-6752-4e0e-8250-b74e82aaf576)
![industries count in india](https://github.com/ellow0rld/ML-Crate/assets/116413038/4d8da8ae-79b5-404c-b39a-1d1bf3a7f645)
![Industries vs cities](https://github.com/ellow0rld/ML-Crate/assets/116413038/0086d8d5-1f72-4f08-b7cc-9199e68edd14)
![valuation of companies by industry](https://github.com/ellow0rld/ML-Crate/assets/116413038/28423e9c-1c74-4732-96e9-71ed86c920c1)

# Conclusion
- Fintech and Software are leading industries all over the world.
- E-commerce and direct-to-customers is the leading industry in India.
- BYJU's has the highest valuation.
- Most startups in India are started in Bengaluru.

# Contributed by
Madhu Shree Aravindan

Github - https://github.com/ellow0rld
1,380 changes: 1,380 additions & 0 deletions Startups Analysis/Model/Startups_Analysis.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Startups Analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy==1.21.4
pandas==1.3.5
matplotlib==3.5.1
missingno
Loading