Skip to content

Commit 9b834da

Browse files
authoredMay 27, 2021
Update README.md
1 parent c107a87 commit 9b834da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
### i) Data Visualization With Pandas, Seaborn & Matplotlib
1212

13-
#### Project Goals
13+
#### Project Goals:
1414
For this project I have explored data from the [Fifa World Cup](https://en.wikipedia.org/wiki/FIFA_World_Cup) from 1930-2014 to analyze trends and discover insights about the world’s game, fútbol!
1515

1616
This Fifa World Cup data is from [Kaggle](https://www.kaggle.com/abecklas/fifa-world-cup). Kaggle is a platform for data science competitions that hosts many datasets online.
@@ -23,7 +23,7 @@ This Fifa World Cup data is from [Kaggle](https://www.kaggle.com/abecklas/fifa-w
2323

2424
### ii) Sales Data Cleaning With Python
2525

26-
#### Project Goals
26+
#### Project Goals:
2727
Getting financial insights from data. Breaking up `daily_sales` in easy to understand lists `customers`, `sales`, and `threads_sold`.
2828

2929

@@ -35,7 +35,7 @@ Getting financial insights from data. Breaking up `daily_sales` in easy to under
3535

3636
### iii) A/B Test Analytics With Pandas
3737

38-
#### Project Goals
38+
#### Project Goals:
3939
**Shoefly.com** has two different versions of an ad, which they have placed in emails, as well as in banner ads on **Facebook, Twitter**, and **Google**. They want to know how the two ads are performing on each of the different platforms on each day of the week.
4040

4141

@@ -59,7 +59,7 @@ Getting financial insights from data. Breaking up `daily_sales` in easy to under
5959

6060
### a) Python Script Recommending Cheapest Shipping Price
6161

62-
#### Project Goals
62+
#### Project Goals:
6363
Sal runs the biggest shipping company in the tri-county area, Sal’s Shippers. Sal wants to make sure that every single one of his customers has the best, and most affordable experience shipping their packages. In this project, I’ll build a program that will take the weight of a package and determine the **cheapest way to ship** that package using Sal’s Shippers.
6464

6565
Sal’s Shippers has several different options for a customer to ship their package. They have ground shipping, which is a small flat charge plus a rate based on the weight of the package. Premium ground shipping, which is a much higher flat charge, but I aren’t charged for weight. They recently also implemented drone shipping, which has no flat charge, but the rate based on weight is triple the rate of ground shipping.
@@ -74,7 +74,7 @@ Sal’s Shippers has several different options for a customer to ship their pack
7474

7575
## **b) Object Oriented Programming (OOPs)**
7676

77-
#### Project Goals
77+
#### Project Goals:
7878
Creating automated business objects running a Restaurant Business Chain.
7979

8080
- Creating Organised Menu System according to time of The Day.

0 commit comments

Comments
 (0)