I've executed this instruction in Wolfram Mathematica as Wolfram Alpha Query
a = WolframAlpha[
"italy vs england coffee consumption", \
{{"History:AgricultureConsumption:AgricultureData", 1},
"ComputableData"}]
and in 'a' there are stored the data that are in my interest.
The question is: how can I output a grid with only important data, like 'date' and 'tone /year' for each year??
A simple grid that compare the coffee consumption between italy and england sorted by date.
date | italy | england
----------------------
1961 | 11111 | 2222222
1962 | 11112 | 2222223
....
...
..
.