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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -