Skip to content

Commit b2cc1e6

Browse files
authored
Update README.md
1 parent 68eabd8 commit b2cc1e6

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

β€ŽDAUP-Project/README.mdβ€Ž

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,40 @@ __*The main folder contains 9 folders*__.
3535
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis1/Plots/price-vehicleType-boxplot.png "Logo Title Text 1")
3636
***
3737
### Analysis2                       [Analysis2.py](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis2/Analysis2.py) [Analysis2.ipynb](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis2/Analysis2.ipynb) [Plots](https://github.com/ajaymache/DataAnalysisUsingPython/tree/master/DAUP-Project/Analysis2/Plots)
38-
This analysis gives the number of cars which are available for sale in the entire dataset based on a particular brand. This analysis also gives information about average price of the vehicles for sale based of the type of the vehicle as well as based on the gearbox of the vehicle. The plot is shown below for simplicity.
38+
39+
+ This analysis gives the number of cars which are available for sale in the entire dataset based on a particular brand.
40+
3941
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis2/Plots/brand-vehicleCount.png "Logo Title Text 1")
42+
43+
> Barplot of average price of the vehicles for sale based of the type of the vehicle as well as based on the gearbox of the vehicle.
44+
4045
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis2/Plots/vehicletype-gearbox-price.png "Logo Title Text 1")
46+
***
4147
### Analysis 3                       [Analysis3.py](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis3/Analysis3.py) [Analysis3.ipynb](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis3/Analysis3.ipynb) [Plots](https://github.com/ajaymache/DataAnalysisUsingPython/tree/master/DAUP-Project/Analysis3/Plots)
42-
This analysis gives the average number of price for the vehicles based on the fueltype of the vehicle and also based on the type of the vehicle. This also gives information about the average power of the vehicle based of the fueltype of the vehicle and also on the type of the vehicle.
48+
49+
+ This analysis gives the average number of price for the vehicles based on the fueltype of the vehicle and also based on the type of the vehicle.
50+
4351
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis3/Plots/fueltype-vehicleType-price.png "Logo Title Text 1")
52+
53+
> Barplot of average power of the vehicle based of the fueltype of the vehicle and also on the type of the vehicle.
54+
4455
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis3/Plots/power-vehicleType-fuelType.png "Logo Title Text 1")
56+
***
4557
### Analysis 4                       [Analysis4.py](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis4/Analysis4.py) [Analysis4.ipynb](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis4/Analysis4.ipynb) [Plots](https://github.com/ajaymache/DataAnalysisUsingPython/tree/master/DAUP-Project/Analysis4/Plots)
46-
This analysis gives you the average price of the brand of vehicles and their types which are likely to be found in the dataset.
58+
59+
+ This analysis gives you the average price of the brand of vehicles and their types which are likely to be found in the dataset.
60+
4761
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis4/Plots/heatmap-price-brand-vehicleType.png "Logo Title Text 1")
62+
***
4863
### Analysis 5                       [Analysis5.py](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis5/Analysis5.py) [Analysis5.ipynb](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis5/Analysis5.ipynb) [Plots](https://github.com/ajaymache/DataAnalysisUsingPython/tree/master/DAUP-Project/Analysis5/Plots)
64+
4965
+ This analysis gives you the distribution of the total no of days a partiular vehicle has been online for sale before it was purchased.
5066
+ This is a dynamic analysis and can be applied to any vehicle by specifying the brand of choice as argument to the python script.
5167
+ To run this file on your terminal type: __*Analysis5.py 'brand'*__
5268
+ where **'brand'** is the choice of brand vehicle you would like to see analysis about from the column **'brand'** in the dataset.
53-
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis5/Plots/vehicletype-NoOfDaysOnline.png "Logo Title Text 1")
5469

70+
![alt text](https://github.com/ajaymache/DataAnalysisUsingPython/blob/master/DAUP-Project/Analysis5/Plots/vehicletype-NoOfDaysOnline.png "Logo Title Text 1")
71+
***
5572

5673

5774

0 commit comments

Comments
Β (0)