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

rollback changes in awkward interface

parent 1f09965c
No related branches found
No related tags found
1 merge request!90Fix energy min/max fields
......@@ -520,7 +520,7 @@ class GiBUUOutput:
GiBUU output data in pandas dataframe format
"""
import pandas as pd
df = ak.to_dataframe(self.arrays)
df = ak.to_pandas(self.arrays)
if len(df) == 0:
return df
sec_df = df[df.index.get_level_values(1) == 0].copy()
......
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