You are welcome to view and try our out-of-the-box Python notebooks for the following cases
Sample 1: Monthly granularity dashboard
This notebook aims to pull data points for a chain or tag (comprised of venues or complexes) to approximate the dashboard export as best as possible.
Other notebooks can deliver for the full-time frame desired. In this instance, the delivery will be upon the user-defined granularity.
The output of this code is a CSV file with:
One record per month for each entity (venue/complex)
Entity metadata for each record
Estimated visits/panel visits for each month
Hourly visits (optional)
Dwell time data (optional)
Trade area demographics (optional, update parameter for different datasets)
Rankings (optional, chain or category rankings)
Sample 2: Weekly granularity dashboard
This notebook accesses the Placer API endpoints for a chain or tag (comprised of venues or complexes) on a weekly granularity csv export.
The output of this code is a CSV file with:
One record per week for each entity (venue/complex)
Entity metadata for each record
Estimated visits/panel visits for each month
Hourly visits (optional)
Dwell time data (optional)
Trade area demographics (optional, update parameter for different datasets)
Rankings (optional, chain or category rankings)