Skip to content

jschnab/csv-parser

Repository files navigation

CSV parser

This work is in progress and has to be treated as a programming exercise.

This program written in C reads a CSV file line by line and prints the median of each line on the console.

The end goal is to replicate the functionality of pyms. The first step is to calculate the median of values grouped according to two indices, then to plot these values as as scatter plot.

About

Program to parse CSV files and output row median

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages