samples = [
{
name: "American Community Survey",
attachment: FileAttachment("acs12.csv"),
url: "https://www.openintro.org/data/index.php?data=acs12"
},
{
name: "Cherry Blossom Run",
attachment: FileAttachment("run12.csv"),
url: "https://www.openintro.org/data/index.php?data=run17"
},
{
name: "CDC",
attachment: FileAttachment("cdc.csv"),
url: "https://www.openintro.org/book/statdata/?data=cdc"
},
{
name: "70 Year Climate Change",
attachment: FileAttachment("climate70.csv"),
url: "https://www.openintro.org/data/index.php?data=climate70"
},
{
name: "GPA",
attachment: FileAttachment("gpa.csv"),
url: "https://www.openintro.org/data/index.php?data=gpa"
},
{
name: "NBA Players",
attachment: FileAttachment("nba_players_19.csv"),
url: "https://www.openintro.org/data/index.php?data=nba_players_19"
},
{
name: "Bkstr vs Amazon",
attachment: FileAttachment("bkstr_amazon.csv"),
url: "none"
}
]