Skip to content

This project is to analyze multiple data files (.csv) and visually represent the information as the user may require

Notifications You must be signed in to change notification settings

PiyumaliSandunika/DataVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DataVisualizer

This project is to analyze multiple data files (.csv) and visually represent the information as the user may require

usage:

./executedFileName [-l length] [-m | -t | -p] [--scaled] filename1 filename2 ..

length - Number of entries to display -m -> data sorted according to number of meeting -p -> data sorted according to number of partcipants -m -> data sorted according to amount of time

--scaled --> to occupy the maximum printing width

files should be .csv type ex: sampleData1.csv sampleData2.csv

default will be length of 10 and data sorted according to the number of meeting.

./executedFileName csvfilename.csv

Screenshot (2)

About

This project is to analyze multiple data files (.csv) and visually represent the information as the user may require

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages