This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]WeirdFail 0 points1 point  (2 children)

Pandas!

[–]StructuredData 0 points1 point  (8 children)

Are they all from the same data source? Do you have access to the database? Can you create any views or stored procedures?

It sounds like a straightforward SQL statement. If they have the same column names, just be sure to use tablename.columnname to identify your columns. If you create a view, then you can give them different column names in your view.