Giter Club home page Giter Club logo

project1apbd's Introduction

Project 1 : Summary

In this tutorial, we are tasked with creating an application that reads a CSV file containing a list of students, filters out duplicate and incorrect records, and saves the filtered data in a JSON format. The application follows a specific set of requirements:

  1. The application takes two arguments: the location of the input CSV file and the location of the output JSON file.
  2. It reads the student data from the input file.
  3. Duplicate students are filtered based on their index number, first name, last name, direction of study, and mode of study.
  4. If a duplicate student is found with different studies, the new studies are appended to the existing record.
  5. Erroneous records, which do not consist of 9 fields, are logged in a log.txt file.
  6. The output JSON file includes a timestamp of when it was created, the author's name, and a list of filtered student records.
  7. Each student record includes an index number starting with the letter 's', name, surname, email, birth date, parents' names, and a list of their studies.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.