Skip to content

Latest commit

 

History

History

data_engineer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Data Engineer Python Exercise

For this exercise, please write a Python application that processes two data files:

  1. students.csv containing student data
  2. teachers.parquet containing teacher data

From these files, generate an output file in json listing:

  1. Each student
  2. The teacher the student has
  3. 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.