Skip to content

Commit

Permalink
minor changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
KaziAmitHasan committed Aug 19, 2021
1 parent e77d2e0 commit d1bd1e8
Show file tree
Hide file tree
Showing 7 changed files with 1,558 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Data Inspector brings a total of 15 essential exploratory data analysis, data cleaning automations to make a dataset understandable. This is a perfect tool to get started with you data.

data inspector helps to make

## Installation

```pip install data-inspector```
Expand Down Expand Up @@ -37,3 +37,9 @@ Package available at https://pypi.org/project/data-inspector/



### Some visualizations
<img src="assets/feature_1.png" width= "550px" height="650px"/>
<br>
<img src="assets/feature_2.png" width= "550px" height="650px"/>


Binary file added assets/feature_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/feature_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions notebook/.ipynb_checkpoints/example notebook-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 4
}
652 changes: 652 additions & 0 deletions notebook/example notebook.ipynb

Large diffs are not rendered by default.

892 changes: 892 additions & 0 deletions notebook/train.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
long_description=open('README.md').read() + '\n\n' + open('CHANGELOG.txt').read(),
License='MIT',
long_description_content_type="text/markdown",
url="",
url="https://github.com/AmitHasanShuvo/data-inspector",
keywords='eda',
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit d1bd1e8

Please sign in to comment.