Skip to content

Commit

Permalink
✨ modify flavor name
Browse files Browse the repository at this point in the history
  • Loading branch information
paarriagadap committed Nov 5, 2024
1 parent a495a44 commit 535738f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def make_tables_wide_and_merge(tb_cme: Table, tb_hot: Table) -> Table:
).reset_index(drop=True)

# Add a flavor column to each table
tb_cme["flavor"] = "cme"
tb_hot["flavor"] = "hot"
tb_cme["flavor"] = "Current margin estimate"
tb_hot["flavor"] = "Harmonized over time"

# Concatenate the two tables
tb = pr.concat([tb_cme, tb_hot], ignore_index=True)
Expand Down

0 comments on commit 535738f

Please sign in to comment.