/pyjave

Pandas and Plotly tools

Primary LanguagePythonMIT LicenseMIT

pyjave

Install

pip install pyjave

Usage

import pyjave
df = pd.DataFrame({'A': np.random.normal(size=10000), 
                   'B': np.random.normal(size=10000)})
df.A.jhist(bins=10, range=(-5,5))

HistFigure