Skip to content

Commit

Permalink
Fix: Issues with wrong datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam committed Mar 24, 2023
1 parent b9d7b0f commit f01e666
Show file tree
Hide file tree
Showing 8 changed files with 500 additions and 130 deletions.
20 changes: 20 additions & 0 deletions impl/c-qube/ingest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@
}
},
"programs": [
{
"name": "DIKSHA",
"namespace": "diksha",
"description": "DIKSHA",
"shouldIngestToDB": true,
"input": {
"files": "./ingest/programs/diksha"
},
"./output": {
"location": "./output/programs/diksha"
},
"dimensions": {
"whitelisted": [
"state,grade,subject,medium,board",
"textbookdiksha,grade,subject,medium",
"textbookdiksha,grade,subject,medium"
],
"blacklisted": []
}
},
{
"name": "School Attendance",
"namespace": "sch_att",
Expand Down
1 change: 1 addition & 0 deletions impl/c-qube/ingest/dimensions/medium-dimension.data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ medium_id,medium
3,Multi Medium
4,Sanskrit
5,Urdu
6,Kannada
7 changes: 6 additions & 1 deletion impl/c-qube/ingest/dimensions/subject-dimension.data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ subject_id,subject_nas,subject_diksha,subject_state
25,Sst,Sst,Sst
26,Language,Language,Language
27,Mil,Mil,Mil
28,Social Science,Social Science,Social Science
28,Social Science,Social Science,Social Science
29,Kannada,Kannada,Kannada
30,Social,Social,Social
32,Mathamatics,Mathamatics,Mathamatics
31,Math,Math,Math
33,Ecnomics,Ecnomics,Ecnomics
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ subject_id,subject
3,Social
4,Science
5,Maths
6,Hindi
8,Math
6,Hindi
16,Mathamatics
17,Ecnomics
10,Economics
18,Biology
19,Chemistry
20,Sociology
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PK,Index
string,string
subject_id,subject
Loading

0 comments on commit f01e666

Please sign in to comment.