/stats_tool

Primary LanguagePythonMIT LicenseMIT

Statistical Tool

Prerequisites

Numpy and Matplotlib are required to generate and view distribution graphs

pip install matplotlib
pip install numpy


Requirements: The project uses the standard data science libraries.

import pandas;
import numpy;
import matplotlib.pyplot;
import seaborn as sns;