Skip to content

Latest commit

 

History

History

14_Python_Lab

Python lab

For a bit of in-class python coding, we'll fill out a Python script to read in a comma-delimited file, and calculate, for each column:

  • Number of non-missing values
  • Mean
  • Median
  • SD

Here are the relevant files:

Also relevant: