Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: MitanshuShaBa
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 64.5 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 3
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

GitHub GitHub contributors Python badge DOI Python Test

Code Coverage

CSC 510 HW-2345 (Group 6)

CSC 510 HW-2345 is focused on making use of industry standard Software Engineering practices for code integration and deployment. The program in this homework reads a CSV file and creates summaries of columns.

Description

Num - Numeric Class Sym - Symbols Class We calculate the median and standard deviation for numeric columns and mode and entropy for symbolic columns of the csv file.

Installation

Please check INSTALL.md for detailed steps on installation

Run tests from Command Line Interface

To run the test engine, execute the following command from the root directory -

python python src/test.py

Team Members

  • Mitanshu Reshamwala
  • Mitul Patel
  • Praneya Lal
  • Janvi Phadtare
  • Kaksha Mhatre

Owner

  • Name: Mitanshu Reshamwala
  • Login: MitanshuShaBa
  • Kind: user

Citation (Citation.cff)

cff-version: 1.2.0
message: CSC 510 - SE-hw2345
authors:
- family-names: Kaksha 
  given-names: Mhatre
  email: kpmhatre@ncsu.edu
- family-names: Praneya
  given-names: Lal
  email: plal@ncsu.edu
- family-names: Mitanshu
  given-names: Reshamwala
  email: mresham@ncsu.edu
- family-names: Janvi 
  given-names: Phadtare
  email: jphadta@ncsu.edu
- family-names: Mitul 
  given-names: Patel
  email: mpatel27@ncsu.edu
identifiers:
  - type: url
    value: 'https://doi.org/10.5281/zenodo.7127265'
title: "CSC 510 - SE-hw2345"
version: v3.1.3
date-released: 2022-09-30
url: "https://github.com/MitanshuShaBa/SE-hw2345"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/Document Generator.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • ad-m/github-push-action master composite
.github/workflows/pylint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/test.yml actions
  • EndBug/add-and-commit v9 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v4 composite
requirements.txt pypi
  • coverage *