AKT47 commited on
Commit
4183cf1
·
verified ·
1 Parent(s): e383bc5

initial data.json file for testing

Browse files
Files changed (1) hide show
  1. data.json +24 -0
data.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "courses": [
3
+ {
4
+ "course_type": "Business Analytics Courses",
5
+ "subcourses": [
6
+ {
7
+ "name": "Business Analytics Courses",
8
+ "description": "Business analytics is thriving – and so is its role in forward-thinking organizations around the world. The demand for business analytics professionals is growing multifold - and now is the time to start working towards your desired career.",
9
+ "link": "https://courses.analyticsvidhya.com/courses/introduction-to-analytics"
10
+ },
11
+ {
12
+ "name": "Introduction to Python",
13
+ "description": "Power up your career with the best and most popular data science language, Python. Leverage your Python skills to start your Data Science journey. This course is intended for beginners with no coding or Data Science background.",
14
+ "link": "https://courses.analyticsvidhya.com/courses/introduction-to-data-science"
15
+ },
16
+ {
17
+ "name": "Microsoft Excel: Formulas & Functions",
18
+ "description": "Microsoft Excel is still the tool of choice in the industry when it comes to performing data analysis, thanks to its incredible depth and array of formulas and functions. This course covers a wide range of Excel formulas, including LookUp Functions!",
19
+ "link": "https://courses.analyticsvidhya.com/courses/microsoft-excel-formulas-functions"
20
+ }
21
+ ]
22
+ }
23
+ ]
24
+ }