csc510

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

https://github.com/nakraft/csc510

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 (14.8%) to scientific vocabulary

Keywords

csv-parser summarization tabular
Last synced: 6 months ago · JSON representation ·

Repository

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

Basic Info
  • Host: GitHub
  • Owner: nakraft
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 133 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 1
Topics
csv-parser summarization tabular
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

drawing Overview | Installation | Objectives ![Build event parameter](https://github.com/nakraft/CSC510/actions/workflows/main.yml/badge.svg?event=push) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7033333.svg)](https://doi.org/10.5281/zenodo.7033333) [![codecov](https://codecov.io/gh/J-Sumer/CSC510/branch/main/graph/badge.svg?token=A6TNAPKAQ3)](https://codecov.io/gh/J-Sumer/CSC510) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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

Owner

  • Login: nakraft
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Harde"
  given-names: "Kanishk"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Kraft"
  given-names: "Natalie"
  orcid: "https://orcid.org/0000-0002-5919-5653"
- family-names: "Maduru"
  given-names: "Jyothi Sumer Goud"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Ramaswamy"
  given-names: "Ashrita"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Royapally"
  given-names: "Siddarth"
  orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Sarthi"
  given-names: "Parth"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "CSC510"
version: 1.0.0
doi: 10.5281/zenodo.7033333
date-released: 2022-09-19
url: "https://github.com/nakraft/CSC510"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • GDAL ==3.5.1
  • numpy ==1.23.2
  • protobuf ==4.21.5
.github/workflows/Coverage.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/main.yml actions
  • ./action-a * composite
  • actions/checkout v1 composite
action-a/action.yml actions
  • ../Dockerfile * docker
Dockerfile docker
  • python 3.8-slim-buster build