Based on the advices of this site, I append Slot and Table games datasets and was able to combine slot and table players together. Joining causes the lesser table set (Table) to expand its rows to match with Slot if a Customer ID matches in both datasets, thereby substantially inflate my revenue. However, appending creates another problem for me. It does not combine the PlayerDayDate together. If you check the image below with the highlighted rows, customer 43714 play date of 12APR2015 should be on one row not two and any associated revenue columns should also be combine. How do I make this happen? How can I combine two same playdates into one row.
... View more