Last active
June 18, 2020 20:37
-
-
Save a-r-d/f8a232e07ee6ea19ac823bd30611f9c7 to your computer and use it in GitHub Desktop.
data asset demo public
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"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"} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Country Code | Established Customers | Total Customers | Pct Active Accounts | |
---|---|---|---|---|
USA | 5009 | 3900343 | 90 | |
CAN | 3389 | 300043 | 80 | |
MEX | 2890 | 23320 | 70 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"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