Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 721 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 721 Bytes

Simple-Python-Data-Filter

For Data Cleaning and Data Analysis.

Note to Self: Add a README.md on next spare time.

Features to BE ADDED:

  • Add a header to all output-result files and make all code to adjust to these change.
  • Make the Counter of Student and Facility be activated by using main.py
  • Implement a counter for multiple answers. (answers seperated by semicolons)
  • Apply the OOP Principle in this current implementation instead of functions based.
  • Make a function that will replace a row of the originalsourcefile into the numerical data result of a query. ("1")
  • Make a file generator that will output all of the raw data into its converted numerical data. Using this function marked by "1" marker.