Code Monkey home page Code Monkey logo

se_hw2345's Introduction

Summary Creation Tool

DOI GitHub Release License GitHub contributors Open Issues Pull Requests GitHub Repo Size codecov

Python code for creating summaries of input CSV file by translating a lua code to python.

Table of Contents

  1. LUA
  2. Goal
  3. Getting started
  4. File and function mapping
  5. License
  6. Contributors

LUA

Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications. The features of the lua programming language include:

  • simple
  • efficient
  • portable
  • Suitable for use as an embedded language within a host application

Goal

The goal is to write some code to read a CSV file and generate summaries of columns (medians and standard deviation for numerics; mode and entropy for symbolic columns).

Getting Started

Pre-requisites

Ensure python is installed. You can check the version of python in the system using:

python --version

Check if pip is installed. This can be done with the command:

pip --version

The csv file can be accessed in the Data folder

Installation

Clone this repository using

git clone https://github.com/akshat22/SE_HW2345.git

You can download all the dependencies required to run the file using:

pip install -r requirements.txt

File and function mapping

The implementations for only Sym and Num classes are done so far in this repo. The implementation of different util functions are also done like - coerce, per, probability

The scripts for test cases sym, num are also prepared here.

The Lua classes and corresponding python implementation scripts are listed below:

Class Corresponding python script
Num Num
Sym Sym

License

This project is licensed under MIT license.

Contributors

se_hw2345's People

Contributors

akshat22 avatar anagha-2000 avatar madiha2001 avatar mohitsoni2111 avatar tilaksatra avatar

Watchers

 avatar

Forkers

mohitsoni2111

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.