Skip to content

Files

Latest commit

e2011ab · Dec 21, 2021

History

History

data_engineer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 21, 2021
Jul 3, 2020
Jul 3, 2020

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.