Skip to content

Commit

Permalink
update lrs data and class averages
Browse files Browse the repository at this point in the history
  • Loading branch information
demetrios-koziris committed Jan 9, 2023
1 parent 51225c6 commit 47ea594
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 283 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

formatted_json = ''

with open('input/ClassAverages__2022-08-20_17_12_03__7567___4.3.26.json', 'r') as input_file:
with open('input/ClassAverages__2023-01-08_20_03_28__7909___4.3.31.json', 'r') as input_file:
data = json.load(input_file)

for course_name, course_data in data.items():
Expand Down
2 changes: 1 addition & 1 deletion data-scripts/lrs-listings-scraper/format-lrs-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

formatted_json = ''

with open('lrs_data_4_3_26.json', 'r') as input_file:
with open('lrs_data.json', 'r') as input_file:
data = json.load(input_file)

for course_name, course_data in data.items():
Expand Down
Loading

0 comments on commit 47ea594

Please sign in to comment.