The Daily Grind keeps two regional revenue tables, east and west, with the same three columns — but the two teams happened to list their columns in a different order. Stack them into one DataFrame, safely.
east
west (note the column order)
Your task: return one DataFrame with all rows from both regions, using a name-safe union so the columns line up by name rather than position.
Assign your answer DataFrame to result. Row order doesn't matter.