Open c787297017 opened 1 year ago
Does featuretools directly support multiple join keys?
@c787297017 No, not currently. You would have to manually create a new column that combines the columns in some fashion and then use that as your index/foreign key column when creating an EntitySet.
Does featuretools directly support multiple join keys?