Skip to content
Snippets Groups Projects
Commit 2938bcc3 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Import pandas on dataframe access

parent 0aaff96d
No related branches found
No related tags found
No related merge requests found
Pipeline #14574 passed
......@@ -167,6 +167,7 @@ class GiBUUOutput:
@property
def df(self):
import pandas as pd
df = None
for fname in self.root_pert_files:
fobj = uproot4.open(join(self._data_path, fname))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment