import datetime as dt import matplotlib.pyplot as plt from matplotlib import style import pandas as pd import pandas_datareader.data as web style.use('ggplot')
so the way I usually get some dataset (in this example, US Product Price Index) from econdb library is this: import datetime import pandas_datareader as pdr imp
I'm starting a work to analyse data from Stats Institutions like Eurostat using python, and so pandas. I found out there are two methods to get data from Eurost