Skip to content

Commit 914bec9

Browse files
authored
feat: add music industry revenue dataset
1 parent 8dfaf42 commit 914bec9

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"data": [
3+
["2000-01-01", 23.1],
4+
["2001-01-01", 21.5],
5+
["2002-01-01", 19.8],
6+
["2003-01-01", 18.2],
7+
["2004-01-01", 17.9],
8+
["2005-01-01", 16.7],
9+
["2006-01-01", 15.5],
10+
["2007-01-01", 14.3],
11+
["2008-01-01", 13.1],
12+
["2009-01-01", 12.4],
13+
["2010-01-01", 13.0],
14+
["2011-01-01", 14.2],
15+
["2012-01-01", 15.1],
16+
["2013-01-01", 16.4],
17+
["2014-01-01", 17.3],
18+
["2015-01-01", 18.9],
19+
["2016-01-01", 20.1],
20+
["2017-01-01", 21.6],
21+
["2018-01-01", 22.8],
22+
["2019-01-01", 24.1],
23+
["2020-01-01", 23.9],
24+
["2021-01-01", 25.9],
25+
["2022-01-01", 26.8],
26+
["2023-01-01", 28.6]
27+
]
28+
}

0 commit comments

Comments
 (0)