cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

Add 'table merge' filter #48

Open dhrogers opened 1 year ago

dhrogers commented 1 year ago

Add a 'table merge' filter which would:

  1. take 2-n tables as input
  2. merge tables
  3. create a single table output

The merge would be valid whether or not the tables all had the same columns on input.

dhrogers commented 1 year ago

Adding this filter would create a multi-database cinema:view filter by combining the input datasets, and displaying them in the normal way.