Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 512 Bytes

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

Edar is a simple data exploration tool for jupyter notebook. It displays a html report from your data to get a quick overview.

Installation

pip install edar

Usage

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

Screenshot from 2019-07-11 18-39-29