Google Visualization Query data to table using python

163 Views Asked by At

I have a Google Visualization Query output datatable file from here - http://www.google.com/fusiontables/gvizdata?tq=SELECT%20lat%2Clong%2CPKS%2Ctonperhour%2CGrp%2CStatus%2CPhotoPath%2CWCinfo%2Cx%2Cy%2CRSPO%2CRSPO_URL%2Ccat_plant%20FROM%201c_CnYlN8gYEtxA2N2Eay_TRiiZTFIpcONSS9NcBB&tqx=reqId%3A2

I am trying to get the data to be formatted into a table using python but not exactly sure how to go about it. The output I am looking for is something like this.

enter image description here

Is this something that can be done easily with python?

0

There are 0 best solutions below