csc510_hw2_3_4_5

Repository of CSC510 Homework 2, 3, 4, 5 of Group 39

https://github.com/yagmurbbayraktar/csc510_hw2_3_4_5

Science Score: 10.0%

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

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

Repository

Repository of CSC510 Homework 2, 3, 4, 5 of Group 39

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

README.md

DOI License: MIT Build Build Status Contributors Supports Python GitHub Release GitHub issues codecov

CSC510HW2345

Repository of CSC510 Homework 2, 3, 4, 5 of Group 39

Description

This repository contains the codework of Homeworks 2 - 5. It has been converted from a lua code to a Python code. The original source can be found here.

The aim of this project is to provide a A Python application to read CSV files and generate summaries of columns and return summarizing information about the file, such as medians and standard deviation. The code works for both symbolic and numeric values that can be found in the CSV files. There are several test cases that can be find under tests folder to test the robustness of the code.

Owner

  • Login: yagmurbbayraktar
  • Kind: user

Citation (CITATION.md)


      

GitHub Events

Total
Last Year

Dependencies

.github/workflows/python-app.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/python-publish.yml actions
  • actions/checkout main composite
  • codecov/codecov-action v3 composite
requirements.txt pypi
  • pdoc3 *