🦮API walkthrough
This brief example will demonstrate how easy it is to extract ChainArgos data out of DashArgos queries into a pandas DataFrame for analysis.
Start with your DashArgos Query
First, set up your DashArgos query. DashArgos automatically displays 500 rows of data, up to a maximum of 5,000 rows and if your data exceeds 5,000 rows, it will be truncated in the DashArgos user interface because of browser limitations.
However, users with API access can extract all the data relevant to their queries, and user interface limitations are not as relevant.
Google Sheets
Having set up your DashArgos query, now we are going to pull those query results into Google Sheets.
Google gives simple instructions here.
Set up whatever pivot tables you want from your looker queries.Here is an example sheet.
Note the Google Sheets document ID -- the long random-looking string of characters near the end of the URL -- and the names of the sheets you want to extract.
Pandas
Here is a single-sheet example:
If you want to work with data from several sheets that is not much more work:
Periodic Updates
You can configure the Google doc to automatically update the query results by following Google's simple instructions here.
That's it.
It'd be no-code except you wanted to use pandas.
Last updated