Skip to content

GoogleCharts Features

Prakriti Gupta edited this page Jun 26, 2018 · 5 revisions

Importing Data from Google Spreadsheet

API

With this feature, a user can visualize its data present in Google spreadsheet. To use this feature just provide the link of the spreadsheet (in a specified format, see documentation) as data. The best part is, you get to query the data according to your need. :)

For example: Data from spreadsheet

Examples

Check out some more examples to understand the working of this feature.

TODOs

  • Right now, plot.table contains an empty table as DataTable is extracted through javascript when the URL is provided. To extract the table content, we can use the URL of the google spreadsheet (which provides the JSON content) provided by the user and store this content in the DataFrame. (Refer this comment)
Clone this wiki locally