Initial Commit
This commit is contained in:
6
public/data/bills.csv
Normal file
6
public/data/bills.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
type,cost_percent
|
||||
Auto,14.5
|
||||
Food,28
|
||||
Student Loan,17
|
||||
Rent,32.5
|
||||
Insurance,8
|
||||
|
36
public/data/planets.json
Normal file
36
public/data/planets.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"planetDiameters": [
|
||||
{
|
||||
"planet": "Mercury",
|
||||
"diameter": 4879
|
||||
},
|
||||
{
|
||||
"planet": "Venus",
|
||||
"diameter": 12104
|
||||
},
|
||||
{
|
||||
"planet": "Earth",
|
||||
"diameter": 12756
|
||||
},
|
||||
{
|
||||
"planet": "Mars",
|
||||
"diameter": 6792
|
||||
},
|
||||
{
|
||||
"planet": "Jupiter",
|
||||
"diameter": 142984
|
||||
},
|
||||
{
|
||||
"planet": "Saturn",
|
||||
"diameter": 120536
|
||||
},
|
||||
{
|
||||
"planet": "Uranus",
|
||||
"diameter": 51118
|
||||
},
|
||||
{
|
||||
"planet": "Neptune",
|
||||
"diameter": 49528
|
||||
}
|
||||
]
|
||||
}
|
||||
11
public/data/scorecard.csv
Normal file
11
public/data/scorecard.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
player,points
|
||||
Steven,150
|
||||
Manisha,220
|
||||
Nicole,85
|
||||
Jaime,109
|
||||
Crystal,99
|
||||
Alexa,186
|
||||
Bethany,201
|
||||
Marie,197
|
||||
Seth,112
|
||||
Nick,215
|
||||
|
13
public/data/timeScaleData.csv
Normal file
13
public/data/timeScaleData.csv
Normal file
@@ -0,0 +1,13 @@
|
||||
date,value
|
||||
2019-00-20,1000
|
||||
2019-01-04,536
|
||||
2019-02-19,106
|
||||
2019-03-11,478
|
||||
2019-04-13,391
|
||||
2019-05-01,99
|
||||
2019-06-20,963
|
||||
2019-07-26,223
|
||||
2019-08-14,701
|
||||
2019-09-03,111
|
||||
2019-10-22,388
|
||||
2019-11-07,604
|
||||
|
Reference in New Issue
Block a user