Skip to content

Instantly share code, notes, and snippets.

@a-r-d
Last active June 18, 2020 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-r-d/f8a232e07ee6ea19ac823bd30611f9c7 to your computer and use it in GitHub Desktop.
Save a-r-d/f8a232e07ee6ea19ac823bd30611f9c7 to your computer and use it in GitHub Desktop.
data asset demo public
[
{"Country Code":"USA","Established Customers":"5009","Total Customers":"3900343","Pct Active Accounts":"90"},
{"Country Code":"CAN","Established Customers":"3389","Total Customers":"300043","Pct Active Accounts":"80"},
{"Country Code":"MEX","Established Customerz":"2890","Total Customers":"zzzz","Pct Active Accounts":"70"}
]
Country Code Established Customers Total Customers Pct Active Accounts
USA 5009 3900343 90
CAN 3389 300043 80
MEX 2890 23320 70
[
{"Country Code":"USA","Established Customers":"5009","Total Customers":"3900343","Pct Active Accounts":"90"},
{"Country Code":"CAN","Established Customers":"3389","Total Customers":"300043","Pct Active Accounts":"80"},
{"Country Code":"MEX","Established Customers":"2890","Total Customers":"23320","Pct Active Accounts":"70"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment