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

On supported Python versions #47

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ These include
- Selecting several columns at once using `*` globbing and `{A,B}` shell patterns.
- Flattening source files containing arrays by storing one array element each in the DataFrame, duplicating any scalar variables.

Python versions supported:

[![](https://img.shields.io/badge/python-2.6-blue.svg)](https://badge.fury.io/py/root_pandas)
[![](https://img.shields.io/badge/python-2.7-blue.svg)](https://badge.fury.io/py/root_pandas)
[![](https://img.shields.io/badge/python-3.4-blue.svg)](https://badge.fury.io/py/root_pandas)


## Reading ROOT files

This is how you can read the contents of a ROOT file into a DataFrame:
Expand Down