Skip to content
/ CSC510 Public

Load and summarize your data efficiently and with control! Use this platform and expand for your own applications.

License

Notifications You must be signed in to change notification settings

nakraft/CSC510

Repository files navigation

Group 36s Lua conversion project aims to allow you maximum flexibility when reading and computing tabular data from a csv. Tired of using blackbox packages? Wanting more control over efficiency and functionality? Then Group 36's Lua is for you!

Capabilities

  • Loads a csv into a tabular format
  • Summarizes data for initial EDA
  • Performs calculations without dependencies on third-party libraries

Use

Setup and installation instructions can be found in the user-friendly install guide

Homework Deliverables

HW1

  • Initial folder structure and files for CSC 510 : HW1
  • Github actions

HW2

To run :

cd /path/repo
python -m test.test # tested with python3.8

Warning: There shouldn't be any other package named code in env:PYTHONPATH; conflicts with vs-code package

HW3

To run :

cd /path/repo
python -m test.test # tested with python3.8
or
python -m code.lua -e ALL

Check actions/runs/ for docker build and test status.

Warning: There shouldn't be any other package named code in env:PYTHONPATH; conflicts with vs-code package

HW4

  • Code documentation
  • Increasing code coverage

About

Load and summarize your data efficiently and with control! Use this platform and expand for your own applications.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks