Skip to content

Finds the average of ALL columns in a CSV. Assumes first row is column header. Converts average of all columns into a single text.

Notifications You must be signed in to change notification settings

autoaim31/find_average_of_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Finds Average of All Columns in CSV and Converts to Text

Both the python file and executable in this repository do the same thing. When run, both will (1) ask the user for a CSV file on their computer (local storage), (2) finds the average of ALL columns in a CSV (assuming the first row is a column header), and (3) converts the averages (and headers) for every column into a single text. Give it a try!

About

Finds the average of ALL columns in a CSV. Assumes first row is column header. Converts average of all columns into a single text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages