Create explanation to dataframe
Project description
Explain pd
A library that create explation for dataframes manipulations, using pandas dataframes and explations based on ExplainED: Explanations for EDA Notebooks
Installation
Install pd-explain with pip or by git ssh
pip install pd-explain
pip install git+ssh://git@github.com/analysis-bots/pd-explain.git
For cloning this project use
git clone git@github.com:analysis-bots/pd-explain.git
cd pd_explain
pip install -r requirements.txt
Usage
You can use explain dataframe like this
import pandas as pd
import pd_explain
pd.read_...() # All read functions create explainable dataframe
d = {'col1': [1, 2], 'col2': [3, 4]}
df = pd.DataFrame(data=d)
df = pd_explain.to_explainable(df)
Demo
Documentation
Articles
Authors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pd_explain-0.0.11.tar.gz
(17.8 kB
view details)
Built Distribution
File details
Details for the file pd_explain-0.0.11.tar.gz
.
File metadata
- Download URL: pd_explain-0.0.11.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcb2339248e1f2632160fc0d346fc53b055d46bcfcbbcc0e3913d5d15ee0d1da |
|
MD5 | 6c4ff142d1e3f25bd61573d8fbbeb61f |
|
BLAKE2b-256 | 978cfc4b6e5b5ea2575e426a58b736e3fb06627c1bb15f85e9f92d6b1ff60e7d |
File details
Details for the file pd_explain-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: pd_explain-0.0.11-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 293104aec2585ec09cbad994dbc66da9febd0ad2818f1eaf53164274623ed2f6 |
|
MD5 | 1a43add3532b8d32a9b5a9f1424133e7 |
|
BLAKE2b-256 | 3b30a6abc70451b34f1f3d477b86902241674dcfee0c7bffb1d64b71ac10f7db |