Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 319 Bytes

File metadata and controls

13 lines (11 loc) · 319 Bytes

Python-Program-Data-Summary

A python program that does the following:

  • reads data in csv file,
  • displays summary counts,
  • performs initial cleaning,
  • and computes statistical summaries

To-do:

  • add user input to customize data path
  • add mode for categorical data
  • add outlier count
  • add correlation matrix