Skip to content

Commit 7bd52c7

Browse files
committed
updated project features in readme
1 parent 26c775b commit 7bd52c7

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

README.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,49 @@ These teams can increase overall company effectiveness because they strengthen t
2020
## Project Features
2121
PET CARE INDUSTRY | BUSINESS INTELLIGENCE | BCG GROWTH-SHARE MATRIX | FEATURE ENGINEERING
2222

23-
[View the interactive plot of The BCG Growth-Share Matrix in Plotly](https://plot.ly/~adam.c.dick/2/growth-share-matrix-of-licensed-dogs-in-new-york-by-neighborhood/)
23+
[View the interactive plot of The BCG Growth-Share Matrix in Plotly...](https://plot.ly/~adam.c.dick/2/growth-share-matrix-of-licensed-dogs-in-new-york-by-neighborhood/)
2424

2525
<p align="center">
2626
<img src="/img/01_Growth_Share_Matrix_of_Licensed_Dogs.jpeg" title="BCG Growth-Share Matrix">
2727
</p>
2828

29-
- [x] **Exploratory Data Analysis**<br>
30-
EDA
29+
- [x] **The BCG Matrix**<br>
30+
Data-driven visualization of the pet care industry in New York City based on constituent growth rates and market share, creating four quadrants called Dogs, Question Marks, Stars and Cash Cows.
31+
- [x] **Dogs**<br>
32+
Low-growth, low-share markets that typically struggle to break-even. The conventional wisdom of analysts is to liquidate business in this area.
33+
- [x] **Question Marks**<br>
34+
High-growth, low-share markets that have both potential and risk. New businesses target this area through a select and divest strategy.
35+
- [x] **Stars**<br>
36+
Question Marks that have been widely adopted to become market leaders. Continued growth pushes firms to invest due to high competition.
37+
- [x] **Cash Cows**<br>
38+
Mature markets where entrenched players can maintain their position with minimal investment, allowing them to milk reliable cash flows.
3139
- [x] **Competitor Concentration**<br>
32-
Concentration ratios and Herfindahl-Hirschman Index (HHI)
40+
Concentration Ratios (CR) and Herfindahl-Hirschman Index (HHI) of the total market share held by the top firms in the industry as well as the geographic density by neighborhood.
3341
- [x] **Market Size**<br>
34-
Dogs per neighborhood
35-
42+
5-Year Compound Average Growth Rate (CAGR) from 2014 to 2019 of licensed dogs for each New York City neighborhood.
3643

3744
## Data Products
3845
YELP FUSION API | NYC OPEN DATA | REQUESTS
3946

47+
The American Pet Products Association (APPA) [estimates](https://www.americanpetproducts.org/press_releasedetail.asp?id=191) that the pet care industry will exceed $75 billion in 2019, increasing by 3.9% over the previous year. Consumer spending categories are led by pet food ($32 billion), veterinary care ($19 billion) and supplies & OTC medicine ($16 billion).
48+
4049
**[New York State Department of Health Zip Codes](https://www.health.ny.gov/statistics/cancer/registry/appendix/neighborhoods.htm)**
50+
* 42 NYC neighborhoods
4151

4252
**[Yelp Pet Stores and Pet Services](https://www.yelp.com/fusion)**
53+
* 1,502 unique pet stores and services actively operating in 2019
4354

4455
**[NYC Dog Licensing Dataset](https://data.cityofnewyork.us/Health/NYC-Dog-Licensing-Dataset/nu7n-tubp)**
56+
* 122,000 licensed dogs in New York City
4557

4658
## Output Results
4759
PYTHON | PANDAS | SQL | SQLITE3 | JSON | TIME | PLOTLY | SEABORN | MATPLOTLIB | NUMPY
4860

49-
**[New York State Department of Health](https://github.com/acdick/framing_data_with_dataframes/blob/master/src/01_Neighborhoods.ipynb)**
61+
**[New York City Neighborhoods](https://github.com/acdick/framing_data_with_dataframes/blob/master/src/01_Neighborhoods.ipynb)**
5062

51-
**[Yelp Fusion API](https://github.com/acdick/framing_data_with_dataframes/blob/master/src/02_Pet_Stores_and_Services.ipynb)**
63+
**[Pet Stores and Services](https://github.com/acdick/framing_data_with_dataframes/blob/master/src/02_Pet_Stores_and_Services.ipynb)**
5264

53-
**[NYC Open Data](https://github.com/acdick/framing_data_with_dataframes/blob/master/src/03_Dogs.ipynb)**
65+
**[Licensed NYC Dogs](https://github.com/acdick/framing_data_with_dataframes/blob/master/src/03_Dogs.ipynb)**
5466

5567
**[Exploratory Data Analysis](https://github.com/acdick/framing_data_with_dataframes/blob/master/src/04_Exploratory_Data_Analysis.ipynb)**
5668
* Competitor concentration
@@ -75,13 +87,19 @@ PYTHON | PANDAS | SQL | SQLITE3 | JSON | TIME | PLOTLY | SEABORN | MATPLOTLIB |
7587
<img src="/img/04_First_10_Pet_Stores.png" title="First 10 Pet Stores">
7688
</p>
7789

78-
**Concentration Ratios for the Top 8 Firms in the New York Pet Care Industry**<br>
90+
**Concentration Ratios for the Top 8 Firms in the New York Pet Care Industry**
91+
* CR4 of top four firms of 8.9%
92+
* CR8 of top eight firms of 11.9%
93+
* HHI of 31 out of 10,000 (high competition)
7994

8095
<p align="center">
8196
<img src="/img/05_Concentration_Ratios_for_Top_8_Firms.png" title="Concentration Ratios for Top 8 Firms">
8297
</p>
8398

84-
**Concentration Ratios for the Top 8 Neighborhoods in the New York Pet Care Industry**<br>
99+
**Concentration Ratios for the Top 8 Neighborhoods in the New York Pet Care Industry**
100+
* CR4 of top four firms of 30.6%
101+
* CR8 of top eight firms of 49.9%
102+
* HHI of 448 out of 10,000 (high competition)
85103

86104
<p align="center">
87105
<img src="/img/06_Concentration_Ratios_for_Top_8_Neighborhoods.png" title="Concentration Ratios for Top 8 Neighborhoods">

0 commit comments

Comments
 (0)