edar

Exploratory data analysis reporter for jupyter notebook


Keywords
data, analytics, explorer
License
MIT
Install
pip install edar==0.2

Documentation

""" Long before worrying about how to convince others, you first have to understand what’s happening yourself. — Andrew Gelman """

Edas is a simple data exploration tool for jupyter notebook. It gives you quick insight in your dataset by creating a html generated report with details about each column

Installation

pip install edar

Usage

from edar import Report
Report('titanic.csv')