Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 5300ca0

Browse files
committed
Update badge for travis ci
1 parent 8d23fd3 commit 5300ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# root\_pandas
33

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)
55

66
`root_pandas` is a convenience package built around the `root_numpy` library.
77
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:
4747
df = read_root('myfile.root', columns=['variable*'])
4848
```
4949

50-
In addition, you can use shell brace patterns as in
50+
In addition, you can use shell brace patterns as in
5151
```python
5252
df = read_root('myfile.root', columns=['variable{1,2}'])
5353
```

0 commit comments

Comments
 (0)