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

Remove old column handling

parent 81dd232a
No related branches found
No related tags found
No related merge requests found
Pipeline #15981 passed
......@@ -220,7 +220,6 @@ class GiBUUOutput:
) + 1
tmp_df.index = tmp_df.index.set_levels(new_indices, level=0)
df = df.append(tmp_df)
df.columns = [col[0] for col in df.columns]
sec_df = df[df.index.get_level_values(1) == 0]
sec_df.loc[:, "E"] = sec_df.lepOut_E
sec_df.loc[:, "Px"] = sec_df.lepOut_Px
......
......@@ -7,6 +7,6 @@ particle
click
f90nml
uproot4
awkward1
awkward1>=0.4.4
pandas
mendeleev
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