zacKolton / COMP4560-deferred-exam-project

GNU General Public License v3.0
0 stars 0 forks source link

Create JSON Schema for information storage #7

Closed zacKolton closed 6 months ago

zacKolton commented 6 months ago

Use pandas library

{
 courses: [
     {
       Math1240 : [COMP 1020, COMP 2010]
     }
   ]
}
zacKolton commented 6 months ago

Screenshot 2024-02-17 at 2 27 33 PM

bochacho commented 6 months ago

Added Function that automatically creates JSON data as long as the input is valid

zacKolton commented 5 months ago

Algorithm development