Skip to content

Instantly share code, notes, and snippets.

View lucas-brito's full-sized avatar

Lucas Brito lucas-brito

  • Campinas, São Paulo
View GitHub Profile
@lucas-brito
lucas-brito / data_scientist_challenge.md
Last active December 17, 2018 17:35
Data Science Challenge

Data Science Challenge

Create as many insights as you can based on the data provided in db.sql and write a report with what you found, use graphics and/or anything else to show your data.

school

  • school_id: unique id from school table
  • type: defines if the school was or wasn't ClassApp's customer
  • size: number of students
  • hash: unique hash from school table
@lucas-brito
lucas-brito / dev_challenge.md
Last active May 25, 2022 14:12 — forked from samin/dev_challenge.md
ClassApp Dev Challenge

Dev Challenge

Create a program in Node.js where the input defined in input.csv is parsed and organized into the content shown in output.json.

Please write your program in only one file (like index.js) and write the output to a file (output.json) instead of printing it to logs or on the screen.