This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# root\_ pandas
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/ibab /root_pandas.svg?branch=master )] ( https://travis-ci.org/ibab /root_pandas ) [ ![ PyPI] ( https://img.shields.io/pypi/v/root_pandas.svg )] ( https://pypi.python.org/pypi/root_pandas/ ) [ ![ DOI] ( https://zenodo.org/badge/17171/ibab/root_pandas.svg )] ( https://zenodo.org/badge/latestdoi/17171/ibab/root_pandas )
4
+ [ ![ Build Status] ( https://travis-ci.org/chrisburr /root_pandas.svg?branch=master )] ( https://travis-ci.org/chrisburr /root_pandas ) [ ![ PyPI] ( https://img.shields.io/pypi/v/root_pandas.svg )] ( https://pypi.python.org/pypi/root_pandas/ ) [ ![ DOI] ( https://zenodo.org/badge/17171/ibab/root_pandas.svg )] ( https://zenodo.org/badge/latestdoi/17171/ibab/root_pandas )
5
5
6
6
` root_pandas ` is a convenience package built around the ` root_numpy ` library.
7
7
It allows you to easily load and store pandas DataFrames using the columnar ROOT data format used in high energy physics.
@@ -47,7 +47,7 @@ You can also use `*` in the column names to read in any matching branch:
47
47
df = read_root(' myfile.root' , columns = [' variable*' ])
48
48
```
49
49
50
- In addition, you can use shell brace patterns as in
50
+ In addition, you can use shell brace patterns as in
51
51
``` python
52
52
df = read_root(' myfile.root' , columns = [' variable{1,2}' ])
53
53
```
You can’t perform that action at this time.
0 commit comments