Skip to main content

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

Full example Notebook

Demo Spotify example

Demo Spotify example

Documentation

Documentation

Articles

Authors

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

pd_explain-0.0.11.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

pd_explain-0.0.11-py3-none-any.whl (19.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page