/Python-Program-Data-Summary

A python program that reads data in csv file, displays summary counts, performs initial cleaning, and computes statistical summaries

Primary LanguagePython

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