Skip to content

JS for reading csv files, and calculating means of 2 colums (Longitude, Latitude)

Notifications You must be signed in to change notification settings

dil-jeet/js-multi-csv-read-n-2col-means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-csv-read-n-2col-means

JS for reading multi-csv files, and calculating means of 2 columns (namely: Longitude, Latitude)

Live Preview:

https://dil-jeet.github.io/js-multi-csv-read-n-2col-means/)

Notes:

  • It's written for specific requirements, so little rigid!
  • Minimalistic css,js (so, modern-browsers support only)
  • No quoted-values in a row supported yet, (avoided regex-split for performance for now)
  • Calculating means for 2-columns (number static for now)
  • Options for setting column-numbers in csv, top-row(header) skipping

About

JS for reading csv files, and calculating means of 2 colums (Longitude, Latitude)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published