...

/

Real-Time Dashboards with Google Sheets

Real-Time Dashboards with Google Sheets

Learn how to connect to live data in Google Sheets to create live vizualisations!

Overview of database connections

When we start building Gradio applications for building proof of concepts, one of the most important steps is to connect to some data source. There are many potential data sources that we can connect, which include AWS, BigQuery, file uploads, Google Sheets, and many more. Each of these has different methods of connection.

Press + to interact

In this lesson, we will demonstrate how to connect to Google Sheets. We have chosen this platform because it is easily accessible to everyone and the quickest way to start building demo applications.

Linking Google Sheets to Gradio

The following steps assume that some data is stored in Google Sheets and will be imported into Gradio. This means that the data in the Google Sheet should be structured like a dataset, with columns and rows, as it will be directly read into Gradio as a pandas DataFrame. ...

Access this course and 1400+ top-rated courses and projects.