Skip to content

read csv files into lists, calculate max values for each csv, store max values in a list and output the list to a csv file

Notifications You must be signed in to change notification settings

souravendra/jubilant-octo-invention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Calculate the max value (x,y,z) from a bunch of csv files using Pandas & Numpy

to-do:

  • read multiple csv files in ./csvdata directory
  • create func to calculate the maximum value given a set of x, y, z coordinates
  • save values to a list
  • output values to a csv file using pandas dataframe & a dict

About

read csv files into lists, calculate max values for each csv, store max values in a list and output the list to a csv file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages