csc510
Load and summarize your data efficiently and with control! Use this platform and expand for your own applications.
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
Repository
Load and summarize your data efficiently and with control! Use this platform and expand for your own applications.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 1
Topics
Metadata Files
README.md
Overview | Installation | Objectives
 [](https://doi.org/10.5281/zenodo.7033333)
[](https://codecov.io/gh/J-Sumer/CSC510) [](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
- Repositories: 5
- Profile: https://github.com/nakraft
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
- GDAL ==3.5.1
- numpy ==1.23.2
- protobuf ==4.21.5
- actions/checkout v3 composite
- actions/setup-python v3 composite
- ./action-a * composite
- actions/checkout v1 composite
- ../Dockerfile * docker
- python 3.8-slim-buster build