Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <sboyapal@redhat.com>
  • Loading branch information
shashank-boyapally committed May 21, 2024
1 parent 6b3c58b commit ca86ceb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions orion.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ def orion(**kwargs):
if i != 0 and ('timestamp' in df.columns):
dataframe_list[i] = df.drop(columns=['timestamp'])

for i, df in enumerate(dataframe_list):
if i != 0:
dataframe_list[i] = df.drop(columns=['timestamp'])

merged_df = reduce(
lambda left, right: pd.merge(left, right, on="uuid", how="inner"),
dataframe_list,
Expand Down

0 comments on commit ca86ceb

Please # to comment.