boscosylvester-john / se_hw_LuaToPython

MIT License
0 stars 0 forks source link

PYTHON CSV SUMMARIZER

This is a requirement for CSC510 Software Engineering HW2,HW3,HW4,HW5 for Group 10

DOI GitHub code size in bytes GitHub commit activity Python CI GitHub top language GitHub Workflow Status (event) GitHub contributors GitHub issues GitHub pull requests GitHub last commit License: MIT

GitHub forks

Goal

Implement the functionalities of this Lua code in Python. Basically this code will read and help store CSV data in an appropriate format. It also summarizes the data column wise and displays a few statistics.

DataTypes

Classes

Functionality

Getting Started

Installation

Running Tests

Coverage Reports

Module statements missing excluded coverage
src\Cols.py 22 1 0 95%
src\Data.py 36 4 0 89%
src\Num.py 37 0 0 100%
src\Row.py 6 0 0 100%
src\Sym.py 28 0 0 100%
src\Utils.py 90 18 0 80%
tests\__init__.py 6 0 0 100%
tests\test_cases.py 56 1 0 98%
tests\test_engine.py 55 11 0 80%
Total 336 35 0 90%

The basic mathemtical operations that this repo does are-


Languages and Tools used

License

License: MIT

License Guidelines

Contribute

Please have a look at the guidelines before contributing.

Authors