It generates the Report of the dataset
Project description
ShortReport
This library is used to generate a report
. Features in this library are:
- Numbers and Types: Shows the number of columns and rows present in the dataset. Also describe the type of columns.
- Essentials: Unique values in a column and Numbers of missing values
- Descriptive statistics: Mean and Standard Deviation.
- Graphs: Short Report includes different plotly graphs for better visualization like Histograms for data distribution of each column, Scatter Plot for finding the relationships or pattern between the attributes or columns, Heat Map for finding the correlation with target variable and Boxplot for outlier detection.
- Data Summary: includes Numbers of zeros and percentage, Maximum and Minimum value.
Advantages:
- User Friendly: This Library helps user to understand the nature of data easily in very efficient way.
- Graphs: All graphs are made from plotly so user can interact with the graph values.
- Fast: Generates report in milliseconds.
- Info: Gives the basic info which are required to clean the dataset and performing predictions.
Installation
Using pip
pip install ShortReport
Quickstart
Import ShortReport and create a Dataframe
from ShortReport import Report as r
import pandas as pd
import numpy as np
df = pd.read_csv('titanic.csv')
Call the method shortreport and it requires one argument which should be a Dataframe
r.shortreport(df)
Output on Jupyter Notebook
Dataset_report:
Interaction:
Correlation:
Boxplot:
License
This program is free (as in speech) software under the GPLv3. Please see the license file for more.
Change Log
0.0.7 (07/07/2022)
- Code optimization
- Fixed a Minor Bug
- First Release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ShortReport-0.0.8.tar.gz
(5.0 kB
view details)
File details
Details for the file ShortReport-0.0.8.tar.gz
.
File metadata
- Download URL: ShortReport-0.0.8.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d9b94dc8120394a204ad18a86a85893e5699ce5392b09e7054551b82dc4f503 |
|
MD5 | e7ff6c57fb91c35d19a8cf382a96fa57 |
|
BLAKE2b-256 | d91289c5fc62c34efbf725013c26a3e263cfa1b1e72c4ed5cb427ad0b4f777cf |