Skip to content

ibab/pandas-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandas-io

External IO utilities for pandas

ROOT integration

ROOT is a data format commonly used in high energy physics

Usage:

from pandas.io.external import read_root, to_root

df = read_root('in.root', 'mykey', columns=['test*'], where='test > 0')

to_root(df, 'out.root')

About

External IO utilities for pandas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages