You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
### i) Data Visualization With Pandas, Seaborn & Matplotlib
12
12
13
-
#### Project Goals
13
+
#### Project Goals:
14
14
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!
15
15
16
16
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
23
23
24
24
### ii) Sales Data Cleaning With Python
25
25
26
-
#### Project Goals
26
+
#### Project Goals:
27
27
Getting financial insights from data. Breaking up `daily_sales` in easy to understand lists `customers`, `sales`, and `threads_sold`.
28
28
29
29
@@ -35,7 +35,7 @@ Getting financial insights from data. Breaking up `daily_sales` in easy to under
35
35
36
36
### iii) A/B Test Analytics With Pandas
37
37
38
-
#### Project Goals
38
+
#### Project Goals:
39
39
**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.
40
40
41
41
@@ -59,7 +59,7 @@ Getting financial insights from data. Breaking up `daily_sales` in easy to under
59
59
60
60
### a) Python Script Recommending Cheapest Shipping Price
61
61
62
-
#### Project Goals
62
+
#### Project Goals:
63
63
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.
64
64
65
65
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
74
74
75
75
## **b) Object Oriented Programming (OOPs)**
76
76
77
-
#### Project Goals
77
+
#### Project Goals:
78
78
Creating automated business objects running a Restaurant Business Chain.
79
79
80
80
- Creating Organised Menu System according to time of The Day.
0 commit comments