Calculate the mean of specific cells of multiple csv files -


i have multiple csv files, same format. there columns object , columns values. example:

.....animals   |   age  ....        dog           2        cat           4        dog           6          ....etc. 

and want calculate mean age of dogs in csv files. language easier use calculation? regarding implementation?

done java , opencsv library.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -