Skip to content

n8dawhg/data-comparison-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Datacompy Demo

Description

The script in main.py creates a datacompy comparison report between two hypothetical sets of data. It's intended for use in a testing/dev environment and for demo purposes only.

Usage guide

  1. Navigate and Initialize the poetry project & install dependencies
cd data_comparison_demo
poetry init
poetry install
  1. Run the script
poetry shell
python main.py
  1. View the results that can be found in the reports folder.

Enhancements

  • Only general errors are being caught.
  • The project is not dockerized.
  • Storage optimizations (.parquet VS .CSV files).
  • Handle dynamic file's being read in.
  • Additional automations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published