Skip to content

shmdoc/hackathon-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon csv

During the first week of osoc, there is a small hackathon. This repo was one of the results of this hackathon. The goal of this repo was to analyze the infomation from a csv file. Most of this code is later used in the shmdoc-analyzer-service.

The analysis result gets stored in a report.json.

Running

Install requirements

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Running

The input file is specified at line 121. Since this was only for the hackathon, there was only a hardcoded version of the input file. Once this file is specified to a csv file you want to analyse, you can run with the folowing code:

python3 main.py

About

Reading and getting basic information out of the columns in csv files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages