Skip to content

adrienrenaud/pyjave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pandas and Plotly tools

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages