Learn practical skills, build real-world projects, and advance your career
import jovian
project_name = 'essential-goods-price-variation-in-colombia'
import pandas as pd ; import numpy as np

This project aims to check the prices variations in local currency (COP) for the basic goods in the main Colombian cities during the COVID season.


df_consume = pd.read_excel('dane_essential_goods.xlsx',
                         sheet_name ='Tiendas', header=8, usecols= "A,C:E,G:AE" , skipfooter = 1)