Logo Lanfrica

rtekenya/SA-Petrol-Price-Prediction-v2

Domaine:

environment and energy

Type de record:

dataset
Créateur:
rte
Hôte:
version 2 of the south african petrol prediction. Much improved and cleaner # SA-Petrol-Price-Prediction-v2 ## version 2.0.0 of the south african petrol price prediction. This version focuses on the breakdown of petrol price and the how domestic and international influences have on the total price of petrol. This project is divided into 4 parts maily: ### 1. The Prepare Process This is the phase to prepare data by collecting and storing it. The data to be collected will be collected as per the question os the project inhand. 4 sets of data will be collected for the project to be sufficient and these are: (a) Total Petrol price since Jan 2011 till Nov 2021 (b) Petrol price breakdown from Jan 2011 to Nov 2021 (c) Weekly & monthly brent crude oil in USD for the same period and , (d) The weekly and monthly exchange rates between Rand and USD for the same period. #### How will the data be collected The data will be collected by using three different methods: * Web scrapping using Python beautifulsoup library * Using Excel import data from web option - This was used for data which was found in html pdf form which was almost impossible to web scrap using python * Web scarpping apps like ParseHub and Octaparse 8 which are free and also offers paid premium subscription #### Data sources Data was collected/scrapped from three very reliable sources all from the goverment agencies. Fuel prices and breakdown were collected from sapia and the energy dept website while the crude oil prices were collected from eia website. below is the links to all the data sources: * sapia.org.za * energy.gov.za * eia.gov This data will be stored both in CVS and Excel spreadsheet which will be shared #### Data type and format The only petrol price we are interested in is the 95 ULP inland/Gauteng. This is the most popular and widely used petrol in south africa as such other petrol kind were removed/negleted for this …