This is a very simple regression analysis for predicting gas prices in Guatemala. The original dataset can be found on this link, but it was converted to CSV for easier manipulation.
The algorythm works using a simple SVR model from SKlearn.
The code and results can be found on this file.