🗺️Financial Zip Code Distribution
View the financial distribution to understand where the customers are coming from.
Attribute
Description
Type
Example
{
[
{
"latitude": x1,
"longitude": y1,
"city": "Los Angeles",
"state" : "CA",
"zip": "8799",
"transactions": 1009,
"customers": 1000,
"revenue": 9000,
...
},
{
"latitude": x2,
"longitude": y2,
"city": "Los Angeles",
"state" : "CA",
"zip": "9876",
"transactions": 800,
"customers": 750,
"revenue": 5000,
...
},
...
],
}Last updated