Skip to content

A program designed to analyse a dataset and provide summary data regarding both categorical and continuous data in the form of a CSV file. The summary data includes means, medians, modes, cardinality and more. This data can be used as part of a data quality report to easily see potential issues/problems so they can be caught early and quickly.

Notifications You must be signed in to change notification settings

benjimr/Data-Summarizer-for-a-Data-Quality-Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A program designed to analyse a dataset and provide summary data regarding both categorical and continuous data in the form of a CSV file. The summary data includes means, medians, modes, cardinality and more. This data can be used as part of a data quality report to easily see potential issues/problems so they can be caught early and quickly.

This program uses pandas and numpy to achieve this analysis.

Categorical Data Analysis

Categorical

Continuous Data Analysis

Continuous

About

A program designed to analyse a dataset and provide summary data regarding both categorical and continuous data in the form of a CSV file. The summary data includes means, medians, modes, cardinality and more. This data can be used as part of a data quality report to easily see potential issues/problems so they can be caught early and quickly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages