csv-summarizer

package to summarized a csv file. python version for a Lua Code

https://github.com/vamsitadikonda/csv-summarizer

Science Score: 28.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
  • .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 (9.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

package to summarized a csv file. python version for a Lua Code

Basic Info
  • Host: GitHub
  • Owner: vamsitadikonda
  • License: bsd-2-clause
  • Language: Python
  • Default Branch: main
  • Size: 127 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 5
  • 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

CSV Summarizer

License Build DOI GitHub Release Python GitHub issues GitHub closed issues Lines of code codecov

Python version of an existing Lua Code to summarize a csv file

Technologies

Python 3.8.9

Documentation

The documenation for the codebase is automatically generated and hosted at https://www.vamsitadikonda.com/csv-summarizer

Prerequisites

This project requires python setup

Summary: 1. Code for the Num and Sym classes and the tests cases 'the', 'sym', 'num', 'bignum' 2. Code for the 'Cols', 'Row', 'Data' classes and the test cases 'eg.csv', 'eg.data', 'eg.stats' 3. Add all the structure as described below, and implement post-commit hooks to auto run all the test cases, the code coverage checks and the documentation generators

Structure

txt .gitignore .travis.yml CITATION.md CODE-OF-CONDUCT.md CONTRIBUTING.md INSTALL.md LICENSE.md README.md setup.py run.py requirements.txt data/ ... test/ ... src/ ...

Group Members

1) Bharath Katabathuni (bkataba) 2) Bapiraju Vamsi Tadikonda (btadiko) 3) Vinay Kumar Reddy Perolla (vperoll) 4) Sai Sree Nalluru (snallur) 5) Swimitha Reddy Buchannolla (sbuchan2)

Citation (CITATION.md)

[![DOI](https://zenodo.org/badge/530866405.svg)](https://zenodo.org/badge/latestdoi/530866405)

Version: 1.0.1
Authors:
  
Bharath Katabathuni
Bapiraju Vamsi Tadikonda
Vinay Kumar Reddy Perolla
Sai Sree Nalluru
Swimitha Reddy Buchannolla  

License: BSD 2 Clause License.  

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • regex *