For this exercise, please write a Python application that processes two data files:
students.csvcontaining student datateachers.parquetcontaining teacher data
From these files, generate an output file in json listing:
- Each student
- The teacher the student has
- he class ID the student is scheduled for
Assumptions: An analyst with no Python coding ability should be able to setup and run the app using the directions provided.